How to change number of settlers starting

zijin_cheng

Chieftain
Joined
Jan 17, 2011
Messages
14
I can change the number of workers and explorers I start with at the start of the game but not the number of settlers, how do I start with a few more settlers?
 
Use tag Civilization_FreeUnits in Civ5Civilizations.xml

Code:
	<Civilization_FreeUnits>
		<Row>
			<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
			<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
			<Count>[B]1[/B]</Count>
			<UnitAIType>UNITAI_SETTLE</UnitAIType>
		</Row>
 
Back
Top Bottom