Hi, I just installed this and am just a little confused. I'm using your default config file, but it seemed to screw up my loot system. There doesn't seem to be near the amount of crates we used to have, and they don't have much of anything, outside of food in them. Do you have a sample config that is a little more heavy on putting guns and gun related things, along with scrap, in barrels and crates?

BetterLoot
A complete re-implementation of the drop system
Total Downloads: 42,609 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
-
-
-
"Rarity": {
"Override": {
"autoturret": 4,
"lmg.m249": 4,
"targeting.computer": 3
what are the number for -
Does anyone know if I can enable this plugin for only the supply drop and disable all the other stuff while having Magic Loot active ?
-
OK, apparently BetterLoot overrules Magic Loot, cause it's not working.
is there a good way to change the loottables for the heli's and supply drops ? -
[DOUBLEPOST=1510613169][/DOUBLEPOST]
[DOUBLEPOST=1510613247][/DOUBLEPOST] -
so i figured out the loot system now but like stuff it spawn like stuff i have set at 4 in the rarity section
-
Everything else is good but scrap is only spawning like 1 or 2 each time
-
-
-
(15:17:08) | Invalid Position: generic_world[6048705] scrap (world) (-491.6, -5001.0, 947.1) (destroying)
(15:17:33) | Invalid Position: generic_world[6046972] scrap (world) (437.3, -5006.0, 711.5) (destroying)
(15:17:47) | Invalid Position: generic_world[6054915] scrap (world) (-601.5, -5010.8, 995.2) (destroying)
(15:18:24) | Invalid Position: generic_world[6055311] scrap (world) (410.0, -5004.4, 736.4) (destroying)
(15:19:08) | Invalid Position: generic_world[6055457] scrap (world) (1361.7, -5010.3, -215.5) (destroying)
(15:19:34) | Invalid Position: generic_world[6043904] scrap (world) (-564.4, -5000.9, 1078.7) (destroying)
I need help fixing this -
how do i raise the quantity of scrap that spawns in containers?
it's currently only 1 scrap that i can find a barrel and i'd like to raise this to 50 -
-
Can someone help me with the betterloot and get on discord with me and help i'm confused on some few things
Last edited by a moderator: Nov 16, 2017 -
Maybe this has been answered but that is A LOT of reading.. How can i make it to where Weapon/Tool/Med crates drop exact items that're supposed to be in their place?
-
Yeah my loot spawns are trash too i'm not sure why, i've edited the loot correctly.
-
-
This is 100% on me but can someone tell me how what i've done wrong with this (keep in mind i only altered the first 15 lines)
Code:{ "ItemListBarrels": { "scrap": 25, "lowgradefuel": 25, "crude.oil": 10, "metalpipe": 2, "metalblade": 2, "metalspring": 2, "can.beans": 5, "can.tuna": 5, "rope": 2, "techparts": 2 }, "Barrel": { "barrelTypes": "loot-barrel|loot_barrel|loot_trash", "enableBarrels": true, "maxItemsPerBarrel": 6, "minItemsPerBarrel": 1, "randomAmountBarrels": true, "refreshBarrels": false }, "Crate": { "crateTypes": "crate_normal|crate_tools", "enableCrates": true, "maxItemsPerCrate": 10, "minItemsPerCrate": 3, "randomAmountCrates": true, "refreshCrates": true }, "Generic": { "dropWeaponsWithAmmo": true, "enableScrapSpawn": true, "enforceBlacklist": false, "listUpdatesOnLoaded": true, "listUpdatesOnRefresh": false, "pluginEnabled": true, "refreshMinutes": 15, "removeStackedContainers": true, "seperateLootTables": true }, "HeliCrate": { "includeHeliCrate": false, "maxItemsPerHeliCrate": 5, "minItemsPerHeliCrate": 3, "randomAmountHeliCrate": true, "useCustomTableHeli": true }, "Rarity": { "Override": { "autoturret": 4, "lmg.m249": 4, "targeting.computer": 3 } }, "SupplyDrop": { "includeSupplyDrop": false, "maxItemsPerSupplyDrop": 6, "minItemsPerSupplyDrop": 3, "randomAmountSupplyDrop": true, "useCustomTableSupply": true } }