Jump to content
  • 0

Start Inventory (help)


pudgess

Question

6 answers to this question

Recommended Posts

  • 0
  On 1/25/2018 at 7:36 AM, pudgess said:

Help! How to make a character appeared with a gun in hand, now by default it keeps the machine which is not. p.s. sorry for my English

photo_2018-01-25_10-33-39.jpg

photo_2018-01-25_10-33-31.jpg

Expand  

Hi,

You need to edit and uncomment these in your init.sqf:

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf#L48-L53

Link to comment
Share on other sites

  • 0

uncomment this in the init.sqf but still, there is a character with a gun which is not in the hands of(

 

// Uncomment the lines below to change the default loadout
DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];

 

Link to comment
Share on other sites

  • 0
  On 1/25/2018 at 9:08 AM, pudgess said:

uncomment this in the init.sqf but still, there is a character with a gun which is not in the hands of(

 

// Uncomment the lines below to change the default loadout
DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];

 

Expand  

Well yeah, they don't have a gun there, you need to edit the DefaultWeapons array to something with a gun, i.e:

// Uncomment the lines below to change the default loadout
DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag"];
DefaultWeapons = ["M4A1_DZ","Makarov_DZ","ItemFlashlight"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...