thespecops
Member
I cannot find how to do it anywhere or at least a working tutorial please help 
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I got thisFor anyone who wants to know how to do this i figured out that by editing your init in your dayz_mission.pbo and copying and pasting this code at the very bottom:
DefaultMagazines = ["FoodSteakCooked","ItemMorphine","ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD"];
DefaultWeapons = ["M9SD","NVGoggles","ItemMap","ItemCompass","ItemWatch","ItemFlashlightRed","ItemToolbox"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackWeapon = "";
(You can obviously change the loadout by typing the code in-between the brackets, don't forget to keep the format, you can get the code by using dayz custom loadout generator for anyone who doesn't know)
//Variables
_inventory = [];
_backpack = [];
_survival = [0,0,0];
_isInfected = 0;
_model = "";
//Variables
_inventory = ["M9SD","NVGoggles","ItemMap","ItemCompass","ItemWatch","ItemFlashlightRed","ItemToolbox"];
_backpack = [];
_survival = [0,0,0];
_isInfected = 0;
_model = "";