Yilhan
  • Yilhan
  • 65.75% (Friendly)
  • Private Topic Starter
18 years ago
I've copy the code from commandset.ini, under "CommandSet SupW_AmericaCommandCenterCommandSet" the 10th line that stated "Command_SpySatelliteScan " and put it under Nuke General. So it will become something like this :

before:

CommandSet Nuke_ChinaCommandCenterCommandSet
1 = Nuke_Command_ConstructChinaDozer
2 = Nuke_Command_ChinaCarpetBomb
3 = Command_NapalmStrike
4 = Command_ClusterMines
5 = Command_CashHack
6 = Command_ArtilleryBarrage
7 = Early_Command_EmergencyRepair
8 = Command_EMPPulse
9 = Command_UpgradeChinaRadar
10 = Command_Frenzy
12 = Command_UpgradeChinaMines
13 = Command_SetRallyPoint
14 = Command_Sell
End



After :

CommandSet Nuke_ChinaCommandCenterCommandSet
1 = Nuke_Command_ConstructChinaDozer
2 = Nuke_Command_ChinaCarpetBomb
3 = Command_NapalmStrike
4 = Command_ClusterMines
5 = Command_CashHack
6 = Command_ArtilleryBarrage
7 = Early_Command_EmergencyRepair
8 = Command_EMPPulse
9 = Command_UpgradeChinaRadar
10 = Command_Frenzy
12 = Command_SpySatelliteScan
13 = Command_SetRallyPoint
14 = Command_Sell
End,


Take a note the bolded font, thats what i replaced. Then i run the game, i can see the changes, (Sattelite Scan) i can click it, but cant point to where i want, infact i cant even use it. The cursor was like not available (you know when you wanna build a building on a hill, you'll get the not-available cursor)

Is it possible to make China Command Center able to use Sattelite Scan just like US does? thx !!
Sponsor
Me Myself and Pi
18 years ago
I think you need to add this in the command center INI:

Behavior = OCLSpecialPower ModuleTag_24
SpecialPowerTemplate = SpecialPowerSpySatellite
OCL = SUPERWEAPON_SpySatellite
CreateLocation = CREATE_AT_LOCATION
End


You may also want to modify the shortcut command buttons to so that you can fire satelite.

CommandSet Nuke_SpecialPowerShortcutChina
1 = Command_ClusterMinesFromShortcut
2 = Command_ArtilleryBarrageFromShortcut
3 = Command_CashHackFromShortcut
4 = Early_Command_EmergencyRepairFromShortcut
5 = Command_EMPPulseFromShortcut
6 = Command_NeutronMissileFromShortcut
7 = Nuke_Command_ChinaCarpetBombFromShortcut
10 = Command_FrenzyFromShortcut
11 = Command_SpySatelliteScanFromShortcut
END



It looks like the nuke china command center already has a module 24 but I don't have time to get into it right now. Hope this helps
Yilhan
  • Yilhan
  • 65.75% (Friendly)
  • Private Topic Starter
18 years ago
Thanks for the brilliant idea Me Myself And Pi, but i've tried like you suggested and it didn work out. I've tried so many times with different ways and none of them working. Any other idea?
Me Myself and Pi
18 years ago
Well, I don't know anything more. Hopefully another member will get into this.
fleetatks
18 years ago
Make sure you also have a command set for the upgraded version (for buying EMP Mines) that has the sattelite in it. Also use something like ModuleTag_Spy With Me Myself And Pi's code. The Moduletag's name doesn't matter but it can't be used twice in the same code, They just use the number system so they don't have to think of a bunch of creative names.
Email me if you ever need help (edited signature November 6th, 2014)
Yilhan
  • Yilhan
  • 65.75% (Friendly)
  • Private Topic Starter
18 years ago
Thx so much guys it works like a charm. Sometimes, somehow when i click the airfield, it just showing 3 buttons which is the MiG, Helocpter and upgrade armor. But when click the other airfield, it shows what it supposed to be. Mybe i just need to put the chopper at button 6 or 7 ,Thx again !