How to make custom loadout with zero items and no backpack?

Its step 9 under install instructions here

If you would like to customize the starting loadout, run perl db_utility.pl loadout <inventory> <backpack>, replacing <inventory> with a valid inventory string and <backpack> with a valid backpack string. Some examples:

Default
[]["DZ_Patrol_Pack_EP1",[[],[]],[[],[]]]

Survival
[["ItemMap","ItemCompass","ItemMatchbox","FoodCanBakedBeans","ItemKnife","FoodCanBakedBeans"],["ItemTent","ItemBandage","ItemBandage"]]["DZ_Patrol_Pack_EP1",[[],[]],[[],[]]]

PvP
[["Mk_48_DZ","NVGoggles","Binocular_Vector","M9SD","ItemGPS","ItemToolbox","ItemCompass","FoodCanBakedBeans","ItemMap","ItemWatch"],[["100Rnd_762x51_M240",47],"ItemPainkiller","ItemBandage","15Rnd_9x19_M9SD","100Rnd_762x51_M240","ItemBandage
 
Thanks for responding. I did try all of that already without success. What should it look like for absolutely nothing?
 
Thanks for replying, but it didn't work--wrong server side app...

In the command prompt, is it: bla bla loadout [[],[]][,[[],[]],[[],[]]]
 
try this
Code:
[[],[]],["",[[],[]],[[],[]]]

I know thats what is in db minus the comma in between maybe wrap them in "<>"s
 
Back
Top