Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
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"
}
}
Display More
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 to999999
.
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! 💰
-
Version 0.1.0
- AmightyTank
- 128 Downloads
I've tested everything i can test. Everything should work like it needs too. Leave a comment if it doesn't.
Srispt
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.
AmightyTank Author
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