Skip to content

Releases: VerkCoding/AIOPriceRandomizer

AIOPriceRandomizer v1.0.1

08 Oct 07:50
b0a9d4f

Choose a tag to compare

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

08 Oct 02:36

Choose a tag to compare

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)

Install

  1. Extract this mod into your Root SPT folder aka ./[YourSPT]
  2. 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.