Mod Details

Configurable Stim Uses

Configurable Stim Uses 1.0.3

Created by  GeneralGoon

2.5K Downloads

SPT 3.11.4 Compatible

Configure the amount of uses of stims. That's it.

Latest Version 1.0.3
SPT 3.11.4

Updated May 11, 9:25 PM

Version Notes

Updated for SPT 3.11

This download is externally hosted.
Always scan for viruses.

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:

  1. Open SPT\user\mods\ConfigurableStimUses\config\config.json
  2. Edit “uses” to desire amount
  3. Save the file

Installation

  1. Download
  2. Extract zip to SPT root
  3. Probably put at bottom of load order

s/o to Chomp for mod examples

Version 1.0.3
Download Mod Version
SPT 3.11.4
Latest Compatible SPT Version

959 Downloads

Created May 11, 9:25 PM

Updated May 11, 9:25 PM

Virus Total Results

Updated for SPT 3.11

Version 1.0.2
Download Mod Version
SPT 3.10.5
Latest Compatible SPT Version

1.1K Downloads

Created Nov 27, 2024 at 2:59 PM

Updated Nov 27, 2024 at 2:59 PM

Virus Total Results

Updated for SPT 3.10

Version 1.0.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

417 Downloads

Created Nov 8, 2024 at 3:28 PM

Updated Nov 8, 2024 at 3:28 PM

Virus Total Results

Fixed an oopsie.

Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

79 Downloads

Created Nov 8, 2024 at 3:22 PM

Updated Nov 8, 2024 at 3:22 PM

Virus Total Results
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

0 Likes

I can add exclusions to the config if that’ll help

0 Likes

That would be amazing!

0 Likes
Twist68

I can now stop saving Stims for a better occasion. Thanks

1 Like
freestyle

Great mod! Can you add duration modding?

0 Likes

If I decide to, it would be a separate mod.

0 Likes

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

0 Likes

I think he meant effect duration

0 Likes

yes sir if have stim effect duration all time in raid is good.. btw great mod

0 Likes

change usetime with Effectduration should work the same way

1 Like

how to do that sir?i’m srry for asking

0 Likes
RogueTech67

GeneralGoon, Great mod. Does this effect ALL (22) of the “Medical - “injectors” and/or the (24) of the “stimulants”? Thanks

https://escapefromtarkov.fandom.com/wiki/Medical#Injectors_and_stimulants

https://escapefromtarkov.fandom.com/wiki/Category:Stimulants

Also, TYPO???

Overview

Usage

To blacklist a category from the flea:

0 Likes

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

1 Like

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.

0 Likes

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

0 Likes

Details