Jump to content
  • 0

How to change player login backpack?


egnbv

Question

I changed the "_inventory" and "_backpack", but "_backpack" changed is no effect. I how to do?
 
//Variables
_inventory = [["NVGoggles","Binocular","MakarovSD","ItemMap","ItemGPS","ItemEtool","ItemCompass","ItemWatch","ItemToolbox","ItemFlashlight","ItemKnife","ItemMatchbox","ItemCrowbar","ItemHatchet_DZE","Winchester1866"],["15Rnd_W1866_Slug","15Rnd_W1866_Slug","15Rnd_W1866_Slug","8Rnd_9x18_MakarovSD","8Rnd_9x18_MakarovSD","8Rnd_9x18_MakarovSD","8Rnd_9x18_MakarovSD","ItemBandage","ItemBandage","ItemBandage","ItemBandage"]];
_backpack = ["DZ_Backpack_EP1",[[],[]],[["ItemBloodbag","ItemHeatPack","ItemPainkiller","ItemAntibiotic","ItemMorphine","ItemEpinephrine","ItemWaterbottle","FoodMRE","ItemBriefcase50oz"],[1,1,1,1,1,1,1,1,1]]];
_survival = [0,0,0];
_isInfected = 0;
_model = "";
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I would rather use DefaultMagazines, DefaultBackpack etc. I think that method is not the easiest :) Otherwise with your method I can't help, sorry. Maybe delete that Backpack line and use DefaultBackpack in init.sqf.

Where "init.sqf"  :o I found much... :wacko:

I had to change in the "server_playerLogin.sqf" :)

Link to comment
Share on other sites

  • 0
Paste this below "// DayZ Epochconfig" in init.sqf:
DefaultMagazines = ["15Rnd_9x19_M9","ItemBandage","FoodCanPowell"];
DefaultWeapons = ["ItemToolbox","ItemMap","M9"];
DefaultBackpack = "DZ_TerminalPack_EP1";
DefaultBackpackWeapon = "";
Change the items to suit your needs.
Link to comment
Share on other sites

  • 0

 

Paste this below "// DayZ Epochconfig" in init.sqf:
DefaultMagazines = ["15Rnd_9x19_M9","ItemBandage","FoodCanPowell"];
DefaultWeapons = ["ItemToolbox","ItemMap","M9"];
DefaultBackpack = "DZ_TerminalPack_EP1";
DefaultBackpackWeapon = "";
Change the items to suit your needs.

 

Very thanks~ :D

Link to comment
Share on other sites

  • 0

 

Paste this below "// DayZ Epochconfig" in init.sqf:
DefaultMagazines = ["15Rnd_9x19_M9","ItemBandage","FoodCanPowell"];
DefaultWeapons = ["ItemToolbox","ItemMap","M9"];
DefaultBackpack = "DZ_TerminalPack_EP1";
DefaultBackpackWeapon = "";
Change the items to suit your needs.

 

 

// DayZ Epoch config
DefaultMagazines = ["10x_303","10x_303","10x_303","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","ItemBandage","ItemBandage","ItemBandage","ItemBandage"];
DefaultWeapons = ["ItemMap","ItemWatch","ItemFlashlight","ItemKnife","ItemMatchbox","ItemMachete","LeeEnfield","MakarovSD"];
DefaultBackpack = ["DZ_Patrol_Pack_EP1"];
DefaultBackpackMagazines = [["ItemBloodbag","ItemHeatPack","ItemPainkiller","ItemAntibiotic","ItemMorphine","ItemEpinephrine","FoodMRE","ItemSodaCoke","ItemGoldBar10oz"],[1,1,1,1,1,1,1,2,1]]; 
DefaultBackpackWeapon = [];
 
I compile of the is correct?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...