Paasky
Good News Everyone!
This is getting annoying. How can I make new UNITCOMBAT_ names? Like UNITCOMBAT_FIGHTER, UNITCOMBAT_BOMBER, etc.
The game gives me an error:
Tag: UNITCOMBAT_SUB in Info class was incorrect
Current XML file is: Units\CIV4UnitInfos.xml
when I add this:
The same error
Tag: UNITCOMBAT_SUB in Info class was incorrect
Current XML file is: Units\CIV4UnitInfos.xml
came again because I added this:
I'm assuming (because I had a similiar error when I didn't add a new unitclass into the unitclasses.xml) that they have to be defined somewhere, but I can't find that file!

The game gives me an error:
Tag: UNITCOMBAT_SUB in Info class was incorrect
Current XML file is: Units\CIV4UnitInfos.xml
when I add this:
Code:
<Combat>UNITCOMBAT_SUB</Combat>
The same error
Tag: UNITCOMBAT_SUB in Info class was incorrect
Current XML file is: Units\CIV4UnitInfos.xml
came again because I added this:
Code:
<UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_SUB</UnitCombatType>
<iUnitCombatMod>100</iUnitCombatMod>
</UnitCombatMod>
</UnitCombatMods>
I'm assuming (because I had a similiar error when I didn't add a new unitclass into the unitclasses.xml) that they have to be defined somewhere, but I can't find that file!
