Mynex
Warlord
- Joined
- Sep 30, 2010
- Messages
- 287
Okay, I'm trying to add more city names to the game - Starting with America... and I keep getting a CTD whenever I attempt to found a 2nd city (1st one is always Washingtong).
I know it's probably me missing/doing something really simple... so perhaps some extra eyeballs can see where I went wrong.
I have my modinfo file, the data dir with 2 files in there;
xxx.modinfo
Data/xxxGamePlayData.xml
Dara/xxxGamePlayText.xml
--- Sample of xxxData.xml ---
<GameInfo>
<CityNames>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_ABILENE/>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_AMARILLO/>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_ANACONDA/>
</CityNames>
<GameInfo>
--- Sample of xxxText.xml ---
<GameData>
<LocalizedText>
<Row Tag="LOC_CITY_NAME_ABILENE" Language="en_US">
<Text>Abilene</Text>
</Row>
<Row Tag="LOC_CITY_NAME_AMARILLO" Language="en_US">
<Text>Amarillo</Text>
</Row>
<Row Tag="LOC_CITY_NAME_ANACONDA" Language="en_US">
<Text>Anaconda</Text>
</Row>
</LocalizedText>
</GameData>
--- And the modinfo relevant section ---
<Components>
<UpdateDatabase id="MYNEX_MORECITYNAMES">
<Items>
<File>Data/Mynex_MoreCityNames_GamePlayData.xml</File>
</Items>
</UpdateDatabase>
<LocalizedText id="MYNEX_MORECITYNAMES_TEXT">
<Properties>
</Properties>
<Items>
<File> Data/Mynex_MoreCityNames_GamePlayText.xml </File>
</Items>
</LocalizedText>
</Components>
<Files>
<File>Data/Mynex_MoreCityNames_GamePlayData.xml</File>
<File>Data/Mynex_MoreCityNames_GamePlayText.xml</File>
</Files>
I know it's probably me missing/doing something really simple... so perhaps some extra eyeballs can see where I went wrong.
I have my modinfo file, the data dir with 2 files in there;
xxx.modinfo
Data/xxxGamePlayData.xml
Dara/xxxGamePlayText.xml
--- Sample of xxxData.xml ---
<GameInfo>
<CityNames>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_ABILENE/>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_AMARILLO/>
<Replace CivilizationType="CIVILIZATION_AMERICA" CityName="LOC_CITY_NAME_ANACONDA/>
</CityNames>
<GameInfo>
--- Sample of xxxText.xml ---
<GameData>
<LocalizedText>
<Row Tag="LOC_CITY_NAME_ABILENE" Language="en_US">
<Text>Abilene</Text>
</Row>
<Row Tag="LOC_CITY_NAME_AMARILLO" Language="en_US">
<Text>Amarillo</Text>
</Row>
<Row Tag="LOC_CITY_NAME_ANACONDA" Language="en_US">
<Text>Anaconda</Text>
</Row>
</LocalizedText>
</GameData>
--- And the modinfo relevant section ---
<Components>
<UpdateDatabase id="MYNEX_MORECITYNAMES">
<Items>
<File>Data/Mynex_MoreCityNames_GamePlayData.xml</File>
</Items>
</UpdateDatabase>
<LocalizedText id="MYNEX_MORECITYNAMES_TEXT">
<Properties>
</Properties>
<Items>
<File> Data/Mynex_MoreCityNames_GamePlayText.xml </File>
</Items>
</LocalizedText>
</Components>
<Files>
<File>Data/Mynex_MoreCityNames_GamePlayData.xml</File>
<File>Data/Mynex_MoreCityNames_GamePlayText.xml</File>
</Files>