I had a question on loot and getting the mod to work with custom loot.
Currently I have loot set like this:
"Keep_Default_Loadout": true,
"Kit": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 5,
"Max_Weapon_Drop_Condition_Percent": 50,
"Wipe_Belt_Percent": 10,
"Wipe_Clothing_Percent": 10,
"Allow_Rust_Loot_Percent": 100,
but people are saying there is too much loot. They are getting a gun and rocket laucher plus granades pretty much every time.
If I want to remove this loot and instead use custom loot how do I get the 2 mods to link? I guess I need to set default loot to false in botspawn? Then is it just a case of setting botspawn to true in custom loot or is there anything else I need to do with botspawn?
"BotSpawn": {
"enabled": false,
"lootTable": "default",
"maxItems": 6,
"minItems": 6,
"gunsWithAmmo": false,
"noGuns": false,
"MaxBps": 3,
"WaterPreFillPercent": 20,
"ClearContainerFirst": true
}