MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
631 stars 58 forks source link

Menu Strings in Other Languages don't line up with English. #157

Open Sebanisu opened 4 years ago

Sebanisu commented 4 years ago

Strings seem to be in the same order but some strings locations don't match. They have extra null values between them and such. Removing null strings didn't help as the strings the number of strings was still didn't match. Maybe though they aren't supposed to match. I kinda wish I knew what the ff8.exe was doing for the menus.

Sebanisu commented 4 years ago

Short of matching how the game reads the strings. I can just have a config with the id's for each language.