keyes1988 Posted September 28, 2014 Report Share Posted September 28, 2014 Okay so this is my first post so please bare with me.. i know some people have been having trouble getting custom loadouts working so i hope my little tutorial helps. 1) go into your MPmissions folder, Then select what map you play on, Example ""DayZ_Epoch_11.Chernarus"" Once you are in that folder open up Init.SQF with notepad ++ or your preferred editor Directly under this line dayz_maxLocalZombies = 2; // Default = 30 you paste this: // Default Loadout Config for New Spawns DefaultMagazines = ["15Rnd_9x19_M9","15Rnd_9x19_M9","ItemBandage","ItemBandage","ItemBloodbag","ItemMorphine","FoodCanFrankBeans","ItemSodaPepsi","ItemPainkiller","ItemGoldBar6oz"]; DefaultWeapons = ["ItemMap","ItemCompass","M9"]; DefaultBackpack = "DZ_Patrol_Pack_EP1"; DefaultBackpackWeapon = ""; you can change any of the loadout items to Any item you want. I am not the creator of this code just a person sharing it with other. hope it helps! Link to comment Share on other sites More sharing options...
R4id3n84 Posted September 28, 2014 Report Share Posted September 28, 2014 Actually its DefaultBackpackItems [""] At the end Link to comment Share on other sites More sharing options...
sendjes Posted September 28, 2014 Report Share Posted September 28, 2014 Link to comment Share on other sites More sharing options...
keyes1988 Posted September 28, 2014 Author Report Share Posted September 28, 2014 Actually its DefaultBackpackItems [""] At the end It still works. i pasted it stright from my init file and works perfectly the way its displayed :) Link to comment Share on other sites More sharing options...
Spodermayt Posted September 29, 2014 Report Share Posted September 29, 2014 It still works. i pasted it stright from my init file and works perfectly the way its displayed :) Well... i mean there's like 50 threads on how to make a loadout. Its not that difficult. I don't get it why people don't do a bigass file like i did, it contains all the stuff you need and its neatly made. Meh, whatever. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now