Why in the light is this not working?!?

SJSerio

Centurion
Joined
Aug 21, 2005
Messages
1,453
Location
Carney, MD
OK, I had this problem earlier on after the game was released, but I thought I would give it another try. I am working on a map scenario kind of based on the Ancient Knowledge of Earth. In other words, the map is of Europe, North Africa and West Asia. Since many of the Vanilla City-States are more modern Civs or of other areas, I am attempting to create a slew of new City-States to add to the mod. Yes, some I have noticed have been included in other Mods already, but only a few of the ones I have included. I have also included a few that are in city lists for other Civs, but I have noticed that the Denmark Civ includes Copenhagen in its list, so I doubt that has anything to do with it.

I have two files (one for the City States and one for the Text). I have properly added the actions. I have also "built" the solution. Yet, the City-States still do not show. I cannot figure what I am missing!

Here is the MinorCivilizations.xml file:
Spoiler :
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 5/7/2011 4:38:06 AM -->
<GameData>
  <!-- TODO: Insert table creation example here. -->
 
  <!-- TODO: Insert table data example here.-->

	<MinorCivilizations>
		<Row>
			<Type>MINOR_CIV_AKSUM</Type>
			<Description>TXT_KEY_CITYSTATE_AKSUM</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_AKSUM</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_AKSUM_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_AKSUM_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_LIGHT_GREEN</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_MIDDLE_EAST</ArtStyleType>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_ATHENS</Type>
			<Description>TXT_KEY_CITYSTATE_ATHENS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_ATHENS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_ATHENS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_ATHENS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_DARK_LEMON</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_CARTHAGE</Type>
			<Description>TXT_KEY_CITYSTATE_CARTHAGE</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_CARTHAGE</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_CARTHAGE_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_CARTHAGE_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_LIGHT_ORANGE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<MinorCivTrait>MINOR_TRAIT_MARITIME</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_HATTUSHASH</Type>
			<Description>TXT_KEY_CITYSTATE_HATTUSHASH</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_HATTUSHASH</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_HATTUSHASH_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_HATTUSHASH_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_GRAY</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_MIDDLE_EAST</ArtStyleType>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MILITARISTIC</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_JERUSALEM</Type>
			<Description>TXT_KEY_CITYSTATE_JERUSALEM</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_JERUSALEM</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_JERUSALEM_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_JERUSALEM_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_MIDDLE_BLUE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_MIDDLE_EAST</ArtStyleType>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_KNOSSOS</Type>
			<Description>TXT_KEY_CITYSTATE_KNOSSOS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_KNOSSOS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_KNOSSOS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_KNOSSOS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_GOLDENROD</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_LEPTIS_MAGNA</Type>
			<Description>TXT_KEY_CITYSTATE_LEPTIS_MAGNA</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_LEPTIS_MAGNA</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_LEPTIS_MAGNA_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_LEPTIS_MAGNA_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_LIGHT_YELLOW</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MARITIME</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_MILETUS</Type>
			<Description>TXT_KEY_CITYSTATE_MILETUS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_MILETUS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_MILETUS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_MILETUS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_WHITE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MARITIME</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_NEAPOLIS</Type>
			<Description>TXT_KEY_CITYSTATE_NEAPOLIS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_NEAPOLIS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_NEAPOLIS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_NEAPOLIS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_LIGHT_BLUE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_ODESSUS</Type>
			<Description>TXT_KEY_CITYSTATE_ODESSUS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_ODESSUS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_ODESSUS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_ODESSUS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_BLUE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_EURO</ArtStyleSuffix>
			<ArtStylePrefix>EUROPEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MILITARISTIC</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_SALAMIS</Type>
			<Description>TXT_KEY_CITYSTATE_SALAMIS</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_SALAMIS</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_SALAMIS_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_SALAMIS_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_PURPLE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MARITIME</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_SPARTA</Type>
			<Description>TXT_KEY_CITYSTATE_SPARTA</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_SPARTA</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_SPARTA_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_SPARTA_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_CYAN</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_MILITARISTIC</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_SYRACUSE</Type>
			<Description>TXT_KEY_CITYSTATE_SYRACUSE</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_SYRACUSE</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_SYRACUSE_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_SYRACUSE_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_MIDDLE_CYAN</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_TAUCHIRA</Type>
			<Description>TXT_KEY_CITYSTATE_TAUCHIRA</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_TAUCHIRA</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_TAUCHIRA_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_TAUCHIRA_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_PEACH</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
			<ArtStylePrefix>AFRICAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
		<Row>
			<Type>MINOR_CIV_TROY</Type>
			<Description>TXT_KEY_CITYSTATE_TROY</Description>
			<ShortDescription>TXT_KEY_CITYSTATE_TROY</ShortDescription>
			<Adjective>TXT_KEY_CITYSTATE_TROY_ADJ</Adjective>
			<Civilopedia>TXT_KEY_CIV5_TROY_TEXT</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_MINOR_YELLOW</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_MINOR</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<MinorCivTrait>MINOR_TRAIT_CULTURED</MinorCivTrait>
		</Row>
	</MinorCivilizations>

	<MinorCivilization_CityNames>
		<ROW>
			<MinorCivType>MINOR_CIV_AKSUM</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_AKSUM</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ATHENS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_ATHENS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_CARTHAGE</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_HATTUSHASH</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_JERUSALEM</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_JERUSALEM</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_KNOSSOS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_KNOSSOS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_LEPTIS_MAGNA</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_MILETUS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_NEAPOLIS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_NEAPOLIS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_ODESSUS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_SALAMIS</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_SPARTA</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SYRACUSE</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_SYRACUSE</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TAUCHIRA</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_TAUCHIRA</CityName>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TROY</MinorCivType>
			<CityName>TXT_KEY_CITYSTATE_TROY</CityName>
		</ROW>
	</MinorCivilization_CityNames>

	<MinorCivilization_Flavors>
		<ROW>
			<MinorCivType>MINOR_CIV_AKSUM</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_AKSUM</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_AKSUM</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_AKSUM</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ATHENS</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ATHENS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ATHENS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ATHENS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<FlavorType>FLAVOR_GROWTH</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<FlavorType>FLAVOR_NAVAL</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_CARTHAGE</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_CITY_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_MILITARY_TRAINING</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_OFFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_HATTUSHASH</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_JERUSALEM</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_JERUSALEM</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_JERUSALEM</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_JERUSALEM</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_KNOSSOS</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_KNOSSOS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_KNOSSOS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_KNOSSOS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<FlavorType>FLAVOR_GROWTH</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<FlavorType>FLAVOR_NAVAL</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_LEPTIS_MAGNA</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<FlavorType>FLAVOR_GROWTH</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<FlavorType>FLAVOR_NAVAL</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_MILETUS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_NEAPOLIS</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_NEAPOLIS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_NEAPOLIS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_NEAPOLIS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_CITY_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_MILITARY_TRAINING</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_OFFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_ODESSUS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<FlavorType>FLAVOR_GROWTH</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<FlavorType>FLAVOR_NAVAL</FlavorType>
			<Flavor>8</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SALAMIS</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_CITY_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_DEFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_MILITARY_TRAINING</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_OFFENSE</FlavorType>
			<Flavor>7</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SPARTA</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SYRACUSE</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SYRACUSE</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SYRACUSE</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_SYRACUSE</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TAUCHIRA</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TAUCHIRA</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TAUCHIRA</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TAUCHIRA</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TROY</MinorCivType>
			<FlavorType>FLAVOR_CULTURE</FlavorType>
			<Flavor>10</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TROY</MinorCivType>
			<FlavorType>FLAVOR_EXPANSION</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TROY</MinorCivType>
			<FlavorType>FLAVOR_NUKE</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
		<ROW>
			<MinorCivType>MINOR_CIV_TROY</MinorCivType>
			<FlavorType>FLAVOR_WONDER</FlavorType>
			<Flavor>0</Flavor>
		</ROW>
</GameData>

The TextInfos_CityStates.xml is in the next post.

Can anybody see something that I am missing? Does the build have to be done a certain way? I still have not seen an instruction about "building" the mod. Is there something that I have to check...?
 
The Text.xml file:

Spoiler :
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 5/7/2011 6:51:54 AM -->
<GameData>
  <!-- TODO: Insert table creation example here. -->
 
  <!-- TODO: Insert table data example here.-->

	<Language_en_US>
		<Row Tag="TXT_KEY_CITYSTATE_AKSUM">
			<Text>Aksum</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_AKSUM_ADJ">
			<Text>Ethiopian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_ATHENS">
			<Text>Athens</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_ATHENS_ADJ">
			<Text>Athenian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_CARTHAGE">
			<Text>Carthage</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_CARTHAGE_ADJ">
			<Text>Carthagian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_HATTUSHASH">
			<Text>Hattushash</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_HATTUSHASH_ADJ">
			<Text>Hittite</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_JERUSALEM">
			<Text>Jerusalem</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_JERUSALEM_ADJ">
			<Text>Hebrew</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_KNOSSOS">
			<Text>Knossos</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_KNOSSOS_ADJ">
			<Text>Minoan</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_LEPTIS_MAGNA">
			<Text>Leptis Magna</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_LEPTIS_MAGNA_ADJ">
			<Text>Leptinian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_MILETUS">
			<Text>Miletus</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_MILETUS_ADJ">
			<Text>Miletian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_NEAPOLIS">
			<Text>Neapolis</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_NEAPOLIS_ADJ">
			<Text>Neapolitan</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_ODESSUS">
			<Text>Odessus</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_ODESSUS_ADJ">
			<Text>Thracian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SALAMIS">
			<Text>Salamis</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SALAMIS_ADJ">
			<Text>Cypran</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SPARTA">
			<Text>Sparta</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SPARTA_ADJ">
			<Text>Spartan</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SYRACUSE">
			<Text>Syracuse</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_SYRACUSE_ADJ">
			<Text>Sicilian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_TAUCHIRA">
			<Text>Tauchira</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_TAUCHIRA_ADJ">
			<Text>Tauchiran</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_TROY">
			<Text>Troy</Text>
		</Row>
		<Row Tag="TXT_KEY_CITYSTATE_TROY_ADJ">
			<Text>Trojan</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_AKSUM_TXT">
			<Text>Aksum is a city in northern Ethiopia which was the original capital of the eponymous kingdom of Axum. Axum was a naval and trading power that ruled the region from ca. 400 BC into the 10th century. The kingdom was also arbitrarily identified as Abyssinia, Ethiopia, and India in medieval writings.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_ATHENS_TXT">
			<Text>Athens is the capital and largest city of Greece. Athens dominates the Attica periphery and it is one of the world's oldest cities, as its recorded history spans around 3,400 years.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_CARTHAGE_TXT">
			<Text>Carthage is a major urban centre that has existed for nearly 3,000 years on the Gulf of Tunis, developing from a Phoenician colony of the 1st millennium BC which has given place to the current suburb outside Tunis, Tunisia, with a population (2004 Census) of 20,715.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_HATTUSHASH_TXT">
			<Text>Hattusa was the capital of the Hittite Empire in the late Bronze Age. It was located near modern Bo&#287;azkale, Turkey, within the great loop of the K&#305;z&#305;l River.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_JERUSALEM_TXT">
			<Text>Jerusalem is the capital of Israel.  Located in the Judean Mountains, between the Mediterranean Sea and the northern edge of the Dead Sea, modern Jerusalem has grown far beyond the boundaries of the Old City.  Jerusalem is a holy city to the three major Abrahamic religions—Judaism, Christianity and Islam.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_KNOSSOS_TXT">
			<Text>Knossos is the largest Bronze Age archaeological site on Crete and probably the ceremonial and political centre of the Minoan civilization and culture.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_LEPTIS_MAGNA_TXT">
			<Text>Leptis Magna was a prominent city of the Roman Empire. Its ruins are located in Al Khums, Libya, 130km east of Tripoli, on the coast where the Wadi Lebda meets the sea. The site is one of the most spectacular and unspoiled Roman ruins in the Mediterranean.  The city appears to have been founded by Phoenician colonists sometime around 1100 BC, who gave it the Lybico-Berber name Lpqy.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_MILETUS_TXT">
			<Text>Miletus was an ancient Greek city n the western coast of Anatolia, near the mouth of the Maeander River in ancient Caria.  Before the Persian invasion Miletus was considered the greatest and wealthiest of Greek cities.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_NEAPOLIS_TXT">
			<Text>Founded in the 9th-8th century BC as a Greek colony, Naples was originally named Neapolis.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_ODESSUS_TXT">
			<Text>The region of ancient Thrace was populated by Thracians since 1000 BC. Miletians founded the apoikia (trading colony) of Odessos towards the end of the 7th century BC.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_SALAMIS_TXT">
			<Text>Salamis was an ancient Greek city-state on the east coast of Cyprus, at the mouth of the river Pedieos, 6 km north of modern Famagusta. According to tradition the founder of Salamis was Teucer, son of Telamon, who could not return home after the Trojan war because he had failed to avenge his brother Ajax.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_SPARTA_TXT">
			<Text>Sparta was a prominent city-state in ancient Greece, situated on the banks of the River Eurotas in Laconia, in south-eastern Peloponnese.  It emerged as a political entity around the 10th century BC, when the invading Dorians subjugated the local, non-Dorian population. From c. 650 BC it rose to become the dominant military land-power in ancient Greece.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_SYRACUSE_TXT">
			<Text>The city was founded by Ancient Greek Corinthians and became a very powerful city-state. Syracuse was allied with Sparta and Corinth, exerting influence over the entire Magna Grecia area of which it was the most important city.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_TAUCHIRAN_TXT">
			<Text>Tauchira is a town on the coast of Cyrenaica (east of modern-day Libya), founded by Cyrene. It lay 200 stadia west of Ptolemais. Today it is a coastal town 25 km west of Al Marj.</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV5_TROY_TXT">
			<Text>Troy was a city, both factual and legendary, located in northwest Anatolia in what is now Turkey, southeast of the Dardanelles and beside Mount Ida. It is best known for being the focus of the Trojan War described in the Greek Epic Cycle and especially in the Iliad, one of the two epic poems attributed to Homer.</Text>
		</Row>
	</Language_en_US>
</GameData>
 
In the first spoiler-tag there's no end to MinorCivilization_Flavors. It just goes end-tag of the row, then end-tag of GameData.
 
Thanks! I fixed that, but I still can't get the new City-States to show up. I loaded World Builder and loaded the Mod inside and there is nothing. It just has the default City-States. Is there something else that I have to edit or some other thing I am missing?
 
Hey Thorburne, sorry to hear you're having troubles.

May I recommend you wrap your code inside
Code:
 tags?  It'll maintain the spacing exactly.  They can still be inside [spoiler] tags, in fact they nest quite nicely.  Just end the code tag before you end the spoiler tag (and start the spoiler tag before the code tag).  This'll make your code easier to read.

Unfortunately, I don't have any miraculous insight into why your code isn't working.  I know if there's even one error in a file, the whole file will fail to load.  So yeah, it could be anything.  Yeah, I know, not helpful. :cringe:

Have you checked to make sure none of your tags are used by vanilla civ?  If you define a tag twice, it's gonna cause problems.  Not sure what those problems are exactly, but I know they can be bad.  Just an idea, I don't recognize any of your tags but then, I'm hardly an expert on Civ V's xml. :p

Good luck man, I know how tough debugging XML can be. :thumbsup:
 
I haven't really used WorldBuilder. I tried loading one of my mods with lots of new civilizations and units. There are all the units in the drop-down in the units-tab though I'm not sure why it's only possible to select "Barbarian player"... Anyway, I can't create any cities or anything.

Where are the civs suppose to show up so I can check? Have you tried loading a new game with your mod and see at-least that the game doesn't crash? It usually crash when some key in the XML doesn't add up. You can also check if you find the citiy-states in-game.
 
Hey Thorburne, sorry to hear you're having troubles.

May I recommend you wrap your code inside
Code:
 tags?  It'll maintain the spacing exactly.  They can still be inside [spoiler] tags, in fact they nest quite nicely.  Just end the code tag before you end the spoiler tag (and start the spoiler tag before the code tag).  This'll make your code easier to read.

Unfortunately, I don't have any miraculous insight into why your code isn't working.  I know if there's even one error in a file, the whole file will fail to load.  So yeah, it could be anything.  Yeah, I know, not helpful. :cringe:

Have you checked to make sure none of your tags are used by vanilla civ?  If you define a tag twice, it's gonna cause problems.  Not sure what those problems are exactly, but I know they can be bad.  Just an idea, I don't recognize any of your tags but then, I'm hardly an expert on Civ V's xml. :p

Good luck man, I know how tough debugging XML can be. :thumbsup:[/QUOTE]

Thanks for that suggestion... it does look better in the code box.  Never thought about nesting the code tag into the spoiler.

In any case, still not having any luck.  I went through again and couldn't find any errors in either file.  There must be something that I am missing!  Whether something in the code, some other file I need to edit (though I have no idea what) or a process that I am totally missing.  I have the actions setup (as I said):  [I]OnModActivated --> UpdateDatabase --> (path of file).[/I]  When labeling the path, you start with the first subfolder under the project, correct?  My path is [Project]/XML/MinorCivilizations.xml.  I started the path in the Actions section with XML/

Is that not correct?!?  

Really need help with this one!  Of anything, City-States should be easy (probably the easiest game element) to add/change/implement.
 
seems correct.

maybe you could try to add only one city state as a test mod, just one error in your XML file make all the content of the file being ignored, so it's better to start with small files...
 
seems correct.

maybe you could try to add only one city state as a test mod, just one error in your XML file make all the content of the file being ignored, so it's better to start with small files...

I just tried it by eliminating all of the code except for the code pertaining to "Aksum" in both files. Rebuilt the file and opened a map and Aksum is still not on the list! I even closed the map and performed a "changemod" operation in WB to verify that my mod was selected and there was nothing. When I have loaded other mods up in worldbuilder or created maps using other mods which contained new elements like Civs and City-States, I know that they have been listed! Why can't I get mine to list?

This is what happens when they make things far more complicated then they need to be.
 
can you post your mod here to have a look then ?

from what you've posted, it really should work.
 
Since I have never made it that far, how do I post it? I assume to just zip the mod folder... since it is "incomplete", where do I post it? ...in this thread, or start a thread in the scenario section as if I were posting it completely.
 
try without using caps in your tags : "<Row></Row>" but not "<ROW></ROW>"
 
OK... now that I have that issue resolved, I did some testing. I loaded the map and started the game (as Rome) to see how everything came out in game. I started exploring the map and found some minor map-placing errors, particularly with the City-States. For example, Neapolis was too near to Rome, so the Neapolis settler never founded the city. Similarly, Sparta was too close to Athens. I moved Rome's starting position up a tile and moved Sparta over (leaving a tile width gap between the two city borders in both cases. Simple enough. The big issue that I found was that the Greek civilization founded Athens as its capital (presumably because Greece's turn was before the City States began taking there turns). I figured that the best thing to do would be to move forward with the next phase of my plan and rename the Greek Civilization. I had placed their starting location in Macedonia, as my plan was to name them the Macedonian Civilization with Alex as the leader. Thinking about it, I figured that the best course would be to add the Macedonia Civilization. I created a new file, C&P'd the Greek entry from the core game and changed the appropriate elements as below:

Spoiler :
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 5/8/2011 4:33:17 PM -->
<GameData>
  <!-- TODO: Insert table creation example here. -->
 
  <!-- TODO: Insert table data example here.-->

	<Civilizations>
		<Row>
			<Type>CIVILIZATION_MACEDONIA</Type>
			<Description>TXT_KEY_CIV_MACEDONIA_DESC</Description>
			<ShortDescription>TXT_KEY_CIV_MACEDONIA_SHORT_DESC</ShortDescription>
			<Adjective>TXT_KEY_CIV_MACEDONIA_ADJECTIVE</Adjective>
			<CivilopediaTag>TXT_KEY_CIV5_GREECE</CivilopediaTag>
			<DefaultPlayerColor>PLAYERCOLOR_GREECE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_GREECE</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<PortraitIndex>9</PortraitIndex>
			<IconAtlas>CIV_COLOR_ATLAS</IconAtlas>
			<AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
			<MapImage>MapMacedonia512.dds</MapImage>
			<DawnOfManQuote>TXT_KEY_CIV5_DAWN_GREECE_TEXT</DawnOfManQuote>
			<DawnOfManImage>DOM_Alex.dds</DawnOfManImage>
			<DawnOfManAudio>AS2D_DOM_SPEECH_GREECE</DawnOfManAudio>
		</Row>
	</Civilizations>
	<Civilization_CityNames>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PELLA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ALLANTE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CORINTH</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ARGOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ANTIGONEIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MYCENAE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PHARSALOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_EPHESUS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_HALICARNASSUS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_RHODES</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ERETRIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PERGAMON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SPARTOLOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MEGARA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PHOCAEA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SICYON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_TIRYNS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SAMOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MYTILENE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CHIOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PAROS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_TEGEA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ELIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PYDNA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_HERAKLEIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_GORTYN</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CHALKIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PYLOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_NAXOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SICYON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SMYRNA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_LARISSA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_APOLLONIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MESSENE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ORCHOMENOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_AMBRACIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_KOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_KNIDOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_AMPHIPOLIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PATRAS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_LAMIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_NAFPLION</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_APOLYTON</CityName>
		</Row>
	</Civilization_CityNames>
	<Civilization_FreeBuildingClasses>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
		</Row>
	</Civilization_FreeBuildingClasses>
	<Civilization_FreeTechs>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<TechType>TECH_AGRICULTURE</TechType>
		</Row>
	</Civilization_FreeTechs>
	<Civilization_FreeUnits>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
			<Count>1</Count>
			<UnitAIType>UNITAI_SETTLE</UnitAIType>
		</Row>
	</Civilization_FreeUnits>
	<Civilization_Leaders>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<LeaderheadType>LEADER_ALEXANDER</LeaderheadType>
		</Row>
	</Civilization_Leaders>
	<Civilization_UnitClassOverrides>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<UnitClassType>UNITCLASS_HORSEMAN</UnitClassType>
			<UnitType>UNIT_GREEK_COMPANIONCAVALRY</UnitType>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_MACEDONIA</CivilizationType>
			<UnitClassType>UNITCLASS_SPEARMAN</UnitClassType>
			<UnitType>UNIT_GREEK_HOPLITE</UnitType>
		</Row>
	</Civilization_UnitClassOverrides>
</GameData>

As you can see, I retained most of the attributes of the Greek Civilization (leader, art, units, etc) and only changed the reference elements (Description, etc). I kept the City list of Greece with a few changes, those that I included as City-States, I changed to names of Macedonian cities. It was a bit of sorting, because some (like Pella... I believe) were already on the Greek list so I had to make sure to remove the other entry and add text entries for the ones not in the list. I wanted to try and avoid the pratfall mentioned above by including code already in the game.

I added the appropriate actions, ran the build command and made the earlier mentioned changes to the map verifying that Macedonia appeared on the list and that it was selected in the scenario editor. I started the game and loaded the scenario, but ran into an issue... When I went in to choose the Civilization to test with, I found that the list only went as far as Germany (Macedonia would be next on the list) with Random following that. After several examinations, rebuilding of the mod and attempts to start, I found the same problem. I then unloaded the scenario and went into advance. I chose Macedonia as the civilization and started the game. All seemed fine at this point until I founded the first city... it founded Athens instead of Pella as it was supposed to do.

Anybody have any ideas. I am certain that it pertains to the Macedonia civilization or a conflict between it and Greece. I am definitely perplexed and hope that another set of eyes may notice something I am missing (as those above did to my extreme gratitude) or know what I am doing wrong. Should I disable the greek Civilization? Just rename the Greek Civilization to Macedonia? If that, how would I go about that? How do I edit the City-Name list (it appears to me that in Civ V, any changes to the default city lists will by much harder than even in Civ IV)?

Help :confused:
 
Oh... here is the TextInfo file to go along with the Civilization!

Spoiler :
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 5/8/2011 4:56:01 PM -->
<GameData>
  <!-- TODO: Insert table creation example here. -->
 
  <!-- TODO: Insert table data example here.-->

	<Language_en_US>
		<Row Tag="TXT_KEY_CIV_MACEDONIA_DESC">
			<Text>Macedonian Empire</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV_MACEDONIA_SHORT_DESC">
			<Text>Macedonia</Text>
		</Row>
		<Row Tag="TXT_KEY_CIV_MACEDONIA_ADJECTIVE">
			<Text>Macedonian</Text>
		</Row>
		<Row Tag="TXT_KEY_CITY_NAME_ALLANTE">
			<Text>Allante</Text>
		</Row>
		<Row Tag="TXT_KEY_CITY_NAME_ANTIGONEIA">
			<Text>Antigoneia</Text>
		</Row>
		<Row Tag="TXT_KEY_CITY_NAME_SPARTOLOS">
			<Text>Spartolos</Text>
		</Row>
		<Row Tag="TXT_KEY_CITY_NAME_PYDNA">
			<Text>Pydna</Text>
		</Row>
	</Language_en_US>
  
</GameData>
 
For reference, the original Greek entry follows:

Civilization
Spoiler :
Code:
<Row>
			<Type>CIVILIZATION_GREECE</Type>
			<Description>TXT_KEY_CIV_GREECE_DESC</Description>
			<ShortDescription>TXT_KEY_CIV_GREECE_SHORT_DESC</ShortDescription>
			<Adjective>TXT_KEY_CIV_GREECE_ADJECTIVE</Adjective>
			<CivilopediaTag>TXT_KEY_CIV5_GREECE</CivilopediaTag>
			<DefaultPlayerColor>PLAYERCOLOR_GREECE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_GREECE</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_GRECO_ROMAN</ArtStyleType>
			<ArtStyleSuffix>_MED</ArtStyleSuffix>
			<ArtStylePrefix>MEDITERRANEAN </ArtStylePrefix>
			<PortraitIndex>9</PortraitIndex>
			<IconAtlas>CIV_COLOR_ATLAS</IconAtlas>
			<AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
			<MapImage>MapMacedonia512.dds</MapImage>
			<DawnOfManQuote>TXT_KEY_CIV5_DAWN_GREECE_TEXT</DawnOfManQuote>
			<DawnOfManImage>DOM_Alex.dds</DawnOfManImage>
			<DawnOfManAudio>AS2D_DOM_SPEECH_GREECE</DawnOfManAudio>
		</Row>

City Names
Spoiler :
Code:
<Civilization_CityNames>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ATHENS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SPARTA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CORINTH</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ARGOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_KNOSSOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MYCENAE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PHARSALOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_EPHESUS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_HALICARNASSUS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_RHODES</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ERETRIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PERGAMON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MILETOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MEGARA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PHOCAEA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SICYON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_TIRYNS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SAMOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MYTILENE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CHIOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PAROS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_TEGEA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ELIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SYRACUSE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_HERAKLEIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_GORTYN</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_CHALKIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PYLOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PELLA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_NAXOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SICYON</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_SMYRNA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_LARISSA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_APOLLONIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_MESSENE</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_ORCHOMENOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_AMBRACIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_KOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_KNIDOS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_AMPHIPOLIS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_PATRAS</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_LAMIA</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_NAFPLION</CityName>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<CityName>TXT_KEY_CITY_NAME_APOLYTON</CityName>
		</Row>
	</Civilization_CityNames>

Building Classes
Spoiler :
Code:
<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
		</Row>
Free Techs
Spoiler :
Code:
<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<TechType>TECH_AGRICULTURE</TechType>
		</Row>

Free Units
Spoiler :
Code:
<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
			<Count>1</Count>
			<UnitAIType>UNITAI_SETTLE</UnitAIType>
		</Row>

Leaders
Spoiler :
Code:
<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<LeaderheadType>LEADER_ALEXANDER</LeaderheadType>
		</Row>

Unit Class Overrides (UU's)
Spoiler :
Code:
<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<UnitClassType>UNITCLASS_HORSEMAN</UnitClassType>
			<UnitType>UNIT_GREEK_COMPANIONCAVALRY</UnitType>
		</Row>
		<Row>
			<CivilizationType>CIVILIZATION_GREECE</CivilizationType>
			<UnitClassType>UNITCLASS_SPEARMAN</UnitClassType>
			<UnitType>UNIT_GREEK_HOPLITE</UnitType>
		</Row>
 
You seem to have forgotten Pella in your TextInfo file.

As for why it's grabbing the Greece city names...I have no idea. That's...not expected. Maybe Civ V is smarter than we give it credit for? :lol:

...wait, is Pella in the original Greek city names file? If it is, don't repeat the TXT_KEY_CITY_NAME_PELLA tag in your new file. In fact, I'd recommend using tags like TXT_KEY_CITY_NAME_PELLA2 or something like that (I'm not sure if it'll accept a number though) and just adding those to the TextInfo file.

...but yeah, just my first ideas. Not sure if they'll work. To tell you the truth, my mod is entirely new civs (so far) and I still haven't gotten it to work. If you can't find a solution, then we may have to wait for some kind of fix or...for the community to figure out what it's doing wrong.
 
Yeah, I didn't put Pella into the text file because it is already in the Greek City list. My understanding is that if it is already in the game, it should read the appropriate TXT entry and use that. Am I mistaken?
 
Unfortunately...I have no idea. Sorry to say.

...but is Greece drawing upon that name list? Have you deleted Greece as a Civ? If that doesn't work...well, I'm just throwing ideas out there. Maybe one will help? Modding Civ is kinda unpredicable, especially Civ V.

If someone else knows more about this, jump in and tell me I'm wrong. Please, be my guest.
 
Back
Top Bottom