CivilizationAce
Warlord
- Joined
- Jan 17, 2017
- Messages
- 240
I'm getting down to i dotting and t crossing in my latest new civilization mod, and I've run up against a minor annoyance:
LOC_LOADING_JOIN_THE_WORLD_STAGE is "joins the world stage", but my civilization name is plural, so I want "join the world stage".
I don't know if this can be manipulated in xml/sql, but I wondered if maybe I could run some lua on FinishedGameplayContentConfigure. However, now I'm a bit lost.
Anyone know if that's the only/right approach and whether I can actually change the LOC_ that's used on the form or the value in LOC_LOADING_JOIN_THE_WORLD_STAGE before it's used to display the text using Lua please?
LOC_LOADING_JOIN_THE_WORLD_STAGE is "joins the world stage", but my civilization name is plural, so I want "join the world stage".
I don't know if this can be manipulated in xml/sql, but I wondered if maybe I could run some lua on FinishedGameplayContentConfigure. However, now I'm a bit lost.
Anyone know if that's the only/right approach and whether I can actually change the LOC_ that's used on the form or the value in LOC_LOADING_JOIN_THE_WORLD_STAGE before it's used to display the text using Lua please?
Last edited: