Please do not ask when mod authors will update their mods to 3.10 or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Configure the amount of uses stims have with a config file.
Without editing the config this mod will change nothing
Usage
To change stim uses:
- Open SPT\user\mods\ConfigurableStimUses\config\config.json
- Edit "uses" to desire amount
- Save the file
Installation
- Download
- Extract zip to SPT root
- Probably put at bottom of load order
s/o to Chomp for mod examples
-
Version 1.0.2
- GeneralGoon
- 581 Downloads
Updated for SPT 3.10
-
Version 1.0.1
- GeneralGoon
- 348 Downloads
Fixed an oopsie.
-
Version 1.0.0
- GeneralGoon
- 24 Downloads
PulledP0rk
Is there a way to config specific use numbers per stim? Having an ETG-C as one and a morphine as 3 for example
GeneralGoon Author
I can add exclusions to the config if that'll help
PulledP0rk
That would be amazing!
Twist68
I can now stop saving Stims for a better occasion. Thanks
freestyle
Great mod! Can you add duration modding?
GeneralGoon Author
If I decide to, it would be a separate mod.
Local Crew
add “useTime”: 0.1 to the config.json
add item._props.medUseTime = this.modConfig.useTime; after line 24 in mod.ts
it will change the time to use all stimulants by one tenth of a second
GeneralGoon Author
I think he meant effect duration
TalkBigDoSmall
yes sir if have stim effect duration all time in raid is good.. btw great mod
MrHighLife
change usetime with Effectduration should work the same way
RogueTech67
@GeneralGoon, Great mod. Does this effect ALL (22) of the "Medical - "injectors" and/or the (24) of the "stimulants"? Thanks
https://escapefromtarkov.fando…#Injectors_and_stimulants
https://escapefromtarkov.fandom.com/wiki/Category:Stimulants
Also, TYPO???
Overview
Usage
To blacklist a category from the flea:
GeneralGoon Author
It should effect all. I had to manually change the max uses of morphine but the rest seemed changed.
It recursively changes all "stimulators". Then specifically changes morphine.
and thank you for pointing out the typo lol
Local Crew
This is because morphine's parent class is Drugs, whereas all other stimulants are Stimulator, apparently this is because morphine was added before all stimulants and is in the class of painkillers.
Local Crew
And also SJ15 is apparently a new stimulant, which has not yet appeared in SPT, so on the wiki there are 24 of them, in the game so far 23, and the class of Stimulator at the moment refers to only 22