-
Notifications
You must be signed in to change notification settings - Fork 0
Autoplot
Tanner edited this page Jul 9, 2026
·
1 revision
Click ◎ next to any system anywhere in the app and Elite Trader plots the
route in the game itself: it focuses the game window, opens the galaxy map
using your own keybinds, types the system into search, and commits the plot —
then verifies it actually worked by watching the game rewrite
NavRoute.json, instead of hoping.
While a plot is running the button becomes CANCEL — a mis-tap can be stopped immediately and cleanly releases any held keys.
- Windows only (it injects keystrokes into the game client). On Linux the buttons explain this cleanly; everything else works.
- These actions need keyboard keys bound in the game (controller-only binds won't work): Galaxy Map, UI Up, UI Down, UI Right, UI Select, UI Back. Your binds are read automatically from the game's bindings files.
- Leave the game untouched for the ~15 seconds a plot takes.
- Plotting to the system you're already in always fails — the game refuses it, not the app.
- Voice callouts confirm "Route plotted to …" when it lands.
- Timing constants live at the top of
elite/autoplot.pyif your machine needs different pacing.
| Env var | Meaning |
|---|---|
ED_BINDINGS_DIR |
Key bindings folder, if auto-detection misses it |
ED_PLOT_KEY |
Override the hold-to-plot key (comma-separated pydirectinput names) |