Results 1 to 1 of 1

Thread: Trouble Editing/Changing helicoptors in Warfare

  1. #1

    Trouble Editing/Changing helicoptors in Warfare

    Hoping someone could steer me in the right direction.

    Trying to add my own vehicle addons into warfare map.

    This is what I have done from the beginning:

    1. Created @PMC folder and added to shortcut.
    2. Inside @PMC folder is :
    addons\pmc_apache.pbo
    addons\pmc_apache.pbo.PMC.bisign
    keys\PMC.bikey
    3. Unpacked Warfare map.
    4. Under Common\Config\Config_AircraftFactory.sqs I have added:

    _u = _u + ["pmc_apache_multirole"]
    _d = _d + ["PMC Apache Multirole"]
    _c = _c + [200]
    _m = _m + [200 + (westBarracksCosts Select WPILOTTYPE) * 2]
    _t = _t + [55]
    _p = _p + [50]
    _o = _o + [false]
    _i = _i + ["\PMC_APACHE\icons\iah64.paa"]

    _u = _u + ["pmc_apache_closesupport"]
    _d = _d + ["PMC Apache Close Support"]
    _c = _c + [200]
    _m = _m + [200 + (westBarracksCosts Select WPILOTTYPE) * 2]
    _t = _t + [55]
    _p = _p + [50]
    _o = _o + [false]
    _i = _i + ["\PMC_APACHE\icons\iah64.paa"]

    _u = _u + ["pmc_apache_groundsuppres"]
    _d = _d + ["PMC Apache Ground Suppress"]
    _c = _c + [200]
    _m = _m + [200 + (westBarracksCosts Select WPILOTTYPE) * 2]
    _t = _t + [55]
    _p = _p + [50]
    _o = _o + [false]
    _i = _i + ["\PMC_APACHE\icons\iah64.paa"]


    Being the three models I wish to use(obviously).

    5. Under Missions.sqm I have added "PMC_APACHE"
    under "addOns []=" AND "addOnsAuto []="
    (Yes there is a comma after the last entry).

    Contents of PMC_APACHE.PBO:
    \icons\iah64.paa
    \sounds\engine_ah64.wss
    \tex\*(whole heap o texture files)*
    $PBOPREFIX$
    config.bin
    pmc_apache_closesupport.p3d
    pmc_apache_groundsuppres.p3d
    pmc_apache_multirole.p3d

    From what I can gather this is all correct.
    I can start the warfare map and even select the chopper from the Buy Screen (even the description is there). What appears to happening is that the helicoptors are spawning around 21.5km away from my base. (Off the coast of the South Island) Always in the same spot.

    Oh, and the icons aren't working. That's no biggy. (but a fix would be appreciated)


    Any assistance would be appreciated.

    Cheers,

    StingerMeGood
    Last edited by StingerMeGood; Feb 27 2010 at 09:37.

Posting Permissions

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