How to make a CIV not using a unit?

Gwydion62

Warlord
Joined
Apr 25, 2004
Messages
193
Location
Austria
How can I make a CIV not using a specific unit?

If I make a new unittype and I do not want - let's say Siam - using this unit - what should i do?

Thank's! :)
 
something like that :

Code:
	<Civilization_UnitClassOverrides>
		<Row>
			<CivilizationType>CIVILIZATION_BARBARIAN</CivilizationType>
			<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
			<UnitType/>
		</Row>
	</Civilization_UnitClassOverrides>
 
Hi!
I tried it, but that made the game not showing the MOD - I did it for every Civ except the new austrians and the germans to use the new Unit.

I will read over, maybe I forgot something

Thank's
 
Back
Top Bottom