What File Interleave Tool does
Interleave two local files by alternating one byte from file A then one byte from file B until both inputs are exhausted.
Input and output contract
Combined output must stay within 16 MiB; if lengths differ, remaining bytes from the longer file continue in their alternating positions. One raw interleaved binary stream.
Safe workflow
Choose file A and file B in the intended order and generate the interleaved copy. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
No headers, channel metadata, or format-specific block sizes are added. If a format interleaves words or larger blocks rather than bytes, this Tool is not the correct transformation.