Unit access

seregavlg

Chieftain
Joined
Jan 22, 2012
Messages
4
how to make the unit accessible to only one civilization?

Moderator Action: Moved to the main forum.
Because the tutorials forum is only for tutorials ;).
 
HTML:
	<Civilization_UnitClassOverrides>
		<Row>
			<CivilizationType>CIVILIZATION_FRANCE</CivilizationType>
			<UnitClassType>UNITCLASS_ARCHER</UnitClassType>
			<UnitType>UNIT_LONGARCHER</UnitType>
		</Row>
	</Civilization_UnitClassOverrides>
 
Top Bottom