Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDPlanetNavigator

Test Release License: MIT

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.

EDPlanetNavigator overlay in the cockpit showing 'TURN LEFT 54°' with a directional arrow, plus bearing and distance to the target

Features

  • 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.

Installation

  1. Download EDPlanetNavigator-vX.Y.Z.zip from the latest release.
  2. 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
  3. Extract the zip there — you should end up with a plugins/EDPlanetNavigator/ folder.
  4. (Optional, for the in‑game overlay) install EDMCOverlay or the compatible EDMCModernOverlay the same way.
  5. Restart EDMC.

Usage

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.

EDPlanetNavigator row in the EDMC window: target latitude/longitude entry with Set and Clear buttons and a status line

See the plugin README for full usage and settings details.

Building from source / cutting a release

The shippable plugin lives in EDPlanetNavigator/. To build the distributable zip locally:

python package.py        # -> dist/EDPlanetNavigator-v<version>.zip

Releases 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.0

The 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.

Credits

  • Original EliteHIS plugin by CMDR fiinnnn; the "Help I'm Stuck" name was coined by CMDR Hersilia.
  • Built on EDMarketConnector and EDMCOverlay.

License

MIT — see LICENSE.

About

EDMarketConnector overlay plugin for flying to planetary coordinates in Elite Dangerous (maintained rewrite of EliteHIS).

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages