Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
[KSC] Keep Sealed Cases
Tarkov is a harsh place, but some things just shouldn't vanish without a trace. Ever wonder where that sturdy weapons case goes after you pry it open for the loot inside? Wonder no more! [KSC] rectifies this Tarkov anomaly.
This mod ensures that upon opening any sealed weapons case, you will promptly receive a brand new, fully functional weapons case delivered directly to your in-game mail. Enjoy the loot without the immersion-breaking disappearance of a valuable case.
Key Features
- Automatic Reward: Automatically sends a new, usable weapons case via system message upon opening any sealed weapons case.
- No More Vanishing Cases: Solves the mystery of where a perfectly good case goes after unsealing it!
Installation
- Unzip the downloaded file.
- Drag and drop the
user
folder into your root directory.
Future Plans
- Expanded Container Support:
- I am exploring the possibility of adding functionality for different items, such as the Sealed Box or the Locked Case from previous events.
- Optional "Hardcore" RNG System:
- For players who want a more balanced or "lore-friendly" experience, I am considering an optional RNG system. When enabled in the config file, this would introduce a configurable chance that the case "breaks" upon unpacking.
Compatibility
- This mod was developed and fully tested on SPT-AKI 3.11.3. It may work on other 3.X.X versions but is not guaranteed and may require modification of the package.json.
Troubleshooting & Debug Logs
If you are experiencing issues with the mod (e.g., not receiving a case), you can enable detailed logging to help diagnose the problem.
-
Navigate to your mod's folder at
user/mods/[KSC]KeepSealedCases/
. -
Open the
config.json
file with a text editor (like Notepad). -
Change the
enableLogging
value fromfalse
totrue
.Before:
JSON{ "enableLogging": false, "logFileName": "ksc.log" }
After:
JSON{ "enableLogging": true, "logFileName": "ksc.log" )
Save the config.json
file and restart your SPT server.Perform the action in-game that is causing the issue (e.g., open a sealed case).
A new log file will be generated inside your mod folder at user/mods/[KSC]KeepSealedCases/logs/ksc.log
.Please share the contents of this ksc.log
file when you report an issue. This information is essential for troubleshooting!Remember to set enableLogging
back tofalse
when you are done.
Credit
I decided to make this mod after my brother brought it up while we were playing.
-
Version 1.0.0
- Islingr
- 172 Downloads
Lockesly
This is brilliant. GOOD JOB. Here's to testing a grand idea.
Islingr Author
Thank you very much, hope you enjoy it!