An EDMarketConnector (EDMC) plugin that helps you fly to a target latitude/longitude on a planet in Elite Dangerous. It shows, live, which way to turn, the bearing to the target, and the remaining distance — as an in‑game overlay and in the EDMC window.
It is a modern, maintained replacement for the unmaintained EliteHIS plugin.
- Turn guidance — uses your ship's heading to say turn left/right by N°, with an on‑screen directional arrow, not just a raw compass bearing.
- Automatic planet radius — read from the game's
Status.json, so distances are correct with nothing to type (manual override available). - Accurate distance — great‑circle (haversine) surface distance in m / km / Mm.
- Set a target anywhere — type coordinates in the EDMC window or the settings tab; the target is remembered between sessions.
- Works without the overlay — if EDMCOverlay isn't installed, guidance still appears in the EDMC window instead of crashing.
- Download
EDPlanetNavigator-vX.Y.Z.zipfrom the latest release. - In EDMC, open File → Settings → Plugins → “Open” to reveal your plugins folder:
- Windows:
%LOCALAPPDATA%\EDMarketConnector\plugins - macOS:
~/Library/Application Support/EDMarketConnector/plugins - Linux:
~/.local/share/EDMarketConnector/plugins
- Windows:
- Extract the zip there — you should end up with a
plugins/EDPlanetNavigator/folder. - (Optional, for the in‑game overlay) install EDMCOverlay or the compatible EDMCModernOverlay the same way.
- Restart EDMC.
Enter a latitude and longitude in the EDMC window and click Set (or set defaults in Settings → EDPlanetNavigator). Fly near the planet and follow the turn arrow, bearing, and distance, which update about once per second. Click Clear to stop.
See the plugin README for full usage and settings details.
The shippable plugin lives in EDPlanetNavigator/. To build the distributable
zip locally:
python package.py # -> dist/EDPlanetNavigator-v<version>.zipReleases are automated: bump __version__ in
EDPlanetNavigator/load.py, update
CHANGELOG.md, then push a matching tag:
git tag v1.0.0
git push origin v1.0.0The release workflow builds the zip and publishes a GitHub Release with it attached. The test workflow compile‑checks the modules and runs the navigation self‑test on every push/PR.
- Original EliteHIS plugin by CMDR fiinnnn; the "Help I'm Stuck" name was coined by CMDR Hersilia.
- Built on EDMarketConnector and EDMCOverlay.
MIT — see LICENSE.

