Loot Rarity

So right now i seems like you get mostly weapon stuff and clothes from boxes and comps are kinda rare. Anyone has a good working rarity config they can post?

Edit the BetterLoot LootTable data file (with the plugin unloaded) save and then reload plugin,

My practise is to copy/paste the contents of the file into a *new text file  so i can edit it in my own time as my server host cuts me off after 5 minutes and its a long file, When i have finished editing it (dont remove catagories just set the amounts to "0" ) i unload the plugin then open BetterLoot LootTable data file , delete contents and copy/paste my edited file, savethen reload plugin.
If you find some commodities are missing from the loottable you can find all the names in the nameslist

eNudiCBjyfG930A.jpg pookins

Edit the BetterLoot LootTable data file (with the plugin unloaded) save and then reload plugin,

My practise is to copy/paste the contents of the file into a *new text file  so i can edit it in my own time as my server host cuts me off after 5 minutes and its a long file, When i have finished editing it (dont remove catagories just set the amounts to "0" ) i unload the plugin then open BetterLoot LootTable data file , delete contents and copy/paste my edited file, savethen reload plugin.
If you find some commodities are missing from the loottable you can find all the names in the nameslist

I've noticed you're quite active in this support thread. Thank you
5VyzRuvsPboFjc8.jpg pookins

Edit the BetterLoot LootTable data file (with the plugin unloaded) save and then reload plugin,

My practise is to copy/paste the contents of the file into a *new text file  so i can edit it in my own time as my server host cuts me off after 5 minutes and its a long file, When i have finished editing it (dont remove catagories just set the amounts to "0" ) i unload the plugin then open BetterLoot LootTable data file , delete contents and copy/paste my edited file, savethen reload plugin.
If you find some commodities are missing from the loottable you can find all the names in the nameslist

The loot table is not the problem in my case but instead the rarity of items, like i get more electricals than components

UJZRyzgrrXz1d6E.jpg Zibs

The loot table is not the problem in my case but instead the rarity of items, like i get more electricals than components

The LootTables determine the amount of any given item in the containers,
Set all electrical items as 4 in Rarity section in CONFIG .json

ddPoBa0YvMZW6k4.jpg pookins

The LootTables determine the amount of any given item in the containers,
Set all electrical items as 4 in Rarity section in CONFIG .json

"Rarity": {
"Override": {
"ammunition": 2,
"attire": 2,
"autoturret": 4,
"component": 1,
"construction": 3,
"electrical": 3,
"fuse": 1,
"lmg.m249": 4,
"medical": 2,
"misc": 1,
"targeting.computer": 3,
"tool": 2,
"traps": 3,
"weapon": 3

This is what i did, does not seem to work tho are the names wrong or?

UJZRyzgrrXz1d6E.jpg Zibs

"Rarity": {
"Override": {
"ammunition": 2,
"attire": 2,
"autoturret": 4,
"component": 1,
"construction": 3,
"electrical": 3,
"fuse": 1,
"lmg.m249": 4,
"medical": 2,
"misc": 1,
"targeting.computer": 3,
"tool": 2,
"traps": 3,
"weapon": 3

This is what i did, does not seem to work tho are the names wrong or?

Overrides are for item Ids. NOT categories.

IFlW9Skvqm3to3k.png Default

Overrides are for item Ids. NOT categories.

Ah okey, because the problem ive had so far is that the loot in loot table it tends to drop loads of construction items and electricals in boxes but barely any components.

UJZRyzgrrXz1d6E.jpg Zibs

Ah okey, because the problem ive had so far is that the loot in loot table it tends to drop loads of construction items and electricals in boxes but barely any components.

Right now, there is no specific weight of a desired item to be drawn.
As the plugin pulls randomly from the table itself, with the overrides being read.
Unfortunately, as much as I'd love to add support for different item chances in specific loot tables I would have a few people hounding me about it trying to claim that I'm stealing code or some other things.

So at the moment, BetterLoot stands as it is with updates only pertaining to bug fixes and patches to compiling errors.