[ Index ] | WAROFGENERALS |
PHP Cross Reference of WAROFGENERALS MODS SOURCES |
[Summary view] [Print] [Text view]
1 ;------------------------------------------------------------------------------ 2 ;Command sets are groups of command buttons that will be displayed in the 3 ;context sensitive user interface for a selected object showing what you 4 ;can do with that object 5 ; 6 ;LHS numbers are the physical GUI buttons. You can assign a command 7 ;to any of the physical buttons, they do *NOT* need to appear in 8 ;continuous order ... you may have gaps if you desire 9 ; 10 ;RHS strings are CommandButton.ini command names 11 ; 12 ;Buttons for a regular command context are ordered as: 13 ; 14 ;+--+--+--+--+--+--+ 15 ;|01|03|05|07|09|11| 16 ;+--+--+--+--+--+--+ 17 ;|02|04|06|08|10|12| 18 ;+--+--+--+--+--+--+ 19 ; 20 ;------------------------------------------------------------------------------ 21 ; Many things just want these three buttons. 22 CommandSet GenericCommandSet 23 9 = Command_AttackMove 24 11 = Command_Guard 25 12 = Command_Stop 26 End 27 28 ;------------------------------------------------------------------------------ 29 CommandSet VehiclePOWTruckCommandSet 30 ;1 = Command_PickUpPrisoner 31 ;2 = Command_POWReturnToPrison 32 11 = Command_Guard 33 12 = Command_Stop 34 End 35 36 ; Dozer Command Sets ---------------------------------------------------------- 37 CommandSet AmericaDozerCommandSet 38 1 = Command_ConstructAmericaPowerPlant 39 2 = Command_ConstructAmericaStrategyCenter 40 3 = Command_ConstructAmericaBarracks 41 4 = Command_ConstructAmericaSupplyDropZone 42 5 = Command_ConstructAmericaSupplyCenter 43 6 = Command_ConstructAmericaDetentionCamp 44 7 = Command_ConstructAmericaPatriotBattery 45 8 = Command_ConstructAmericaParticleCannonUplink 46 9 = Command_ConstructAmericaWarFactory 47 10 = Command_ConstructAmericaCommandCenter 48 11 = Command_ConstructAmericaAirfield 49 12 = Command_DisarmMinesAtPosition 50 51 ; 1 = Command_ConstructAmericaPowerPlant 52 ; 2 = Command_ConstructAmericaBarracks 53 ; 3 = Command_ConstructAmericaSupplyCenter 54 ; 4 = Command_ConstructAmericaPatriotBattery 55 ; 5 = Command_ConstructAmericaWarFactory 56 ; 6 = Command_ConstructAmericaAirfield 57 ; 8 = Command_ConstructAmericaCommandCenter 58 ; 11 = Command_AmericaChangetoTechSet 59 ; 12 = Command_DisarmMinesAtPosition 60 End 61 CommandSet AmericaDozerCommandSetTech 62 1 = Command_ConstructAmericaStrategyCenter 63 2 = Command_ConstructAmericaSupplyDropZone 64 3 = Command_ConstructAmericaDetentionCamp 65 4 = Command_ConstructAmericaParticleCannonUplink 66 11 = Command_AmericaChangetoDefaultSet 67 12 = Command_DisarmMinesAtPosition 68 End 69 70 CommandSet GLAWorkerCommandSet 71 1 = Command_ConstructGLASupplyStash 72 2 = Command_ConstructGLAPalace 73 3 = Command_ConstructGLABarracks 74 4 = Command_ConstructGLABlackMarket 75 5 = Command_ConstructGLAStingerSite 76 6 = Command_ConstructGLAWindmill 77 7 = Command_ConstructGLATunnelNetwork 78 8 = Command_ConstructGLAScudStorm 79 9 = Command_ConstructGLAArmsDealer 80 10 = Command_ConstructGLACommandCenter 81 11 = Command_ConstructGLADemoTrap 82 12 = Command_DisarmMinesAtPosition 83 84 ;1 = Command_ConstructGLASupplyStash 85 ;2 = Command_ConstructGLABarracks 86 ;3 = Command_ConstructGLAStingerSite 87 ;4 = Command_ConstructGLAWindmill 88 ;5 = Command_ConstructGLATunnelNetwork 89 ;6 = Command_ConstructGLAArmsDealer 90 ;;7 = Command_ConstructGLAAirfield 91 ;7 = Command_ConstructGLADemoTrap 92 ;8 = Command_ConstructGLACommandCenter 93 ;11 = Command_GLAChangetoTechSet 94 ;12 = Command_DisarmMinesAtPosition 95 End 96 CommandSet GLAWorkerCommandSetTech 97 ;1 = Command_ConstructGLABurningBarricade 98 1 = Command_ConstructGLAPalace 99 2 = Command_ConstructGLABlackMarket 100 ;3 = Command_ConstructGLAPrison 101 4 = Command_ConstructGLAScudStorm 102 11 = Command_GLAChangetoDefaultSet 103 12 = Command_DisarmMinesAtPosition 104 End 105 106 CommandSet ChinaDozerCommandSet 107 1 = Command_ConstructChinaPowerPlant 108 2 = Command_ConstructChinaAirfield 109 3 = Command_ConstructChinaBarracks 110 4 = Command_ConstructChinaPropagandaCenter 111 5 = Command_ConstructChinaSupplyCenter 112 6 = Command_ConstructChinaSpeakerTower 113 7 = Command_ConstructChinaBunker 114 8 = Command_ConstructChinaNuclearMissileLauncher 115 9 = Command_ConstructChinaGattlingCannon 116 10 = Command_ConstructChinaCommandCenter 117 11 = Command_ConstructChinaWarFactory 118 12 = Command_DisarmMinesAtPosition 119 120 ; 1 = Command_ConstructChinaPowerPlant 121 ; 2 = Command_ConstructChinaBarracks 122 ; 3 = Command_ConstructChinaSupplyCenter 123 ; 4 = Command_ConstructChinaSpeakerTower 124 ; 5 = Command_ConstructChinaBunker 125 ; 6 = Command_ConstructChinaGattlingCannon 126 ; 7 = Command_ConstructChinaWarFactory 127 ; 8 = Command_ConstructChinaCommandCenter 128 ; 11 = Command_ChinaChangetoTechSet 129 ; 12 = Command_DisarmMinesAtPosition 130 End 131 CommandSet ChinaDozerCommandSetTech 132 ;1 = Command_ConstructChinaConcreteWall 133 1 = Command_ConstructChinaAirfield 134 2 = Command_ConstructChinaPropagandaCenter 135 4 = Command_ConstructChinaNuclearMissileLauncher 136 11 = Command_ChinaChangetoDefaultSet 137 12 = Command_DisarmMinesAtPosition 138 End 139 140 ; Unit Command Sets ----------------------------------------------------------- 141 CommandSet AmericaTransportCommandSet 142 1 = Command_TransportExit 143 2 = Command_TransportExit 144 3 = Command_TransportExit 145 4 = Command_TransportExit 146 5 = Command_TransportExit 147 6 = Command_TransportExit 148 7 = Command_TransportExit 149 8 = Command_TransportExit 150 9 = Command_Evacuate 151 11 = Command_Guard 152 12 = Command_Stop 153 End 154 155 CommandSet AmericaVehicleChinookCommandSet 156 1 = Command_TransportExit 157 2 = Command_TransportExit 158 3 = Command_TransportExit 159 4 = Command_TransportExit 160 5 = Command_TransportExit 161 6 = Command_TransportExit 162 7 = Command_TransportExit 163 8 = Command_TransportExit 164 9 = Command_ChinookUnload 165 10 = Command_CombatDrop 166 ; 11 = Command_Guard 167 12 = Command_Stop 168 End 169 170 CommandSet CivilianTransportCommandSet 171 1 = Command_TransportExit 172 2 = Command_TransportExit 173 3 = Command_TransportExit 174 4 = Command_TransportExit 175 5 = Command_TransportExit 176 6 = Command_TransportExit 177 7 = Command_TransportExit 178 8 = Command_TransportExit 179 9 = Command_Evacuate 180 11 = Command_Guard 181 12 = Command_Stop 182 End 183 184 CommandSet RailedTransportCommandSet 185 1 = Command_TransportExit 186 2 = Command_TransportExit 187 3 = Command_TransportExit 188 4 = Command_TransportExit 189 5 = Command_TransportExit 190 6 = Command_TransportExit 191 7 = Command_TransportExit 192 8 = Command_TransportExit 193 9 = Command_TransportExit 194 10 = Command_TransportExit 195 11 = Command_Evacuate 196 12 = Command_ExecuteRailedTransport 197 End 198 199 CommandSet CivilianTransportWithNukeCommandSet 200 1 = Command_DetonateConvoyTruckNuke 201 12 = Command_Stop 202 End 203 204 205 CommandSet AmericaInfantryRangerCommandSet 206 1 = Command_AmericaRangerCaptureBuilding 207 2 = Command_AmericaRangerSwitchToMachineGun 208 4 = Command_AmericaRangerSwitchToFlagBangGrenades 209 9 = Command_AttackMove 210 11 = Command_Guard 211 12 = Command_Stop 212 End 213 214 CommandSet AmericaInfantryColonelBurtonCommandSet 215 1 = Command_ColonelBurtonKnifeAttack 216 2 = Command_ColonelBurtonTimedDemoCharge 217 4 = Command_ColonelBurtonRemoteDemoCharge 218 6 = Command_ColonelBurtonDetonateCharges 219 9 = Command_AttackMove 220 11 = Command_Guard 221 12 = Command_Stop 222 End 223 224 CommandSet AmericaInfantryMissileDefenderCommandSet 225 1 = Command_AmericaMissileDefenderLaserGuidedMissiles 226 9 = Command_AttackMove 227 11 = Command_Guard 228 12 = Command_Stop 229 End 230 231 CommandSet AmericaInfantryPathfinderCommandSet 232 9 = Command_AttackMove 233 11 = Command_Guard 234 12 = Command_Stop 235 End 236 237 CommandSet AmericaInfantryPilotCommandSet 238 12 = Command_Stop 239 End 240 241 CommandSet AmericaVehicleHumveeCommandSet 242 1 = Command_ConstructAmericaVehicleBattleDrone 243 2 = Command_ConstructAmericaVehicleScoutDrone 244 3 = Command_TransportExit 245 4 = Command_TransportExit 246 5 = Command_TransportExit 247 6 = Command_TransportExit 248 7 = Command_TransportExit 249 8 = Command_Evacuate 250 9 = Command_AttackMove 251 11 = Command_Guard 252 12 = Command_Stop 253 End 254 255 CommandSet CivilianVehicleLimoCommandSet 256 1 = Command_TransportExit 257 2 = Command_TransportExit 258 3 = Command_TransportExit 259 4 = Command_TransportExit 260 5 = Command_TransportExit 261 6 = Command_Evacuate 262 12 = Command_Stop 263 End 264 265 CommandSet GLAInfantryRebelCommandSet 266 ;1 = Command_GLAInfantryRebelSwitchToMachineGun 267 1 = Command_GLAInfantryRebelCaptureBuilding 268 ;3 = Command_GLAInfantryRebelSwitchToTranqDarts 269 9 = Command_AttackMove 270 11 = Command_Guard 271 12 = Command_Stop 272 End 273 274 CommandSet GLAInfantryTunnelDefenderCommandSet 275 9 = Command_AttackMove 276 11 = Command_Guard 277 12 = Command_Stop 278 End 279 280 CommandSet GLAInfantryTerroristCommandSet 281 1 = Command_GLAInfantryTerroristMakeCarBomb 282 11 = Command_Guard 283 12 = Command_Stop 284 End 285 286 CommandSet GLAInfantryAngryMobCommandSet 287 ;1 = Command_GLAInfantryFireBomb 288 9 = Command_AttackMove 289 11 = Command_Guard 290 12 = Command_Stop 291 End 292 293 CommandSet GLAInfantryHijackerCommandSet 294 1 = Command_GLAInfantryHijack 295 11 = Command_Guard 296 12 = Command_Stop 297 End 298 299 CommandSet GLAInfantryJarmenKellCommandSet 300 1 = Command_GLAInfantryJarmenKellSnipeVehicleAttack 301 9 = Command_AttackMove 302 11 = Command_Guard 303 12 = Command_Stop 304 End 305 306 CommandSet AmericaVehicleComancheCommandSet 307 ; 1 = Command_AmericaVehicleComancheFireAntiTankMissiles - changed by DB to make missiles auto-shoot. 308 1 = Command_AmericaVehicleComancheFireRocketPods 309 9 = Command_AttackMove 310 11 = Command_Guard 311 12 = Command_Stop 312 End 313 314 CommandSet GLAVehicleRocketBuggyCommandSet 315 9 = Command_AttackMove 316 11 = Command_Guard 317 12 = Command_Stop 318 End 319 320 CommandSet GLATankScorpionCommandSet 321 ;1 = Command_GLAScorpionFireRocket -- Design change request -- wants to auto fire without button. 322 9 = Command_AttackMove 323 11 = Command_Guard 324 12 = Command_Stop 325 End 326 327 CommandSet GLAVehicleScudLauncherCommandSet 328 1 = Command_GLAExplosiveWarhead 329 ; 2 = Command_FireScudExplosiveAtPosition 330 3 = Command_GLAAnthraxWarhead 331 ; 4 = Command_FireScudAnthraxAtPosition 332 9 = Command_AttackMove 333 11 = Command_Guard 334 12 = Command_Stop 335 End 336 337 CommandSet GLAVehicleQuadCannon 338 9 = Command_AttackMove 339 11 = Command_Guard 340 12 = Command_Stop 341 End 342 343 344 CommandSet GLAVehicleToxinTruckCommandSet 345 1 = Command_GLAToxinTractorContaminateGround 346 9 = Command_AttackMove 347 11 = Command_Guard 348 12 = Command_Stop 349 End 350 351 ; ------------------- Bomb Truck ---------------------- 352 CommandSet GLAVehicleBombTruckCommandSet 353 1 = Command_DisguiseAsVehicle 354 3 = Command_BombTruckDetonateNow 355 7 = Command_UpgradeGLABombTruckBioBomb 356 8 = Command_UpgradeGLABombTruckHighExplosiveBomb 357 9 = Command_AttackMove 358 10 = Command_UpgradeGLABombTruckNukeWarhead 359 11 = Command_Guard 360 12 = Command_Stop 361 End 362 363 ; **Nuke command set (does not allow for any more upgrades)** 364 CommandSet GLAVehicleBombTruckNukeCommandSet 365 1 = Command_DisguiseAsVehicle 366 3 = Command_BombTruckDetonateNukeNow 367 9 = Command_AttackMove 368 11 = Command_Guard 369 12 = Command_Stop 370 End 371 372 ; **High Explosives command set (bio upgrade only allowed)** 373 CommandSet GLAVehicleBombTruckHECommandSet 374 1 = Command_DisguiseAsVehicle 375 3 = Command_BombTruckDetonateNow 376 7 = Command_UpgradeGLABombTruckBioBomb 377 9 = Command_AttackMove 378 11 = Command_Guard 379 12 = Command_Stop 380 End 381 382 ; **Bio Bomb command set (HE upgrade only allowed)** 383 CommandSet GLAVehicleBombTruckBioCommandSet 384 1 = Command_DisguiseAsVehicle 385 3 = Command_BombTruckDetonateNow 386 8 = Command_UpgradeGLABombTruckHighExplosiveBomb 387 9 = Command_AttackMove 388 11 = Command_Guard 389 12 = Command_Stop 390 End 391 ; -------------------------------------------------------- 392 393 CommandSet GLAVehicleRadarVanCommandSet 394 1 = Command_RadarVanScan 395 ;3 = Command_RadioJam 396 12 = Command_Stop 397 End 398 399 CommandSet GLAVehicleTechnicalCommandSet 400 1 = Command_TransportExit 401 2 = Command_TransportExit 402 3 = Command_TransportExit 403 4 = Command_TransportExit 404 5 = Command_TransportExit 405 9 = Command_AttackMove 406 10 = Command_Evacuate 407 11 = Command_Guard 408 12 = Command_Stop 409 End 410 411 CommandSet ChinaJetMIGCommandSet 412 ; 2 = Command_ChinaJetMIGFireNapalmMissile 413 9 = Command_AttackMove 414 10 = Command_GuardFlyingUnitsOnly 415 11 = Command_Guard 416 12 = Command_Stop 417 End 418 419 CommandSet ChinaInfantryRedguardCommandSet 420 1 = Command_ChinaInfantryRedGuardCaptureBuilding 421 ;2 = Command_ChinaInfantryRedguardSwitchToMachineGun 422 ;3 = Command_ChinaInfantryRedguardSwitchToStunBullets 423 9 = Command_AttackMove 424 11 = Command_Guard 425 12 = Command_Stop 426 End 427 428 CommandSet ChinaInfantryRedguardCommandSetUpgrade 429 1 = Command_ChinaInfantryRedGuardCaptureBuilding 430 3 = Command_ChinaInfantryRedguardBayonet 431 9 = Command_AttackMove 432 11 = Command_Guard 433 12 = Command_Stop 434 End 435 436 CommandSet ChinaInfantryBlackLotusCommandSet 437 1 = Command_ChinaInfantryBlackLotusCaptureHack 438 3 = Command_ChinaInfantryBlackLotusVehicleHack 439 5 = Command_ChinaInfantryBlackLotusCashHack 440 ; 11 = Command_Guard 441 12 = Command_Stop 442 End 443 444 CommandSet ChinaInfantryHackerCommandSet 445 1 = Command_ChinaInfantryHackerDisableBuilding 446 3 = Command_ChinaInfantryHackerInternetHack 447 11 = Command_Guard 448 12 = Command_Stop 449 End 450 451 CommandSet ChinaInfantryTankHunterCommandSet 452 1 = Command_ChinaInfantryTankHunterTNTAttack 453 9 = Command_AttackMove 454 11 = Command_Guard 455 12 = Command_Stop 456 End 457 458 CommandSet ChinaTroopCrawlerCommandSet 459 1 = Command_TransportExit 460 2 = Command_TransportExit 461 3 = Command_TransportExit 462 4 = Command_TransportExit 463 5 = Command_TransportExit 464 6 = Command_TransportExit 465 7 = Command_TransportExit 466 8 = Command_TransportExit 467 9 = Command_AttackMove 468 11 = Command_EmptyCrawler 469 12 = Command_Stop 470 End 471 472 CommandSet ChinaVehicleNukeCannonCommandSet 473 ; 1 = Command_FireNukeCannonAtPosition 474 9 = Command_AttackMove 475 11 = Command_Guard 476 12 = Command_Stop 477 End 478 479 CommandSet ChinaVehicleBattleMasterCommandSet 480 9 = Command_AttackMove 481 11 = Command_Guard 482 12 = Command_Stop 483 End 484 485 CommandSet ChinaVehicleGattlingTankCommandSet 486 9 = Command_AttackMove 487 11 = Command_Guard 488 12 = Command_Stop 489 End 490 491 CommandSet ChinaVehicleInfernoCannonCommandSet 492 ; 1 = Command_FireInfernoCannonAtPosition 493 9 = Command_AttackMove 494 11 = Command_Guard 495 12 = Command_Stop 496 End 497 498 CommandSet ChinaTankDragonCommandSet 499 1 = Command_ChinaDragonTankFireWall 500 9 = Command_AttackMove 501 11 = Command_Guard 502 12 = Command_Stop 503 End 504 505 CommandSet AmericaTankCrusaderCommandSet 506 1 = Command_ConstructAmericaVehicleBattleDrone 507 2 = Command_ConstructAmericaVehicleScoutDrone 508 9 = Command_AttackMove 509 11 = Command_Guard 510 12 = Command_Stop 511 End 512 513 CommandSet AmericaTankPaladinCommandSet 514 1 = Command_ConstructAmericaVehicleBattleDrone 515 2 = Command_ConstructAmericaVehicleScoutDrone 516 9 = Command_AttackMove 517 11 = Command_Guard 518 12 = Command_Stop 519 End 520 521 CommandSet AmericaVehicleAmbulanceCommandSet 522 1 = Command_ConstructAmericaVehicleBattleDrone 523 2 = Command_ConstructAmericaVehicleScoutDrone 524 3 = Command_TransportExit 525 4 = Command_TransportExit 526 5 = Command_TransportExit 527 6 = Command_TransportExit 528 7 = Command_TransportExit 529 8 = Command_Evacuate 530 9 = Command_AttackMove 531 10 = Command_AmbulanceCleanupArea 532 11 = Command_Guard 533 12 = Command_Stop 534 End 535 536 CommandSet AmericaInfantryHazMatCommandSet 537 1 = Command_AmbulanceCleanupArea 538 11 = Command_Guard 539 12 = Command_Stop 540 End 541 542 CommandSet AmericaVehicleTomahawkCommandSet 543 1 = Command_ConstructAmericaVehicleBattleDrone 544 2 = Command_ConstructAmericaVehicleScoutDrone 545 ;3 = Command_FireTomahawkAtPosition 546 9 = Command_AttackMove 547 11 = Command_Guard 548 12 = Command_Stop 549 End 550 551 CommandSet AmericaJetRaptorCommandSet 552 ; 6 = Command_Guard 553 9 = Command_AttackMove 554 10 = Command_GuardFlyingUnitsOnly 555 11 = Command_Guard 556 12 = Command_Stop 557 End 558 559 CommandSet AmericaJetAuroraCommandSet 560 ; 6 = Command_Guard 561 ; 8 = Command_GuardFlyingUnitsOnly 562 9 = Command_AttackMove 563 11 = Command_Guard 564 12 = Command_Stop 565 End 566 567 CommandSet AmericaJetStealthFighterCommandSet 568 ; 6 = Command_Guard 569 ; 8 = Command_GuardFlyingUnitsOnly 570 9 = Command_AttackMove 571 11 = Command_Guard 572 12 = Command_Stop 573 End 574 575 CommandSet GLATankMarauderCommandSet 576 9 = Command_AttackMove 577 11 = Command_Guard 578 12 = Command_Stop 579 End 580 581 CommandSet ChinaTankBattlemasterCommandSet 582 9 = Command_AttackMove 583 11 = Command_Guard 584 12 = Command_Stop 585 End 586 587 ;-------------------------------------------- 588 CommandSet ChinaTankOverlordDefaultCommandSet 589 1 = Command_UpgradeChinaOverlordBattleBunker 590 3 = Command_UpgradeChinaOverlordGattlingCannon 591 5 = Command_UpgradeChinaOverlordPropagandaTower 592 9 = Command_AttackMove 593 11 = Command_Guard 594 12 = Command_Stop 595 End 596 597 CommandSet ChinaTankOverlordBattleBunkerCommandSet 598 1 = Command_TransportExit 599 2 = Command_TransportExit 600 3 = Command_TransportExit 601 4 = Command_TransportExit 602 5 = Command_TransportExit 603 6 = Command_Evacuate 604 9 = Command_AttackMove 605 11 = Command_Guard 606 12 = Command_Stop 607 End 608 609 CommandSet ChinaTankOverlordGattlingCannonCommandSet 610 9 = Command_AttackMove 611 11 = Command_Guard 612 12 = Command_Stop 613 End 614 615 CommandSet ChinaTankOverlordPropagandaTowerCommandSet 616 9 = Command_AttackMove 617 11 = Command_Guard 618 12 = Command_Stop 619 End 620 621 CommandSet ChinaSupplyTruckCommandSet 622 12 = Command_Stop 623 End 624 625 ;-------------------------------------------- 626 627 ; Structure Command Sets ------------------------------------------------------ 628 CommandSet AmericaCommandCenterCommandSet 629 1 = Command_ConstructAmericaDozer 630 3 = Command_B52Strike 631 4 = Command_A10ThunderboltMissileStrike 632 5 = Command_Paradrop 633 6 = Command_SpyDrone 634 7 = Command_EmergencyRepair 635 8 = Command_DaisyCutter 636 9 = Command_UpgradeAmericaRadar 637 10 = Command_SpySatelliteScan 638 11 = Command_SetRallyPoint 639 12 = Command_Sell 640 End 641 642 CommandSet Command_ScriptedTransportDrops 643 1 = Command_DaisyCutter 644 2 = Command_Paradrop 645 3 = Command_B52Strike 646 4 = Command_ClusterMines 647 5 = Command_CrateDrop 648 End 649 650 CommandSet Command_ScriptedA10ThunderboltStrike 651 1 = Command_A10ThunderboltMissileStrike 652 End 653 654 CommandSet AmericaAirfieldCommandSet 655 1 = Command_ConstructAmericaJetRaptor 656 2 = Command_ConstructAmericaVehicleComanche 657 3 = Command_ConstructAmericaJetAurora 658 4 = Command_ConstructAmericaJetStealthFighter 659 ;5 = Command_ConstructAmericaVehicleApache 660 7 = Command_UpgradeComancheRocketPods 661 8 = Command_UpgradeAmericaLaserMissiles 662 11 = Command_SetRallyPoint 663 12 = Command_Sell 664 End 665 666 CommandSet AmericaWarFactoryCommandSet 667 1 = Command_ConstructAmericaTankCrusader 668 2 = Command_ConstructAmericaVehicleTomahawk 669 3 = Command_ConstructAmericaVehicleHumvee 670 4 = Command_ConstructAmericaVehicleMedic 671 5 = Command_ConstructAmericaVehiclePaladin 672 6 = Command_ConstructAmericaTankCrusaderMK2 673 ;7 = Command_ConstructAmericaTankLeopard 674 ; 9 = Command_UpgradeAmericaTomahawkRemoteControl ***CUT*** 675 10 = Command_UpgradeAmericaTOWMissile 676 11 = Command_SetRallyPoint 677 12 = Command_Sell 678 End 679 680 CommandSet AmericaBarracksCommandSet 681 1 = Command_ConstructAmericaInfantryRanger 682 2 = Command_ConstructAmericaInfantryMissileDefender 683 3 = Command_ConstructAmericaInfantryColonelBurton 684 4 = Command_ConstructAmericaInfantryPathfinder 685 6 = Command_ConstructAmericaInfantryBiohazardTech 686 7 = Command_UpgradeAmericaRangerFlashBangGrenade 687 8 = Command_UpgradeAmericaRangerCaptureBuilding 688 11 = Command_SetRallyPoint 689 12 = Command_Sell 690 End 691 692 CommandSet AmericaSupplyCenterCommandSet 693 1 = Command_ConstructAmericaVehicleChinook 694 11 = Command_SetRallyPoint 695 12 = Command_Sell 696 End 697 698 CommandSet AmericaPowerPlantCommandSet 699 1 = Command_UpgradeAmericaAdvancedControlRods 700 12 = Command_Sell 701 End 702 703 CommandSet AmericaStrategyCenterCommandSet 704 1 = Command_InitiateBattlePlanBombardment 705 3 = Command_InitiateBattlePlanHoldTheLine 706 5 = Command_InitiateBattlePlanSearchAndDestroy 707 8 = Command_UpgradeAmericaCompositeArmor 708 9 = Command_UpgradeAmericaAdvancedTraining 709 10 = Command_UpgradeAmericaDroneArmor 710 11 = Command_StrategyCenter_Stop 711 12 = Command_Sell 712 End 713 714 CommandSet AmericaDetentionCampCommandSet 715 1 = Command_CIAIntelligence 716 ;3 = Command_ConstructAmericaVehiclePOWTruck 717 12 = Command_Sell 718 End 719 720 CommandSet AmericaParticleUplinkCannonCommandSet 721 1 = Command_FireParticleUplinkCannon 722 12 = Command_Sell 723 End 724 725 CommandSet BaikonurLaunchTowerCommandSet 726 1 = Command_LaunchBaikonurRocket 727 2 = Command_DetonateBaikonurRocketAtLocation 728 End 729 730 731 CommandSet AmericaPatriotBatteryCommandSet 732 11 = Command_Stop 733 12 = Command_Sell 734 End 735 736 CommandSet ChinaCommandCenterCommandSet 737 1 = Command_ConstructChinaDozer 738 3 = Command_NapalmStrike 739 4 = Command_ClusterMines 740 5 = Command_CashHack 741 6 = Command_ArtilleryBarrage 742 7 = Command_EmergencyRepair 743 8 = Command_EMPPulse 744 9 = Command_UpgradeChinaRadar 745 10 = Command_UpgradeChinaMines 746 11 = Command_SetRallyPoint 747 12 = Command_Sell 748 End 749 750 CommandSet ChinaBunkerCommandSet 751 1 = Command_TransportExit 752 2 = Command_TransportExit 753 3 = Command_TransportExit 754 4 = Command_TransportExit 755 5 = Command_TransportExit 756 6 = Command_Evacuate 757 10 = Command_UpgradeChinaMines 758 12 = Command_Sell 759 End 760 761 CommandSet ChinaPowerPlantCommandSet 762 1 = Command_Overcharge 763 10 = Command_UpgradeChinaMines 764 12 = Command_Sell 765 End 766 767 CommandSet ChinaSpeakerTowerCommandSet 768 ; 10 = Command_UpgradeChinaMines 769 12 = Command_Sell 770 End 771 772 CommandSet ChinaGattlingCannonCommandSet 773 10 = Command_UpgradeChinaMines 774 11 = Command_Stop 775 12 = Command_Sell 776 End 777 778 CommandSet ChinaBarracksCommandSet 779 1 = Command_ConstructChinaInfantryRedguard 780 2 = Command_ConstructChinaInfantryTankHunter 781 3 = Command_ConstructChinaInfantryHacker 782 4 = Command_ConstructChinaInfantryBlackLotus 783 7 = Command_UpgradeChinaRedguardCaptureBuilding 784 9 = Command_UpgradeRedGuardBayonet 785 10 = Command_UpgradeChinaMines 786 11 = Command_SetRallyPoint 787 12 = Command_Sell 788 End 789 790 CommandSet ChinaWarFactoryCommandSet 791 1 = Command_ConstructChinaTankBattleMaster 792 2 = Command_ConstructChinaVehicleTroopCrawler 793 3 = Command_ConstructChinaTankDragon 794 4 = Command_ConstructChinaTankGattling 795 5 = Command_ConstructChinaVehicleInfernoCannon 796 6 = Command_ConstructChinaTankOverlord 797 7 = Command_ConstructChinaVehicleNukeLauncher 798 8 = Command_UpgradeChinaBlackNapalm 799 9 = Command_UpgradeChinaChainGuns 800 10 = Command_UpgradeChinaMines 801 11 = Command_SetRallyPoint 802 12 = Command_Sell 803 End 804 805 CommandSet ChinaSupplyCenterCommandSet 806 1 = Command_ConstructChinaVehicleSupplyTruck 807 10 = Command_UpgradeChinaMines 808 11 = Command_SetRallyPoint 809 12 = Command_Sell 810 End 811 812 CommandSet ChinaAirfieldCommandSet 813 1 = Command_ConstructChinaJetMIG 814 2 = Command_UpgradeChinaAircraftArmor 815 10 = Command_UpgradeChinaMines 816 12 = Command_Sell 817 End 818 819 CommandSet ChinaPropagandaCenterCommandSet 820 1 = Command_UpgradeChinaNationalism 821 ;2 = Command_UpgradeChinaStunBullets 822 3 = Command_UpgradeChinaSubliminalMessaging 823 ;5 = Command_ConstructChinaVehiclePOWTruck 824 10 = Command_UpgradeChinaMines 825 12 = Command_Sell 826 End 827 828 CommandSet ChinaNuclearMissileCommandSet 829 1 = Command_NeutronMissile 830 ;4 = Command_NeutronMissileUpgrade 831 7 = Command_UpgradeChinaUraniumShells 832 8 = Command_UpgradeChinaNuclearTanks 833 10 = Command_UpgradeChinaMines 834 12 = Command_Sell 835 End 836 837 CommandSet GLACommandCenterCommandSet 838 1 = Command_ConstructGLAWorker 839 5 = Command_Ambush 840 6 = Command_EmergencyRepair 841 7 = Command_AnthraxBomb 842 8 = Command_NeutronBomb 843 9 = Command_TerrorCell 844 11 = Command_SetRallyPoint 845 12 = Command_Sell 846 End 847 848 CommandSet GLAArmsDealerCommandSet 849 1 = Command_ConstructGLATankScorpion 850 2 = Command_ConstructGLAVehicleTechnical 851 3 = Command_ConstructGLAVehicleRadarVan 852 4 = Command_ConstructGLAVehicleQuadCannon 853 5 = Command_ConstructGLAVehicleToxinTruck 854 6 = Command_ConstructGLAVehicleRocketBuggy 855 7 = Command_ConstructGLATankMarauder 856 8 = Command_ConstructGLAVehicleBombTruck 857 9 = Command_ConstructGLAVehicleScudLauncher 858 10 = Command_UpgradeGLAScorpionRocket 859 11 = Command_SetRallyPoint 860 12 = Command_Sell 861 End 862 863 CommandSet GLABarracksCommandSet 864 1 = Command_ConstructGLAInfantryRebel 865 2 = Command_ConstructGLAInfantryRPGTrooper 866 3 = Command_ConstructGLAInfantryTerrorist 867 4 = Command_ConstructGLAInfantryAngryMob 868 5 = Command_ConstructGLAInfantryHijacker 869 6 = Command_ConstructGLAInfantryJarmenKell 870 7 = Command_UpgradeGLARebelCaptureBuilding 871 11 = Command_SetRallyPoint 872 12 = Command_Sell 873 End 874 875 CommandSet GLABlackMarketCommandSet 876 1 = Command_UpgradeGLAAPBullets 877 2 = Command_UpgradeGLAAPRockets 878 3 = Command_UpgradeGLAJunkRepair 879 4 = Command_UpgradeGLABuggyAmmo 880 5 = Command_UpgradeGLARadarVanScan 881 12 = Command_Sell 882 End 883 884 CommandSet GLAScudStormCommandSet 885 1 = Command_ScudStorm 886 12 = Command_Sell 887 End 888 889 CommandSet GLASupplyStashCommandSet 890 1 = Command_ConstructGLAWorker 891 11 = Command_SetRallyPoint 892 12 = Command_Sell 893 End 894 895 CommandSet GLAPalaceCommandSet 896 1 = Command_StructureExit 897 2 = Command_StructureExit 898 3 = Command_StructureExit 899 4 = Command_StructureExit 900 5 = Command_StructureExit 901 6 = Command_Evacuate 902 8 = Command_UpgradeGLAArmTheMob 903 9 = Command_UpgradeGLACamouflage 904 10 = Command_UpgradeGLAToxinShells 905 11 = Command_UpgradeGLAAnthraxBeta 906 12 = Command_Sell 907 End 908 909 CommandSet GLADemoTrapCommandSet 910 1 = Command_SetDemoTrapProximityDetonation 911 2 = Command_SetDemoTrapManualDetonation 912 5 = Command_DetonateDemoTrap 913 12 = Command_Sell 914 End 915 916 CommandSet GLATunnelNetworkCommandSet 917 1 = Command_StructureExit 918 2 = Command_StructureExit 919 3 = Command_StructureExit 920 4 = Command_StructureExit 921 5 = Command_StructureExit 922 6 = Command_StructureExit 923 7 = Command_StructureExit 924 8 = Command_StructureExit 925 9 = Command_StructureExit 926 10 = Command_StructureExit 927 11 = Command_Evacuate 928 12 = Command_Sell 929 End 930 931 CommandSet CivilianCarBombCommandSet 932 9 = Command_AttackMove 933 11 = Command_Guard 934 12 = Command_Stop 935 End 936 937 CommandSet GLAStingerSiteCommandSet 938 11 = Command_Stop 939 12 = Command_Sell 940 End 941 942 CommandSet TechBuildingRadioStationCommandSet 943 1 = Command_RadioDefection 944 End 945 946 CommandSet CaveCommandSet 947 ;1 = Command_StructureExit 948 ;2 = Command_StructureExit 949 ;3 = Command_StructureExit 950 ;4 = Command_StructureExit 951 ;5 = Command_StructureExit 952 ;6 = Command_StructureExit 953 ;7 = Command_StructureExit 954 ;8 = Command_StructureExit 955 ;9 = Command_StructureExit 956 ;10 = Command_StructureExit 957 1 = Command_Evacuate 958 End 959 960 ;**************** 961 ;** Nova Setup ** 962 ;**************** 963 ; 1 2 3 1 964 ; 1 4 7 10 965 ; 2 5 8 11 966 ; 3 6 9 12 967 ;**************** 968 969 ;////////////// America ///////////////// 970 971 CommandSet SCIENCE_AMERICA_CommandSetRank1 972 1 = Command_PurchaseSciencePaladinTank 973 2 = Command_PurchaseScienceSpyDrone 974 975 3 = Command_PurchaseScienceStealthFighter 976 END 977 978 CommandSet SCIENCE_AMERICA_CommandSetRank8 979 1 = Command_PurchaseScienceParadrop1 980 END 981 982 CommandSet SCIENCE_AMERICA_CommandSetRank3 983 1 = Command_PurchaseSciencePathfinder 984 4 = Command_PurchaseScienceA10ThunderboltMissileStrike1 985 986 7 = Command_PurchaseScienceEmergencyRepair1 987 10 = Command_PurchaseScienceParadrop2 988 989 2 = Command_PurchaseScienceEmergencyRepair2 990 5 = Command_PurchaseScienceCarpetBomb 991 992 8 = Command_PurchaseScienceEmergencyRepair3 993 11 = Command_PurchaseScienceA10ThunderboltMissileStrike2 994 995 3 = Command_PurchaseScienceParadrop3 996 6 = Command_PurchaseScienceDaisyCutter 997 998 9 = Command_PurchaseScienceA10ThunderboltMissileStrike3 999 12 = Command_PurchaseScienceTomahawkStrike 1000 END 1001 1002 ;////////////// China //////////////// 1003 1004 CommandSet SCIENCE_CHINA_CommandSetRank1 1005 1 = Command_PurchaseScienceRedGuardTraining 1006 2 = Command_PurchaseScienceArtilleryTraining 1007 1008 3 = Command_PurchaseScienceNukeLauncher 1009 END 1010 1011 CommandSet SCIENCE_CHINA_CommandSetRank8 1012 1 = Command_PurchaseScienceClusterMines 1013 END 1014 1015 CommandSet SCIENCE_CHINA_CommandSetRank3 1016 1 = Command_PurchaseScienceCashHack1 1017 4 = Command_PurchaseScienceArtilleryBarrage1 1018 1019 7 = Command_PurchaseScienceEmergencyRepair1 1020 10 = Command_PurchaseScienceCashHack2 1021 1022 2 = Command_PurchaseScienceEmergencyRepair2 1023 5 = Command_PurchaseScienceArtilleryBarrage2 1024 1025 8 = Command_PurchaseScienceEmergencyRepair3 1026 11 = Command_PurchaseScienceNapalmStrike 1027 1028 3 = Command_PurchaseScienceCashHack3 1029 6 = Command_PurchaseScienceEMPPulse 1030 1031 9 = Command_PurchaseScienceArtilleryBarrage3 1032 12 = Command_NeutronMissileUpgrade 1033 END 1034 1035 ;////////////// GLA /////////////////// 1036 1037 CommandSet SCIENCE_GLA_CommandSetRank1 1038 1 = Command_PurchaseScienceTechnicalTraining 1039 2 = Command_PurchaseScienceMarauderTank 1040 1041 3 = Command_PurchaseScienceScudLauncher 1042 END 1043 1044 CommandSet SCIENCE_GLA_CommandSetRank8 1045 1 = Command_PurchaseScienceRebelAmbush1 1046 END 1047 1048 CommandSet SCIENCE_GLA_CommandSetRank3 1049 1 = Command_PurchaseScienceHijacker 1050 4 = Command_PurchaseScienceCashBounty1 1051 1052 7 = Command_PurchaseScienceEmergencyRepair1 1053 10 = Command_PurchaseScienceRebelAmbush2 1054 1055 2 = Command_PurchaseScienceEmergencyRepair2 1056 5 = Command_PurchaseScienceTerrorCell 1057 1058 8 = Command_PurchaseScienceEmergencyRepair3 1059 11 = Command_PurchaseScienceCashBounty2 1060 1061 3 = Command_PurchaseScienceRebelAmbush3 1062 6 = Command_PurchaseScienceAnthraxBomb 1063 1064 9 = Command_PurchaseScienceCashBounty3 1065 12 = Command_PurchaseScienceNeutronBomb 1066 END 1067 1068 1069 ;/////////////////////////////////////// 1070 ;/ Special Power Shortcut Command Sets / 1071 ;/////////////////////////////////////// 1072 ;A max of 5 controls are supported at this time 1073 1074 CommandSet SpecialPowerShortcutUSA 1075 3 = Command_A10ThunderboltMissileStrikeFromCommandCenter 1076 2 = Command_ParadropFromCommandCenter 1077 ;1 = Command_SpyDroneFromCommandCenter 1078 1 = Command_B52StrikeFromCommandCenter 1079 4 = Command_EmergencyRepairFromCommandCenter 1080 5 = Command_DaisyCutterFromCommandCenter 1081 END 1082 1083 CommandSet SpecialPowerShortcutChina 1084 1 = Command_ClusterMinesFromCommandCenter 1085 2 = Command_ArtilleryBarrageFromCommandCenter 1086 ;3 = Command_CashHackFromCommandCenter 1087 3 = Command_NapalmStrikeFromCommandCenter 1088 4 = Command_EmergencyRepairFromCommandCenter 1089 5 = Command_EMPPulseFromCommandCenter 1090 END 1091 1092 1093 CommandSet SpecialPowerShortcutGLA 1094 1 = Command_AmbushFromCommandCenter 1095 2 = Command_EmergencyRepairFromCommandCenter 1096 3 = Command_AnthraxBombFromCommandCenter 1097 4 = Command_NeutronBombFromCommandCenter 1098 5 = Command_TerrorCellFromCommandCenter 1099 END 1100 1101 ; ********** Nova CommandSets ********* 1102 1103 CommandSet AmericaTankCrusaderMK2CommandSet 1104 1 = Command_ConstructAmericaVehicleBattleDrone 1105 2 = Command_ConstructAmericaVehicleScoutDrone 1106 5 = Command_UpgradeCrusaderMK2Hover 1107 9 = Command_AttackMove 1108 11 = Command_Guard 1109 12 = Command_Stop 1110 End 1111 1112 CommandSet GLATankCobraCommandSet 1113 9 = Command_AttackMove 1114 11 = Command_Guard 1115 12 = Command_Stop 1116 End 1117 1118 CommandSet GLAPowerPlantCommandSet 1119 12 = Command_Sell 1120 End 1121 1122 CommandSet GLAPrisonCommandSet 1123 1 = Command_UpgradeGLATranqDarts 1124 3 = Command_ConstructGLAVehiclePOWTruck 1125 12 = Command_Sell 1126 End 1127 1128 CommandSet AmericaTankMammothCommandSet 1129 1 = Command_ConstructAmericaVehicleBattleDrone 1130 2 = Command_ConstructAmericaVehicleScoutDrone 1131 9 = Command_AttackMove 1132 11 = Command_Guard 1133 12 = Command_Stop 1134 End 1135 1136 CommandSet GLAAirfieldCommandSet 1137 1 = Command_ConstructGLASuicidePlane 1138 ;2 = Command_Upgrade ;possibly 1139 12 = Command_Sell 1140 End 1141 1142 CommandSet GLAPlaneSuicideCommandSet 1143 9 = Command_AttackMove 1144 10 = Command_GuardFlyingUnitsOnly 1145 11 = Command_Guard 1146 12 = Command_Stop 1147 End
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Mar 28 08:18:23 2009 | Cross-referenced by PHPXref 0.7 |