Starting Units

Hungerturm

Chieftain
Joined
May 21, 2006
Messages
5
Hi there,

I searched for the "FreeUnit" line in order to manage starting Units.

Seems that this is not in the game any more. I found the starting Units in ears.XML, but there is only a possibility to say: All civlizations get two settlers. Or I can say: All AI Civs get two settlers (AiOnly="true").

Is there a way to say: A Special Civ gets f.e. 2 settlers?
 
Now i tried it myself, but I am a noob :(

in the eras.xml it says:

District - District type of district for OnDistrictCreated. Civ specific districts may be used for targeted bonuses. If a civ specific district is not given specific starting units, it will use the starting units for its base district type. OnDistrictCreated - Unit spawns when the district given by District is created.

I tried it with the following:

<Row CivilizationType="CIVILIZATION_NORWAY" Era="ERA_ANCIENT" Unit="UNIT_SCOUT" NotStartTile="true" Quantity="2"/>

but that didnt work. I don't understand what ondistrictcreated means.

thanks a lot for your answers
 
Back
Top Bottom