Logo Platform
logo amplifiers simplified

How to change text capitalization

Reply
Copied to clipboard!
5 years ago
Mar 2, 2020, 9:56:31 PM

Hello,


I am trying to change the capitalization of text in the game UI. Specifically, I want to use regular capitalization instead of ALL-CAPS in more places.


However, it seems that in EF_Localization_Locales.xml the strings already have proper capitalization, example:


<LocalizationPair Name="%OutgameNewGameDescription">Start a new game, either in single or multi player.</LocalizationPair>


Yet in the game's menu, this becames "START A NEW GAME, EITHER[...]".


Is there another way to achieve what I want?


Thanks!

0Send private message
5 years ago
Mar 3, 2020, 12:30:35 AM

I don't think this is controllable, the Localization Pair is merely text to be adapted by its source GUI Element, the game is programmed to use each GUI/Type of GUI Element in a specific way, and it appears that it both fullcaps it and cuts it off, so I'm not sure what you can do about that, though someone with more Endless Legend modding experience may be able to correct me.

0Send private message
0Send private message
?

Click here to login

Reply
Comment