ComradeKristov
Warlord
is there any way to stop a unit form upgading to another unit? For instance I don't want cavalry to upgrade to gunships anymore so I tried this:
<UnitInfo>
<Class>UNITCLASS_CAVALRY</Class>
<Type>UNIT_RUSSIA_COSSACK</Type>
<UnitClassUpgrades>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_GUNSHIP</UnitClassUpgradeType>
<bUnitClassUpgrade>0</bUnitClassUpgrade>
</UnitClassUpgrade>
</UnitClassUpgrades>
</UnitInfo>
but it didn't work is there any way of doing this modularly, without altering the original UnitInfos?
<UnitInfo>
<Class>UNITCLASS_CAVALRY</Class>
<Type>UNIT_RUSSIA_COSSACK</Type>
<UnitClassUpgrades>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_GUNSHIP</UnitClassUpgradeType>
<bUnitClassUpgrade>0</bUnitClassUpgrade>
</UnitClassUpgrade>
</UnitClassUpgrades>
</UnitInfo>
but it didn't work is there any way of doing this modularly, without altering the original UnitInfos?