Set amount of free units ?

Traxer2

Chieftain
Joined
Apr 28, 2005
Messages
45
I have been trying to change the amount of free units you and the AI get. (Not with bonuses by difficulty , Civics or what not , but the base).

Allways find that i have to few units before the cost get really high , also if anyone know what really effects it do tell ;) . Im guessing amount of cities and their size .. maybe barracks?
 
Code:
	<Define>
		<DefineName>INITIAL_BASE_FREE_UNITS</DefineName>
		<iDefineIntVal>4</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>INITIAL_BASE_FREE_MILITARY_UNITS</DefineName>
		<iDefineIntVal>2</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>INITIAL_FREE_UNITS_POPULATION_PERCENT</DefineName>
		<iDefineIntVal>24</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>INITIAL_FREE_MILITARY_UNITS_POPULATION_PERCENT</DefineName>
		<iDefineIntVal>12</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>INITIAL_GOLD_PER_UNIT</DefineName>
		<iDefineIntVal>1</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>INITIAL_FREE_OUTSIDE_UNITS</DefineName>
		<iDefineIntVal>4</iDefineIntVal>
	</Define>

GlobalDefines.xml
 
Back
Top Bottom