Just playing around with the Satellite Hacks from the Chinese Internet Center here. EA made it so it's not a specialpower, but all by itself. My question is, aside from the code lines in the internet center about satellite hacks (also called spyvision), where are all the other parameters defined? For example where does it say what range the hack reveals enemy commandcenters... don't tell me it's hardcoded...
Here is all I can dig up on the Sat Hacks:
Code:
Behavior = SpyVisionUpdate ModuleTag_15
NeedsUpgrade = Yes
SelfPowered = Yes ; No SpecialPower module, turns self on and off on timers (No timers means always on)
SpyOnKindof = COMMANDCENTER ; Defaults to ALL
TriggeredBy = Upgrade_ChinaSatelliteHackOne
End
Behavior = SpyVisionUpdate ModuleTag_16
NeedsUpgrade = Yes
SelfPowered = Yes ; No SpecialPower module, turns self on and off on timers
SelfPoweredDuration = 20000
SelfPoweredInterval = 240000
TriggeredBy = Upgrade_ChinaSatelliteHackTwo
End