Deleting City Names

j51

Blue Star Cadet
Joined
Oct 22, 2006
Messages
1,754
Location
Ping Island
I'm trying to change the city name lists in my mod, and while changing the text is easy, there are a few entries that I just want to delete entirely. I've tried doing it this way:

Spoiler :

<Civilization_CityNames>
<Delete type="TXT_KEY_CITY_NAME_MEMPHIS"/>
<Delete type="TXT_KEY_CITY_NAME_RICHMOND"/>
<Delete type="TXT_KEY_CITY_NAME_BIRMINGHAM"/>
<Delete type="TXT_KEY_CITY_NAME_BYBLOS"/>
<Delete type="TXT_KEY_CITY_NAME_PITHOM"/>
<Delete type="TXT_KEY_CITY_NAME_KARNAK"/>
<Delete type="TXT_KEY_CITY_NAME_LUXOR"/>
<Delete type="TXT_KEY_IROQ_CITY_NAME_BUFFALO"/>
<Delete type="TXT_KEY_CITY_NAME_TARSUS"/>
</Civilization_CityNames>


But it won't work. The deleted city names still show up in game.
 
Should be "CityName" not "type" (even if that table had a type field it would still be wrong as XML is case sensitive so it would be "Type" and not "type")
 
Back
Top Bottom