Kruelgor
Emperor
Edit: They're actually showing up as a ? Question Mark Random civilization. If I choose that then it gives me them every time.
original post
-------------------
So I created a new civilization for my huge earth scenario. The civilization does exist on the scenario map when I play it (AI controls it), but I can't select it on the game menu screen when choosing your civilization.
Any ideas on where I should check? The playable box is selected in the world builder. I even added the <playable>1</playable> for safe measure.
<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>
<Civilopedia>TXT_KEY_CIV_GREECE_PEDIA</Civilopedia>
<Playable>1</Playable>
<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>
A separate file
<GameData>
<Language_en_US>
<Row Tag="TXT_KEY_CIV_MACEDONIA_ADJECTIVE">
<Text>Macedonian</Text>
</Row>
<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_CITY_NAME_AIGAI">
<Text>Aigai</Text>
</Row>
</Language_en_US>
</GameData>
The rest of the cities are the default greek cities.
original post
-------------------
So I created a new civilization for my huge earth scenario. The civilization does exist on the scenario map when I play it (AI controls it), but I can't select it on the game menu screen when choosing your civilization.
Any ideas on where I should check? The playable box is selected in the world builder. I even added the <playable>1</playable> for safe measure.
<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>
<Civilopedia>TXT_KEY_CIV_GREECE_PEDIA</Civilopedia>
<Playable>1</Playable>
<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>
A separate file
<GameData>
<Language_en_US>
<Row Tag="TXT_KEY_CIV_MACEDONIA_ADJECTIVE">
<Text>Macedonian</Text>
</Row>
<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_CITY_NAME_AIGAI">
<Text>Aigai</Text>
</Row>
</Language_en_US>
</GameData>
The rest of the cities are the default greek cities.