Epoch Loadout

Bjornsin

Well-Known Member
Just looking for a simple way to customize the loadout server wide for everyone. Again its not for donors or anything, at least yet, I just want a unique loadout for the server. I've heard adding something like this...

// Loadout Config
DefaultMagazines = ["ItemBandage","ItemBandage","ItemMorphine","30Rnd_762x39","ItemGoldBar"];
DefaultWeapons = ["ItemFlashlight","ItemMap","ItemWatch","ItemCompass","AKS_GOLD","NVGoggles"];
DefaultBackpack = "DZ_ALICE_Pack_EP1";
DefaultBackpackWeapon = "";

to the .init will work but I've yet to see any of these items show up. Anyone have any advice? This is an Epoch server running 1.0.2.1
 
You add it to your init.sqf before any of the compile lines, usually after the server settings lines.
 
Back
Top