I'd just like to clarify something about city names that potentially belong to two civs. Let's say that Babylon and Akkad both have "Uruk" on their city list. As long as the entry is in the format...
<Row>
<CivilizationType>CIVILIZATION_AKKAD</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_URUK</CityName>
</Row>
...and I have defined Uruk as...
<Row Tag="TXT_KEY_CITY_NAME_URUK">
<Text>Uruk</Text>
</Row>
...does it mean that once one civ has founded Uruk, the other will not be able to have a city named Uruk - i.e. that there will be one global instance of the city name?
<Row>
<CivilizationType>CIVILIZATION_AKKAD</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_URUK</CityName>
</Row>
...and I have defined Uruk as...
<Row Tag="TXT_KEY_CITY_NAME_URUK">
<Text>Uruk</Text>
</Row>
...does it mean that once one civ has founded Uruk, the other will not be able to have a city named Uruk - i.e. that there will be one global instance of the city name?