My civ doesnt show up at the game setup screen

killmeplease

Mk Z on Steam
Joined
Nov 22, 2007
Messages
2,795
Location
Samara
Hello. I've made an Inuit civ but it doesnt work.
I used Celts civ mod as a reference. All seems ok in comparison with it, but i see Celts and not see my civ!

Whats wrong with my mod?
Please help!
 

Attachments

Check, check and re-check the logs!

In Database.log

Code:
[25087.565] Database::XMLSerializer (XML/Civilizations/[COLOR="red"][B]Inuit_Civ.xml[/B][/COLOR]): 
'Row' or 'Delete' expected, got 'Civilization_Start_Region_Priority'.

caused by

Code:
<Civilization_Start_Region_Priority>
	<Row>
		<CivilizationType>CIVILIZATION_INUIT</CivilizationType>
		<RegionType>REGION_TUNDRA</RegionType>
	</Row>
<[B][SIZE="3"][COLOR="red"]/[/COLOR][/SIZE][/B]Civilization_Start_Region_Priority>

Fix that and you'll see your civ - you'll then get an "unable to load texture inuitDOM.dds" error message during game startup, which is probably due to using the wrong compression when saving the DDS file.

HTH

W
 
Back
Top Bottom