New Civilization doesn't appear

metspelf34

Chieftain
Joined
Jan 29, 2011
Messages
4
When trying to load up a new mod I'm trying to make, the new civ I made didn't work properly. It appears on the right-hand list of Civilizations in the pedia, but the entry is blank. The button (and I can only assume the flag) showed up for the American Empire, instead.

Code:
			<Type>CIVILIZATION_NEW_CALIFORNIA_REPUBLIC</Type>
			<Description>TXT_KEY_CIV_NEW_CALIFORNIA_REPUBLIC_DESC</Description>
			<ShortDescription>TXT_KEY_CIV_NEW_CALIFORNIA_REPUBLIC_SHORT_DESC</ShortDescription>
			<Adjective>TXT_KEY_CIV_NEW_CALIFORNIA_REPUBLIC_ADJECTIVE</Adjective>
			<Civilopedia>TXT_KEY_CIV_NEW_CALIFORNIA_REPUBLIC_PEDIA</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_BLUE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_NEW_CALIFORNIA_REPUBLIC</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_EUROPEAN</ArtStyleType>
			<UnitArtStyleType>UNIT_ARTSTYLE_EUROPEAN</UnitArtStyleType>

Did I do something wrong? I did all the various text strings for it too.
 
Back
Top Bottom