ed-fast-travel

Authors

Status
Abandonned / No longer updated
Date release
2016-12-14
Revision number
v0.15.1
Compatible with release
Sources available
License
Apache 2.0
Supported languages
German de English en
Platform
GameApplication Linux GameApplication Mac GameApplication Windows
Elite:Dangerous Application

Share

ed-fast-travel is a small helper utility to plan long-distance travels inside Elite: Dangerous.

Most route-planners (including the in-game planner) are not capable of planning routes ahead of 1000 Ly distance. Mostly this might be the case because route calculation is a quite CPU expensive task and as longer the route gets the more CPU time is required. This tool is intended to solve this issue by using a local databaes and utilizing local CPU capacity.

 

The database used is downloaded once (~144MB) and afterwards stored on the local machine. When calculating the route no information are transmitted to any API but the tool calculates a route on the local machine. This route does not respect star types (so be aware of your fuel) and it is intended to calculate routes for distances way ahead of the 1000 Ly barrier.

 

Best results will be available when calculating a route in 500 Ly steps and then using the in-game route planner to travel that distance. For example when traveling a 5000 Ly route you no longer need to estimate where to stop and whether the stop is efficient for the route to your destination but you will get 10 to 11 stops, maybe more, which you can use. The stops are calculated on a direct line between your starting point and the destination and for navigation the closest star system is selected.

 

Facts

  • It uses the nightly database dump from EDDB
  • The database is cached locally in ~/.local/share/ed-fast-travel
  • It works better when calculating stops in 100 Ly or more distance on the route
  • You can plot courses with more than 25000 Ly distance in only a few seconds

 

Difficulties

  • Maybe the system you want to travel to is not yet known in EDSM / EDDB
    Quote from EDSM: "As of today 0.001313% of the galaxy has been discovered on EDSM, it will take 132,444 years, 4 months and 19 days to discover it entirely."
  • Calculations with ~25 Ly stop distance should work but maybe they contain jumps >30 Ly distance as of above reason
  • Calculations with <20 Ly distance might break as of above reason
  • Inside is no real route-planning engine but only a simple vector calculation to find stops on a linear axis

 

Bugreports / Feature-Requests

 

History (full history)

  • Version 0.12.0
    • Display systems with scoopable stars
    • Display systems requiring permits
    • Switch to EDDB data (Breaking change: EDSM IDs do not longer work!)
  • Version 0.11.0
    • Improve route calculation speed hugely
    • Routes now comply to defined jump range and do not exceed them
    • Routes ending mid-space because of lack of systems are now retried using different paths
  • Version 0.9.0
    • Add german translation (web frontend only)
  • Version 0.8.0
    • Made database smaller, faster to load and doesn't waste that much resources while loading
  • Version 0.7.0
    • Add web-interface for easier usage
  • Version 0.5.0
    • Add self-update functionality
  • Version 0.1.0
    • Initial version

 

For more details and usage information please see the README file inside the project.


Links

  • Sample Execution Sample Execution
  • Web Interface Web Interface

History

  • Jul 1, 2022 (Dave247) Marked as abandoned
  • Dec 14, 2016 (Luziferus) Update current version
  • Oct 29, 2016 (Luziferus) increase version
  • View more ...
  • Oct 19, 2016 (Luziferus) Update version number
  • Oct 12, 2016 (Luziferus) Update to v0.13.0 / Github releases
  • Oct 2, 2016 (Luziferus) Version 0.12.0
  • Oct 1, 2016 (Luziferus) Adjust some wording / facts
  • Oct 1, 2016 (Luziferus) Adjust Discord link
  • Oct 1, 2016 (Luziferus) Add Discord link
  • Oct 1, 2016 (Luziferus) Version 0.11.0
  • Sep 13, 2016 (Luziferus) Version 0.9.0
  • Sep 13, 2016 (Luziferus) Match username to discord username instead of pilot name
  • Sep 13, 2016 (Luziferus) Version 0.8.2
  • Sep 13, 2016 (Luziferus) Version 0.8.1
  • Sep 13, 2016 (Luziferus) Version 0.8.0
  • Sep 13, 2016 (Luziferus) add link to full history
  • Sep 13, 2016 (Luziferus) add history
  • Sep 13, 2016 (Luziferus) Added v0.7.0 release
  • Sep 11, 2016 (Luziferus) Added more details
  • Sep 11, 2016 (Luziferus) Added hint to README
  • Sep 11, 2016 (Luziferus) Updated version information
  • Sep 11, 2016 (Luziferus) Beautify description
  • Sep 11, 2016 (Luziferus) Beautify description
  • Sep 11, 2016 (Luziferus) First revision

API used by this tool