julianxhokaxhiu / FFNx

Next generation modding platform for Final Fantasy VII and Final Fantasy VIII ( with native Steam 2013 release support! )
GNU General Public License v3.0
365 stars 49 forks source link

[ FF8 ] Bad savemap structure in the french version #125

Closed myst6re closed 3 years ago

myst6re commented 4 years ago

Save file in the french PC version is buggy. There is a padding of 6 bytes inside the Worldmap section of the savemap. The next section (Triple Triad) is at the right position, this means the end of the worldmap overlap the beginning of the Triple Triad section. This have bad consequences, like preventing the access to the lunatic Pandora at the end of disk 3.

Savemap in Hyne sourcecode: https://github.com/myst6re/hyne/blob/master/SaveData.h#L327

myst6re commented 3 years ago

Seems fixed https://github.com/julianxhokaxhiu/FFNx/blob/master/src/ff8_opengl.cpp#L568