No settler with my mod (Solved)

Voltrock

Chieftain
Joined
Nov 24, 2020
Messages
21
Hi,


I ve a problem and i didn't find to fix it. (lua, eras.xml ???)
My problem with my mod earth 2022, On start (turn 0), i ve only warrior and no settler just for one civ "australia". Of crouse minor civ don't appear. It s weird, for each civ, they have same code xml 00, example below :
<Civilization_FreeUnits>
<Row>
<CivilizationType>CIVILIZATION_AUSTRALIA</CivilizationType>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<Count>1</Count>
<UnitAIType>UNITAI_SETTLE</UnitAIType>
</Row>
</Civilization_FreeUnits>
<Civilization_FreeUnits>
<Row>
<CivilizationType>CIVILIZATION_ALGERIA</CivilizationType>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<Count>1</Count>
<UnitAIType>UNITAI_SETTLE</UnitAIType>
</Row>
</Civilization_FreeUnits>


Thx you for ur help

I found, in delete_civ.xml,
<Delete UnitClassType="UNITCLASS_SETTLER"/> in <Civilization_FreeUnits>

Ooops xD
 
Last edited:
Top Bottom