HarbourMasters / 2ship2harkinian

Creative Commons Zero v1.0 Universal
835 stars 69 forks source link

Convert save back to .bin for use in Zelda64Recomp #771

Closed Furaihai closed 2 months ago

Furaihai commented 2 months ago

I would like to be able to convert the .json save files from this game back to .bin files for use in other ports. Is there a way to convert save files the other direction for non-2S2H use?

System Information:

Malkierian commented 2 months ago

No, unless Recomp decides to make their own, as we probably won't ever do it.

garrettjoecox commented 2 months ago

Though it’s not in scope to be provided in the project itself, the code we use to convert from the binary to our JSON is available, and can likely be reversed with some effort

https://github.com/HarbourMasters/2ship2harkinian/blob/develop/mm/2s2h/SaveManager/BinarySaveConverter.cpp