Adding a vehicle (blackhawk) to the coop maps....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xcriminalx

    #1

    Adding a vehicle (blackhawk) to the coop maps....

    Quick question for the pro mappers out there....

    What i want to do is add a blackhawk to the SF map "warlord"

    i have used the editor for awhile now and have had a few problems here and there but i've always created my maps from scratch.

    So herein lies the problem i am able to load up the stock map version of "warlord" the only thing i cant figure out how to do is add a blackhawk spawners for SAS side without changing anything else that way i can make a new mod and insert the map as named "warlord" and it still work coop.....now if there is a better way to go about this let me know....one stipulation is that it MUST work in the coop...is this even possible?
  • Karate hand

    #2
    Re: Adding a vehicle (blackhawk) to the coop maps....

    if u wish to add a transport chopper (blackhawk)

    u only need to

    1. back up the folder ie warlord to safe place

    2. go back to map and only unzip the server Zip

    3. go to gamemodes folder

    4. open up the ones u wish to have chopper in use notepad to do this.

    look for a place u may like a chooper, note this below is not the correct maP DATA U MAY HAVE BUT IT A GUIDE

    rem [ObjectSpawnerTemplate: USMC_HQ_ME_US_TransHeli]
    ObjectTemplate.create ObjectSpawner USMC_HQ_ME_US_TransHeli
    ObjectTemplate.activeSafe ObjectSpawner USMC_HQ_ME_US_TransHeli
    ObjectTemplate.modifiedByUser "jeremiah"
    ObjectTemplate.isNotSaveable 1
    ObjectTemplate.hasMobilePhysics 0
    ObjectTemplate.setObjectTemplate 1 THE_MI17
    ObjectTemplate.setObjectTemplate 2 USTHE_UH60
    ObjectTemplate.minSpawnDelay 10
    ObjectTemplate.maxSpawnDelay 30
    ObjectTemplate.maxNrOfObjectSpawned 4

    change ur spawned object say if it jeep change it to this

    ObjectTemplate.setObjectTemplate 1 THE_MI17
    ObjectTemplate.setObjectTemplate 2 USTHE_UH60

    USTHE_UH60 is the chopper u want i believe.

    after u have found the one and add in the new one , save in notepad.

    this will need to be done in the gamemodes of each mode u want it in.

    after this zip all the server data back up. and your ready to go.

    Comment

    Working...