[KSC] Keep Sealed Cases 1.0.0

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.
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.

Ever thought it was weird the weapons case just disappears after unpacking? Yeah me too, now it doesn't.

[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

  1. Unzip the downloaded file.
  2. 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 from false to true.

    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 to false when you are done.

Credit


I decided to make this mod after my brother brought it up while we were playing.

  • This is brilliant. GOOD JOB. Here's to testing a grand idea.

    Thumbs Up 1
    • Thank you very much, hope you enjoy it!