Skip to content

v0.5.1

Latest

Choose a tag to compare

@fank fank released this 23 Jun 18:49

Fixed

  • Stack-deposit ("fast transfer") works again on game 0.8.1 — the IL transpiler that powers it targeted IdleManager.FindActivity, but 0.8.1 moved the autopilot cargo-deposit call into a new DropFoundItem method, so the patch silently self-disabled. The toggle still showed in-game, but cargo drained one unit per tick. Retargeted the transpiler to DropFoundItem, where the deposit callsite now lives.

Full changelog: v0.5.0...v0.5.1