rhettrongun
Prince
It appears that the names are supposed to simply be added directly into the <Civilizations_CityNames> section. As in:
<Row>
<CivilizationType>CIVILIZATION_SPARTA</CivilizationType>
<CityName>New Sparta</CityName>
</Row>
instead of:
<Row>
<CivilizationType>CIVILIZATION_SPARTA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_NEW_SPARTA</CityName>
</Row>
I guess this wouldn't be so bad, seeing that it's actually less work to do, if I had known this before I went and made dozens of worthless txt key entry references.
Am I missing something, or is this really the way city names have to be added for a new Civ?
<Row>
<CivilizationType>CIVILIZATION_SPARTA</CivilizationType>
<CityName>New Sparta</CityName>
</Row>
instead of:
<Row>
<CivilizationType>CIVILIZATION_SPARTA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_NEW_SPARTA</CityName>
</Row>
I guess this wouldn't be so bad, seeing that it's actually less work to do, if I had known this before I went and made dozens of worthless txt key entry references.
Am I missing something, or is this really the way city names have to be added for a new Civ?