Ini file editing stays the way it is forever on that map, it also cannot be used in multiplayer mode if not everyone has the map from the start. That's why I prefer scripting in worldbuilder. Also I suck at ini editing as you already saw 😛
Try to use Annihilation his way with ini scripting that will probably work.
These are the codes for both Control Rods (USA and SWG)
;------------------------------------
;America Cold Fusion Reactor Upgrades
;------------------------------------
Upgrade Upgrade_AmericaAdvancedControlRods
DisplayName = UPGRADE:ControlRods
Type = OBJECT
BuildTime = 30.0
BuildCost = 500
ButtonImage = SSControlRods
End
Upgrade SupW_Upgrade_AmericaAdvancedControlRods
DisplayName = UPGRADE:ControlRods
Type = OBJECT
BuildTime = 30.0
BuildCost = 500
ButtonImage = SACntrlRds ;Special blue ones for Superweapon general.
End
Coped and pasted it out of upgrade.ini
stefandeath wrote: