Mod Details

Featured!
Lots of Loot Redux

Lots of Loot Redux 4.0.3

Created by  ArchangelWTF

103.8K Downloads

SPT 4.0.3 Compatible

Tired of having barely any loot in your raids? Lots of Loot Redux aims to bring back that old Tarkov feeling from when loot wasn't so scarce. If you are a loot goblin then this mod is for you!

Latest Version 4.0.3
SPT 4.0.3

Updated 3:02 PM

30.14 KB

Version Notes
  • Fix an issue with ChangeRelativeProbabilityInPool where keys were not correctly linked to items (Thanks @ lbllol365)
This download is externally hosted.
Always scan for viruses.

Updated with permission of RainbowPC, all credit to him for all of his work on this amazing mod.

Lots of Loot Redux

A mod for SPT that makes loot a lot less scarce, definitively nowhere near vanilla though this mod’s configuration file is very detailed and everything can be tuned up or down depending on the user’s needs.

Features:

Loot in loose loot containers

This mod re-adds the pre 12.12 feature of items spawning in loose containers, as well as expanding on that functionality by also allowing it to use this feature for backpacks as well.

Marked rooms

Lots of Loot Redux introduces full configurability for marked rooms. Want more loot? Less loot? Rare items only? With the customizable settings this mods gives you can easily fine-tune these to your liking.

And plenty more!

Installation: (In the GIF it says ‘Live Flea Prices’, but the installation is the same)

Version 4.0.3
Download Mod Version
SPT 4.0.3
Latest Compatible SPT Version

30.14 KB

349 Downloads

Created 3:01 PM

Updated 3:02 PM

Virus Total Results
  • Fix an issue with ChangeRelativeProbabilityInPool where keys were not correctly linked to items (Thanks @ lbllol365)
Version 4.0.2
Download Mod Version
SPT 4.0.3
Latest Compatible SPT Version

30.12 KB

8.5K Downloads

Created Oct 20, 2:41 PM

Updated Oct 20, 2:42 PM

Virus Total Results
  • Fixed up SpawnLimits adding one extra key over the allowed amount
  • Added extra items to the blacklist for the Key Case (This will require updating the config!)
  • Fixed up missing logic in ExtraItems to add probability to item if it already exists
Version 4.0.1
Download Mod Version
SPT 4.0.3
Latest Compatible SPT Version

29.87 KB

3.2K Downloads

Created Oct 16, 9:34 PM

Updated Oct 16, 9:35 PM

Virus Total Results
  • Removed various debug logging to make sure excessive logging doesn’t get written to disk
  • Added ‘Key case’ to the config file
  • Converted integers internally into doubles, allowing for more fine-tuning and returning to behavior prior to 4.0
Version 4.0.0
Download Mod Version
SPT 4.0.3
Latest Compatible SPT Version

29.74 KB

3.9K Downloads

Created Oct 11, 7:31 PM

Updated Oct 11, 7:33 PM

Virus Total Results
  • Update to SPT 4.0
  • Added an option to disable random container spawns
Version 3.0.5
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

32.5K Downloads

Created Apr 14, 2:18 PM

Updated Apr 14, 2:18 PM

Virus Total Results

- Fixed a bug where the size on weapons wasn’t being set causing them to overlap in containers

- Fixed an issue where filters would be removed out of the ‘Slim Field Med Pack’ allowing it to pick up everything (Thanks Lacyway)

Version 3.0.4
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

7.7K Downloads

Created Mar 15, 7:35 PM

Updated Mar 15, 7:35 PM

Virus Total Results

- Updated to SPT 3.11

lbllol365

hey guys, i add “100 round M855A1 ammo box Id”: 5000 in the ChangeRelativeProbabilityInPool section, and try 3 raids in Reserve but no 100 round M855A1 ammo box found in ammo spawn points, do you have same problem? (No SVM)

1 Like

dear author, I think i find where the problem is and i open a pull request on the github, please check

1 Like

I published it as 4.0.3, thanks for the fix!

0 Likes
Bobby2025

Not working. Does not appear on server boot nor the in game, F12 Menu. There is no BepInEx folder present on download like in the Gif

0 Likes

Correct, the GIF was still for 3.11 as at the time a 4.0 didn’t exist yet, I have updated it now.

1 Like

Thanks very much, i have seen where i messed up!

If anyone is else if having trouble, you just have to drag and drop the whole container into SPT folder, not the lower folder/files.

0 Likes
HaylingZar

Hello, I suggest that the default config be changed to blacklist keycard holder case from spawning inside key case. I recently had a raid that spawned a key case inside marked, which contained many keycard cases, each containing many high value keycards. The total number of keycards spawned was in the dozens. Essentially granting me almost-infinite money. I guess this is supposed to be off by default?

1 Like
hellchickens

Well, doubles in config don’t work, when it’s there whole config block is ignored. With int mod works totally fine, double any place - thing go really weird

0 Likes
Bearman

Is it possible, for example, to set up so that ammunition and attachments do not appear at customs and in the forest, but there is a lot of junk and food? Was it the other way around at the lighthouse and at the hospital?

1 Like
Snife

I really like this mod, this makes it feel a lot more like vanilla. I didn’t even realize how little loot was spawning. Thanks.

0 Likes
hellchickens *

Sup bro, //Relative chance multiplier that no items spawn in this container, values: 0 = items everytime, 1 = no change “Containers”: changing to 0 makes all the containers of type to be always empty. Worked fine for latest 3.11, now it works weird :D also wanna notice that compared to 3.11 version with literally same numbers I have much less ground loot spawned. Idk maybe I’m blind now, though that’s the feeling

0 Likes

hmmmmm, totally disabled “loot” section in SVM and voila, I can really see MORE loot spawned… weird

0 Likes
UltraSuperNova

not sure if it was fixed in the latest update but a keycase just spawned with about 50, keycard holders and gingy keychains in it. got about 10 red keycards. not sure if i can fix this myself in the config

1 Like

i had the same thing, all i did was black list them from spawning in the key case and not had it happen since

0 Likes

can u show your settings ? not sure how to do it my self :(ty

0 Likes

you need to go into the config.jsonc file, go down to the blacklist section and to the key case and add this:

//Gingy keychain

“62a09d3bcf4a99369e262447”,

//Keycard holder case

“619cbf9e0a7c3a1a2731940a”

It will need to be in the same format as the rest of the others.

0 Likes
hellchickens

Sup, please mark that now u can’t use float in configs as earlier, only int32. That was confusing a bit

0 Likes

That should be fixed in 4.0.1, that was actually an issue of me re-making the config model but not really having assigned the proper type when I first did it! Thanks for the heads up.

2 Likes
Squinkle

Not sure if you read these comments, but just thought you might want to add a limit by default to the key case inside of this mod so loads of keys/keycards don’t spawn in the case. I made like 100mill on one lol (I’ve changed the config myself)

0 Likes

I’m aware of it yeah, I should have a fix for it tomorrow as I forgot to add the new case to the json config

0 Likes

Details