City Names

Doomed_UK

Warlord
Joined
Nov 25, 2005
Messages
253
I am trying to add some more city names by adding lines such as:
<City>TXT_KEY_CITY_NAME_PORTLAND</City>
to the current list of city names.

However, in the game when one of these new names is used the city will be called:
TXT_KEY_CITY_NAME_PORTLAND

Why? and Help!
 
Just put Portland instead of TXT_KEY_CITY_NAME_PORTLAND and you should get your desired effect.

The TXT_KEY_blahs are calling text from files in directory <modname>/Assets/XML/Text.
 
You only need to use the TXT_KEY if you want the name to be different in different languages.
 
Back
Top Bottom