+ Reply to Thread
Results 1 to 2 of 2
  1. #1

    Default [GEN/ZH] Enable Napalm Strike

    This tutorial will show you how to enable the Napalm Strike superweapon in Generals.

    First of all open the file FactionBuilding.ini located in Data\INI\Object. Find this bit of

    Code:
      DisplayName       = OBJECT:CommandCenter
      Side              = China
    Under that entry find this line:

    Code:
      ; *** ENGINEERING Parameters ***
    This defines the special parameters for this building. Under this section find:

    Code:
      Behavior           = OCLSpecialPower ModuleTag_16
        SpecialPowerTemplate = SuperweaponNapalmStrike
        OCL                  = SUPERWEAPON_NapalmStrike
      End
    Delete it.

    Now find this:

    Code:
      DisplayName      = OBJECT:Airfield
      Side             = China
    Under that entry find this line:

    Code:
      ; *** ENGINEERING Parameters ***
    Under this section add this:

    Code:
      Behavior = OCLSpecialPower ModuleTag_16
        SpecialPowerTemplate = SuperweaponNapalmStrike
        OCL                  = SUPERWEAPON_NapalmStrike
      End
    Save the file and close it. Now open CommandSet.ini located in Data\INI. Find this:

    Code:
    CommandSet ChinaAirfieldCommandSet
    Under that entry add this line:

    Code:
      7 = Command_NapalmStrike
    Save the file and close it. Now open SpecialPower.ini located in Data\INI. Find this:

    Code:
    SpecialPower SuperweaponNapalmStrike
      Enum                = SPECIAL_NAPALM_STRIKE
      ReloadTime          = 600000   ; in milliseconds
      RequiredScience     = SCIENCE_NapalmStrike
      PublicTimer         = Yes
      SharedSyncedTimer   = Yes
      ViewObjectDuration  = 30000
      ViewObjectRange     = 250
      RadiusCursorRadius  = 100
    End
    Replace it with this:

    Code:
    SpecialPower SuperweaponNapalmStrike
      Enum                = SPECIAL_NAPALM_STRIKE
      ReloadTime          = 150000
      PublicTimer         = No
      SharedSyncedTimer   = Yes
      ViewObjectDuration  = 30000
      ViewObjectRange     = 250
      RadiusCursorRadius  = 100
    End
    Save the file and close it. Now open ObjectCreationList.ini located in Data\INI. Find this:

    Code:
    ObjectCreationList SUPERWEAPON_NapalmStrike
    Under that entry find this line:

    Code:
        FormationSize                   = 5
    Change it to:

    Code:
        FormationSize                   = 10
    Save the file, close it and you're done. You have now successfully enabled the Napalm Strike superweapon.

  2. #2

    Default

    In little maps (1v1 for example) the napalmstriker don't correctly fly when

    FormationSize = 10
    is.

Similar Threads

  1. Pathfinder Napalm Strike [need help]
    By SmokeyDaBear in forum Generals & Zero Hour Editing
    Replies: 6
    Last Post: 08-06-2005, 07:37 PM
  2. Napalm strike
    By HorseAss in forum Generals & Zero Hour Editing
    Replies: 2
    Last Post: 02-10-2004, 10:08 AM
  3. enable daisycutter
    By petem in forum Generals & Zero Hour Editing
    Replies: 12
    Last Post: 09-15-2003, 08:44 AM
  4. Napalm Strike
    By Oldman1124 in forum Generals & Zero Hour Editing
    Replies: 12
    Last Post: 04-14-2003, 02:11 PM
  5. The Napalm Strike
    By AllGusto in forum Generals & Zero Hour Editing
    Replies: 8
    Last Post: 04-14-2003, 08:53 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts