Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
I have decided to take a break from playing and modding SPT. I don't know when I'll be back. If any of my mods stops working, feel free to fix and re-upload them.
Finds those pesky weapon spawns with like 0.0002 spawn chance and raises them to a user-set floor. Makes weapons spawns actually work in current aki.
The config is simple
"probabilityFloor": 0.05,
"onlyWeapons": true
probabilityFloor is the minimum chance for a weapon spawn to spawn. If a weapon spawn below this value is found, it will be raised to this value. 0.05 = 5% chance
KEEP IN MIND THIS IS MULTIPLIED BY OTHER MODS LIKE SVM LOOSE LOOT MULTIPLIERS, SPT'S DEFAULT MULTIPLIERS IN 3.7.1+, AND BY MY OWN LOOTFUCKERY MOD.
If you want to use this along my LootFuckery mod, it should be loaded BEFORE that mod. But do what you want, I can't tell you what to do.
onlyWeapons limits the search to only weapons. Duh! If switched off, it will apply to ANY loot point that has a probability lower than the floor. This CAN and WILL have massive unintended consequences, so I recommend not touching it.
-
Version 1.0.0
- DeadLeaves
- 2.3k Downloads
carfromsky
Man, you're the best, its just awesome!
But can you tell me about the mod loading order? I thought all mods is just drag and drop into the game folder, how to manage it?
schiz
load order editor mod on this site, drop that in mod folder
DeadLeaves Author
Like he said, there is a load order editor here: https://hub.sp-tarkov.com/file…ad-order-editor/#versions
Otherwise you can just also manually edit the order.json in the user/mods/ folder, but that not very user friendly.