Hi Everyone.
I wondered if anyone knew how to setup fresh spawn player loadout on the latest version of epoch stated above ?
The method below worked on 1.0.4 but will not work for me on the latest update, has anyone got any suggestions ?
I tried putting the below code in the mission.pbo then the init.sqf just underneath "DayZ Epoch Config" but when I started the server it hangs whilst loading character data.
I followed this tutorial but as it is stated it has only been tested on legacy patches.
//Default Loadout DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"]; DefaultWeapons = ["glock17_EP1","ItemFlashlight","ItemHatchet"]; DefaultBackpack = "DZ_Patrol_Pack_EP1"; DefaultBackpackWeapon = "";
Thanks for your time guys :D