
🛠️ Trader Limit Tweaker – Unlimited or Multiply Buy Limits 0.1.0
Created by AmightyTank
2.0K Downloads
SPT 3.11.4 Compatible
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
- Download the ZIP.
- Drag and drop the folder into your SPT directory.
- Done.
⚙️ Configuration
Inside the mod folder, you’ll find a config.json file with the following structure:
{ “modeType”: “option2”, // Choose “option1” or “option2” “option1”: { “mode”: “multiply”, // “multiply” or “unlimited” “multiplier”: 5, “affectGlobalLimits”: true, “affectPersonalLimits”: true }, “option2”: { “removePersonalLimits”: true, “affectGlobalLimits”: true // “true” or “false” } } ✅ 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:
[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! 💰
2.0K Downloads
I’ve tested everything i can test. Everything should work like it needs too. Leave a comment if it doesn’t.
Details
-
GUID
Not Available
-
License
-
Source Code
-
Latest Version VirusTotal Result
https://www.virustotal.com/gui/file/269bf0d364982846c917e3ccc9b353110fe2c9ba96a2e4af54d8474dd2f0bc23
I’m not seeing any updates on custom traders so not sure if that is working as intended or broken. Also the config.json was not structured as it shows in the description.
This was how it was structured in when I downloaded it today.
{
“affectGlobalLimits”: true,
“affectPersonalLimits”: true}
I installed the mod, but the limits haven’t changed. What should I do?
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.