AmightyTank added a new file:
QuoteDisplay MoreThis 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:CodeDisplay More{ "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" } }
🧠 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:
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! 💰