Do not ask when mod authors will update their mods or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.
Installation
- Download and unpack "SearchReduction.zip"
- Copy SearchReduction.dll to BepInEx\plugins directory
- Backup your profile, before use mod, is experimental!
Settings in F12 menu:
- Search Delay Multiplier - Delay after container opening,
- Search Time Multiplier - Item search time (it have random generic values),
Adjusting sliders to:
- 1.0 (default time / delay when looting),
- 0.5 (half delay / time),
- 0.0 (instant delay, but searching take short time).
Mod created with AI help, because I have poor programming skills
-
Version 0.9.4 (expermental)
- rzambol
- 2.2k Downloads
voffon
It's a bit... laggy. Sometimes 2 items show up at the same time. Also you can't get rid of the initial delay at all. Take a look at CactusPie's mod in Github please. That works flawlessly in 3.9.8.
rzambol Author
SPT version 3.10 has completely changed the game code and the way items are searched for and displayed in searched containers. Now, items appear with the 'random delay' you mentioned. This is why two items can appear at the same time. I haven't removed this mechanic; I've only reduced the time through a multiplier. Unfortunately, using the CactusPie mod code from version 3.9 no longer works in version 3.10, because the item search mechanics have changed.
I haven’t yet found a way to completely remove the initial delay, as it's embedded in a different class/game code. Currently, it shortens the duration of the 'Unsearched' label, and the search delay accordingly reduces the time of the 'random' item discovery in the container.
voffon
I see, that's what I figured. 3.10 is horrible anyway with the stutters, laggy granades, etc... I'm still keeping my 3.9.8. If only SWAG+DONUTS would work properly. Thanks for the reply!
MoxoPixel
I always hope to see this mod and here it is for 3.10! Nice work
rzambol Author
This is a developmental version of the modification. The way items are discovered in the game has changed significantly, so I had to use different solutions. Thank you for the kind words. I’m looking forward to feedback from the community on what can be improved and enhanced. Of course, instant search is one of the main goals I am striving for
MoxoPixel
I always enjoy new people diving into the modding scene. Good luck going forward and please ask people in the discord if you wondering about stuff related to the code. Arys and Drakia always comes in clutch for me.
rzambol Author
Thanks for the kind words. I think I'm going to need some help now to get the code to work as I want. The support of people who know the code will be very helpful.
MoxoPixel
You sound like a respectful person so I'm sure someone will help you in the mod-development channel. I would help you but I'm new into client modding just as you.
Fallen49
The initial delay does not seem to be removed when put to 0 hope you can fix it, other than that great mod!
rzambol Author
"The initial delay" refers to the container opening, at which point the text "Unsearched" appears, but the grid and items haven’t shown up yet.
You probably mean shortening the moment when the search sound is played and the grid appears, but the items haven’t been discovered yet.
I’ve described this in more detail in the comment below.
Fallen49
Yeah most likely, would be great if you found a way to disable it too, still though very useful mod thanks for the work
fov90
hi! Nice work! Could you also reduce searching sound? So annoying when it's louder then other sound effects:(
Peuchot
Yeah when reading the name of the mod i hoped for this too
rzambol Author
I’m still working on finding a way to regulate or skip the search sound (it introduces delays). Of course, this is just the pre-release of the modification.
Thank you for any observations and feedback
In version 3.10, the loot search method in the game has changed as follows:
archon0ne
Could try replacing the sound file with a 0 sec empty one and seeing what happens
rzambol Author
I'm looking for a way to bypass this in the code by making the appropriate modification