New server need help with custom loadouts!

Palpatine

New Member
So I got a server, I am new to this hole thing! I want to set up say 4 different loadouts for donors to choose from.

Doesn anyone know of a good video tutorial or something?

I know I need to edit "custom loadout"

does this look correct?
 

Attachments

  • custom loadout.png
    custom loadout.png
    168 KB · Views: 43
Here's an example of my "inventory"

Code:
[["ItemMap","NVGoggles","ItemCompass","ItemGPS","ItemFlashlightRed","ItemEtool","UZI_SD_EP1","ItemRadio","ItemToolbox","ItemMatchbox"],["FoodSteakCooked","ItemSodaMdew","30Rnd_9x19_UZI_SD","ItemBandage","ItemBandage","ItemBandage","ItemBandage"]]

Backpack.

Code:
["DZ_Backpack_EP1",[[],[]],[["ItemSodaPepsi","ItemPainkiller","ItemMorphine","ItemEpinephrine","ItemBloodbag"],[2,1,3,2,1]]]

Valid models unless you have modified this are (so you'd enter in Survivor2_DZ nothing else)

Code:
Bandit1_DZ =    "Bandit1_DZ";
BanditW1_DZ =    "BanditW1_DZ";
Survivor1_DZ =    "Survivor2_DZ";
Survivor2_DZ =    "Survivor2_DZ";
SurvivorW2_DZ = "SurvivorW2_DZ";
Sniper1_DZ =    "Sniper1_DZ";
Camo1_DZ =        "Camo1_DZ";
Soldier1_DZ =    "Soldier1_DZ";
Rocket_DZ =    "Rocket_DZ";

If you're still having issues it works like this.

Once you've set that all up you've got the first custom loadout (ID value 1), you'd then edit the "cust_loadout_profile" table and in the cust_loudout_id 1 row you'd enter your user ID into "unique ID" column, this is the part that assigns the loud out to your user.

If you need help with objects that can be inserted just google dayz legal/illegal weapons and there's lists of items out there you can use to modify your inventory.
 
Here's an example of my "inventory"

Code:
[["ItemMap","NVGoggles","ItemCompass","ItemGPS","ItemFlashlightRed","ItemEtool","UZI_SD_EP1","ItemRadio","ItemToolbox","ItemMatchbox"],["FoodSteakCooked","ItemSodaMdew","30Rnd_9x19_UZI_SD","ItemBandage","ItemBandage","ItemBandage","ItemBandage"]]

Backpack.

Code:
["DZ_Backpack_EP1",[[],[]],[["ItemSodaPepsi","ItemPainkiller","ItemMorphine","ItemEpinephrine","ItemBloodbag"],[2,1,3,2,1]]]

Valid models unless you have modified this are (so you'd enter in Survivor2_DZ nothing else)

Code:
Bandit1_DZ =    "Bandit1_DZ";
BanditW1_DZ =    "BanditW1_DZ";
Survivor1_DZ =    "Survivor2_DZ";
Survivor2_DZ =    "Survivor2_DZ";
SurvivorW2_DZ = "SurvivorW2_DZ";
Sniper1_DZ =    "Sniper1_DZ";
Camo1_DZ =        "Camo1_DZ";
Soldier1_DZ =    "Soldier1_DZ";
Rocket_DZ =    "Rocket_DZ";

If you're still having issues it works like this.

Once you've set that all up you've got the first custom loadout (ID value 1), you'd then edit the "cust_loadout_profile" table and in the cust_loudout_id 1 row you'd enter your user ID into "unique ID" column, this is the part that assigns the loud out to your user.

If you need help with objects that can be inserted just google dayz legal/illegal weapons and there's lists of items out there you can use to modify your inventory.

I just copied your code into the slots and it worked then modified it to the items I wanted and it worked! Thanks a lot!
 
Back
Top