Hi there im new here and i have some problems with making new weapon upgrade for aurora jet
Here is what i've done:
CommandButton.ini
Code:
CommandButton Command_UpgradeAmericaStealthAuroraMOAB
Command = PLAYER_UPGRADE
Upgrade = Upgrade_AmericaStealthAuroraMOAB
ButtonImage = SAMOAB
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
TextLabel = CONTROLBAR:MOAB
DescriptLabel = CONTROLBAR:TooltipMOAB
End
CommandSet.ini
Code:
CommandSet SupW_AmericaJetAuroraCommandSet
1 Command_UpgradeAmericaStealthAuroraMOAB
11 = Command_AttackMove
13 = Command_Guard
14 = Command_Stop
End
Upgrade.ini
Code:
;-----------------------------------
;StealthAuroraMOABUpgrade - This is really big ...
;-----------------------------------
Upgrade Upgrade_AmericaStealthAuroraMOAB
DisplayName = UPGRADE:StealthAuroraMOAB
Type = OBJECT
BuildTime = 0.0
BuildCost = 100
ButtonImage = SAMOAB
End
SuperWeaponGeneral.ini
Code:
....
UpgradeCameo1 = Upgrade_AmericaAdvancedTraining
UpgradeCameo2 = Upgrade_AmericaCountermeasures
UpgradeCameo3 = Upgrade_AmericaStealthAurora
UpgradeCameo4 = Upgrade_AmericaStealthAuroraMOAB
;UpgradeCameo5 = NONE
....
WeaponSet
Conditions = None
Weapon = PRIMARY SupW_AuroraFuelBombWeapon
End
WeaponSet
Conditions = PLAYER_UPGRADE
Weapon = PRIMARY MOABDetonationWeapon <-- i m not sure is it properly weapon name ...
...
Behavior = StealthUpgrade ModuleTag_23
TriggeredBy = Upgrade_AmericaStealthAurora
End
Behavior = WeaponSetUpgrade ModuleTag_24
TriggeredBy = Upgrade_AmericaStealthAuroraMOAB
End
I checked StealthFighter parameters and i didn't see something of ModuleTags about BunkerBusters Missiles? I wanna make my aurora as similar way as that stealthjet upgraded missiles... Can someone help me with my problem?