First thing look at cash hack code!
Second: Building.ini
Code:
;Engeneering parameter
...
Behavior = StealthUpdate ModuleTag_27
StealthDelay = 2500 ; msec
StealthForbiddenConditions = ATTACKING USING_ABILITY TAKING_DAMAGE
MoveThresholdSpeed = 3
InnateStealth = No ;Requires upgrade first
OrderIdleEnemiesToAttackMeUponReveal = Yes
End
Behavior = StealthUpgrade ModuleTag_28
TriggeredBy = Upgrade_CamoNettingforstructures
End
...
End
Then in Upgrade.ini
Code:
Upgrade Upgrade_CamoNettingforstructures
DisplayName = UPGRADE:CamoNetting
Type = OBJECT
BuildTime = 2.5
BuildCost = 250
ButtonImage = SUcamo
ResearchSound = RPGTrooperVoiceUpgradeCamoNetting
End
Than in CommandButton.ini:
Code:
CommandButton Command_UpgradeCamoNettingStructure
Command = OBJECT_UPGRADE
Upgrade = Upgrade_CamoNettingforstructures
Options = OK_FOR_MULTI_SELECT
TextLabel = CONTROLBAR:UpgradeGLACamoNetting
ButtonImage = SUcamo
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLACamoNetting
; UnitSpecificSound = BombTruckVoiceModeHiEx
End
Than Commandset.ini:
Code:
CommandSet YourBuildingCommandSet
1 = Command_UpgradeCamoNettingStructure
13 = Command_Stop
14 = Command_Sell
End
Start loading Screen:
In your generals directory is an image called Launcher that can you replace.
