vingrjoe
Landlocked Shipwright
Hey there people. I've been looking through the XML files for Warlords and BTS and had questions for some of the lines.
This one is in the Civ4UnitInfos xml.
<UnitClassTargets/>
<UnitCombatTargets/>
<UnitClassDefenders/>
<UnitCombatDefenders/>
Does anyone know the functions for each of the above four lines ?
Also, there seems to be a new line in the Civ4UnitClassInfo xml for BTS.
<UnitClassInfo>
<Type>UNITCLASS_BATTLESHIP</Type>
<Description>TXT_KEY_UNIT_BATTLESHIP</Description>
<iMaxGlobalInstances>-1</iMaxGlobalInstances>
<iMaxTeamInstances>-1</iMaxTeamInstances>
<iMaxPlayerInstances>-1</iMaxPlayerInstances>
<iInstanceCostModifier></iInstanceCostModifier>
<DefaultUnit>UNIT_BATTLESHIP</DefaultUnit>
</UnitClassInfo>
The bold face print denotes the new line. Does anyone know what this does ?
Thanks in advance for any help.
This one is in the Civ4UnitInfos xml.
<UnitClassTargets/>
<UnitCombatTargets/>
<UnitClassDefenders/>
<UnitCombatDefenders/>
Does anyone know the functions for each of the above four lines ?
Also, there seems to be a new line in the Civ4UnitClassInfo xml for BTS.
<UnitClassInfo>
<Type>UNITCLASS_BATTLESHIP</Type>
<Description>TXT_KEY_UNIT_BATTLESHIP</Description>
<iMaxGlobalInstances>-1</iMaxGlobalInstances>
<iMaxTeamInstances>-1</iMaxTeamInstances>
<iMaxPlayerInstances>-1</iMaxPlayerInstances>
<iInstanceCostModifier></iInstanceCostModifier>
<DefaultUnit>UNIT_BATTLESHIP</DefaultUnit>
</UnitClassInfo>
The bold face print denotes the new line. Does anyone know what this does ?
Thanks in advance for any help.