🛠️ Trader Limit Tweaker – Unlimited or Multiply Buy Limits 0.1.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.

No more running out of ammo or gear due to stock restrictions — unless you want to keep a higher limit. It’s all configurable.

This mod allows you to customize or completely remove both global and personal purchase limits from any trader’s assortment in SPT-AKI.

💾 Installation

  1. Download the ZIP.

  2. Drag and drop the folder into your SPT directory.

  3. Done.

⚙️ Configuration

Inside the mod folder, you’ll find a config.json file with the following structure:

Quote
Note: option2 is enabled by default. It removes personal limits and removes global trader limits unchanged unless configured otherwise.

🧠 How it works

🔹 option1 (Flexible Multipliers or Unlimited Mode)

Choose this if you want full control:

  • "mode": "multiply" — Multiplies existing limits by a number (e.g., 10×).

  • "mode": "unlimited" — Sets limits to 999999.

And choose what to affect:

  • "affectGlobalLimits": true/false

  • "affectPersonalLimits": true/false

🔹 option2 (Simple override – Default)

If you're only interested in removing personal limits:

  • "removePersonalLimits": true

  • "globalLimitBehavior": "false" — Leaves global trader limits unchanged.

🧾 Example Logs

When the mod loads, you'll see something like:

Code
[TraderAssortLimitTweaker] ✅ Updated 5525 item(s) using modeType: option2

Which tells you option2 is active and being applied.

Let me know if you need help or have suggestions. This mod should work on all SPT-AKI 3.11.x builds.

Enjoy limitless buying! 💰

  • Version 0.1.0

    I've tested everything i can test. Everything should work like it needs too. Leave a comment if it doesn't.

  • TypeError: Cannot read properties of undefined (reading '_props')

    TypeError: Cannot read properties of undefined (reading '_props')

    at ItemInfo.getItemShortName (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:1212:30)

    at ItemInfo.barterResourceInfoGenerator (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:1505:38)

    at ItemInfoMain (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:629:37)

    at Timeout._onTimeout (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:463:10)

    at listOnTimeout (node:internal/timers:594:17)

    at processTimers (node:internal/timers:529:7)

    TypeError: Cannot read properties of undefined (reading '_props')

    TypeError: Cannot read properties of undefined (reading '_props')

    at ItemInfo.getItemShortName (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:1212:30)

    at ItemInfo.barterResourceInfoGenerator (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:1505:38)

    at ItemInfoMain (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:629:37)

    at Timeout._onTimeout (F:\Mod para Tarkov\SPT v3.11.3\user\mods\odt-iteminfo\src\mod.ts:463:10)

    at listOnTimeout (node:internal/timers:594:17)

    at processTimers (node:internal/timers:529:7)


    Error with the mod: ODT's Item Info - 3.11 Update & Added Colored Name

    Without the ItemInfo mod, there is no error.

    • doesnt play well with mods that add traders or mess with traders. Ill have to put them into testing environment and see if i can resolve this problem