boneys26
BTS Play session tester
Hi guys having some problems editing the gunship i want it to transport 2artillery I can get it to carry 2 units including artillery but how do i get it so it doesn't caqrry any other unit? heres what i've done
from
<iBombardRate>0</iBombardRate>
<SpecialCargo>NONE</SpecialCargo>
<DomainCargo>NONE</DomainCargo>
<iCargo>0</iCargo>
<iConscription>0</iConscription>
TO
<iBombardRate>0</iBombardRate>
<SpecialCargo>NONE</SpecialCargo>
<DomainCargo>DOMAIN_LAND</DomainCargo>
<iCargo>2</iCargo>
<iConscription>0</iConscription>
I thought about changing the specialcargo to <SpecialCargo>SPECIALUNIT_ARTILLERY</SpecialCargo>
but when the game loads its says theres something wrong with unitclassinfo.xml any idea?
from
<iBombardRate>0</iBombardRate>
<SpecialCargo>NONE</SpecialCargo>
<DomainCargo>NONE</DomainCargo>
<iCargo>0</iCargo>
<iConscription>0</iConscription>
TO
<iBombardRate>0</iBombardRate>
<SpecialCargo>NONE</SpecialCargo>
<DomainCargo>DOMAIN_LAND</DomainCargo>
<iCargo>2</iCargo>
<iConscription>0</iConscription>
I thought about changing the specialcargo to <SpecialCargo>SPECIALUNIT_ARTILLERY</SpecialCargo>
but when the game loads its says theres something wrong with unitclassinfo.xml any idea?