1
FF8 Tools / Re: [PSX/PC] Save editor - Hyne (1.9.3)
« on: 2019-09-04 15:19:25 »
Someone on another forum posted this, if it provides any help.
Quote
Switch saves and PC saves of the remaster are identical.
the difference is, pc stores some data external, while on Switch it's build into the save.
to convert a Switch save to PC:
- open ff8slot00 with a hex editor
- look at the first 4 bytes, it tells you how big the save is
- select 0x04 - length from the first 4 bytes (example: first 4 = 0x8D4, then select 0x4 - 0x8D7)
- save the selection as a new file with the extension ".ff8"
then you can open the switch save with Hyne.
the reverse also works, but you need to calculate the first 4 bytes after editing.