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
630 stars 58 forks source link

load archives based on memory language #177

Closed RJesusTVD closed 3 years ago

RJesusTVD commented 3 years ago

Since translation files on main.zzz are placed inside a specific lang forlder, this will look inside the selected language folder. If it does not find the file in the path, it will fallback to the root folder.

Example of the data folder image

Example of the specific lang-es folder. image

MaKiPL commented 3 years ago

Merged, thank you!