TFVanguard
Warlord
- Joined
- Sep 24, 2008
- Messages
- 113
This is a pretty easy modification to give yourself starting units ala ColWin and Col1. Basically, you get a veteran soldier and pioneer rather than two regular colonists.
For each new-world player, replace the starting units with the following:
File: Civ4CivilizationInfos.xml
For each new-world player, replace the starting units with the following:
File: Civ4CivilizationInfos.xml
Code:
<FreeUnitClasses>
<FreeUnitClass>
<UnitClassType>UNITCLASS_CARAVEL</UnitClassType>
<FreeUnitProfession>NONE</FreeUnitProfession>
</FreeUnitClass>
<FreeUnitClass>
<UnitClassType>UNITCLASS_PIONEER</UnitClassType>
<FreeUnitProfession>PROFESSION_PIONEER</FreeUnitProfession>
</FreeUnitClass>
<FreeUnitClass>
<UnitClassType>UNITCLASS_VETERAN</UnitClassType>
<FreeUnitProfession>PROFESSION_SOLDIER</FreeUnitProfession>
</FreeUnitClass>
</FreeUnitClasses>