I'm sorry for asking without searching around, but I'm wondering how I can change the upgrade options for warriors. I'm playing a game as Boudica, and I want to upgrade my Woodsman III Warrior to Gallic Warrior (Swordsman), but the only options are Axemen and Spearmen. So any instructions/help would be nice.
I tried using Worldbuilder to simply delete the warrior and give myself a Gallic Warrior with the same exp as before, but that comes with the problem of the unit not gaining exp from fights since then.
I changed the Warrior unit's entry in the Civ4 and added what was marked in bold:
As I'm posting here, it obviously didn't work. :<
I tried using Worldbuilder to simply delete the warrior and give myself a Gallic Warrior with the same exp as before, but that comes with the problem of the unit not gaining exp from fights since then.
I changed the Warrior unit's entry in the Civ4 and added what was marked in bold:
Code:
<UnitClassUpgrades>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_AXEMAN</UnitClassUpgradeType>
<bUnitClassUpgrade>1</bUnitClassUpgrade>
</UnitClassUpgrade>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_SPEARMAN</UnitClassUpgradeType>
<bUnitClassUpgrade>1</bUnitClassUpgrade>
</UnitClassUpgrade>
</UnitClassUpgrades>
[b] <UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_SWORDMAN</UnitClassUpgradeType>
<bUnitClassUpgrade>1</bUnitClassUpgrade>
</UnitClassUpgrade>[/b]
</UnitClassUpgrades>
As I'm posting here, it obviously didn't work. :<