Jump to content

rafaelsauro

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by rafaelsauro

  1. You need to edit mission.sqm and dynamic_vehicles to add them server side.

     

     

    If you dont already have it, get Notepad++ and the SQF language plugin (Google it).

     

     

     

    mission.sqm is in your MPMissions\DayZ_Epoch**\ folder.

     

    Add pook_h13 below the jetski's like this:

     

    "jetskiyanahuiaddon",

    "pook_h13"

     

    Dont forget the comma after the jetskiaddon,

    (If you dont add them to mission.sqm clients will get a missing content error)

     

     

     

     

    In your server PBO you have to add them to dynamic_vehicle.sqf

     

    De-PBO your dayz_server.pbo

     

    Once you've done that goto dayz_server\missions\DayZ_Epoch**\

     

    Open dynamic_vehicle.sqf and add these below the ["Pickup_PK_TK_GUE_EP1_DZE",3], entry:

     

    ["pook_H13_amphib",1],

    ["pook_H13_gunship",1],

    ["pook_H13_medevac",1],

    ["pook_H13_transport",1],

    ["pook_H13_civ",1],

    ["pook_H13_civ_black",1],

    ["pook_H13_civ_slate",1],

    ["pook_H13_civ_white",1],

    ["pook_H13_civ_yellow",1],

     

    (Adding it below the Pickup_PK_TK_GUE_EP1_DZE will keep things alphabetical, which is sensible and easier to find if you want to change them in the future)

     

    Save the file and Re-PBO your dayz_server, upload it to your server.

     

     

    These are the majority of the classnames that you'll find of use, if you want more versions/skins go look for hcpookie's Bell 47 addon on armaholic, class names are in the readme file.

     

    The 1 refers to the amount you want spawning in your server, its a false maximum, as there will never be less than 1 spawn.

     

    NB: 

     

    The amphibious variant does float on water, not tried it without the engine running, but you can walk on the floats :)

    The gunship variant will come fully loaded as its not a DZE version.

    The transport version is armed and can carry up to 6 players. (1 Pilot, 1 Copilot, 1 Gunner, 3 Passengers).

     

    Most of this I found by doing a little research on the pook addon on armaholic  and spawning them ingame.

     

    Enjoy. :)

     

    I did exactly as you described
    more unsuccessful
×
×
  • Create New...