View Full Version : Editing city names


Hyronymus
Oct 01, 2008, 02:48 AM
I must be thick but I edited a city name in CIV4CivilizationInfos.xml. In-game it gives an error, namely TXT_KEY_CITY_NAME_DOETINCHEM. In the xml it reads:
<City>TXT_KEY_CITY_NAME_DOETINCHEM</City>
What is wrong :confused:.

Kael
Oct 01, 2008, 08:01 AM
It needs to decode what TXT_KEY_CITY_NAME_DOETINCHEM is in a text file. OR you could skip the text file and just put <City>Doetinchem</City> in the civ file.

Hyronymus
Oct 01, 2008, 02:18 PM
Thanks, I'll try the latter.