Releases: VerkCoding/AIOPriceRandomizer
Releases · VerkCoding/AIOPriceRandomizer
AIOPriceRandomizer v1.0.1
AIOPriceRandomizer v1.0.1 — Maintenance Update
- Compatibility: SPT 3.11.x (tested on 3.11.4), FIKA-compatible
- Improved: core logic structure and config loader reliability
- Cleanup: minor optimizations and clearer debug logs
- Dependency: Requires bluehead’s AIO Trader (by bluehead)
AIOPriceRandomizer v1.0.0
AIOPriceRandomizer v0.1.0 — Initial Release
A readable, robust price randomizer for SPT 3.11.4 built to work alongside Bluehead’s AIO Trader. Provides deterministic randomness, safe trader edits, and a simple config flow.
Highlights
- Seeded RNG for reproducible runs
- Per-trader baseline handling
- Currency conversion (RUB/USD/EUR)
- Periodic scheduling support
- Safe barter edits
- Debug logging with clear messages
- Human-readable example config + minimal runtime config
- Includes .gitattributes (line-ending normalization) and MIT license
Compatibility
- SPT 3.11.4
- FIKA-compatible
Dependency (Required)
- bluehead’s AIO Trader (by bluehead): https://forge.sp-tarkov.com/mod/374/blueheads-aio-trader
Install
- Extract this mod into your Root SPT folder aka ./[YourSPT]
- Make sure AIOPriceRandomizer folder inside [YourSPT]/user/mods/
Notes
- Do not use config.example.json as runtime config (it contains comments).
- Set "debug": true in config/config.json to see detailed logs.
Credits
- Shout-out to bluehead for the excellent AIO Trader.