arx-insanity / ArxLibertatis

Cross-platform port of Arx Fatalis, a first-person role-playing game
https://arx-libertatis.org/
GNU General Public License v3.0
3 stars 0 forks source link

Is there a way to extend localisation? #5

Closed meszaros-lajos-gyorgy closed 2 years ago

meszaros-lajos-gyorgy commented 2 years ago

The only way to add more localisation stuff now is by adding it to LOCALISATION/Utext_English.ini or the other language files. If one would to install multiple mods and those would all have their own texts, then there is no way currently to load both texts. Also, both mods would have to include all the texts from the main game, even if they would only add just 1 extra line.

meszaros-lajos-gyorgy commented 2 years ago

https://github.com/arx/ArxLibertatis/pull/270

meszaros-lajos-gyorgy commented 2 years ago

Eli2 answered the question, we can have files in the localisation like xtext_english_002_insanity.ini with UTF-8 encoding. It's perfect!