New autopilot behaviour toggles (opt-in, default off) and an in-game UI to turn them on/off without editing the config file.
Features
- Divert to refinery (
RefineryRoute) — when cargo contains ore and your home station has no refinery, autopilot diverts to the nearest friendly station withinRefineryMaxHopsthat does. Saves the round-trip when mining far from home. - Auto-refine on dock (
AutoRefine) — when autopilot docks at a station with a refinery, flip that station's Auto-Refine toggle on so pending ore refines passively. - In-game toggles — the Autopilot side-tab now exposes three new checkboxes: "Auto-refine on dock", "Divert to refinery", and "Fast transfers" (a master that mirrors the
FastDeposit+FastFetchtiming toggles). Tooltips use the same#word#yellow-highlight style as the vanilla tooltips.
The four original timing tweaks (EtaSync, ArrivalSnap, FastDeposit, FastFetch) are unchanged and still default-on.
Install
Unzip into BepInEx/plugins/ — see README for details.
Known limitations
Hooks the private IdleManager.IdleTravelToSpaceStation, Autopilot.Awake, and the compiler-generated backing field IdleManager.idleTravelTarget on top of the v0.1.0 hook set. A game update that renames any of these breaks the plugin at load time.