Code Monkey home page Code Monkey logo

exploration-progress's Introduction

Exploration Progress

Exploration Progress is a tool that allows Elite Dangerous explorer players to see their progress from one star system to another as a percentage. It comes in the form of a plugin for Elite Dangerous Market Connector (EDMC).

This was made while making a journey from Beagle Point back to the bubble after completing the Distant Worlds 2 expedition. It took me quite a while to get back due to other commitments and increased boredom of jumping endlessly through the deep darkness of space. I wanted to see how far I was towards my destination in a simple way, not by plotting it on a map or watching a distance counter tick down, so I created this solution and shared it so other explorers can benefit from it.

This EDMC plugin uses its many features to get real-time information on your CMDR's current location and display an auto updating progress indicator on the EDMC interface. The origin and destination system names are saved to your machine so you don't have to keep entering them every time.

Please note: Just like EDMC itself, this plugin only supports the PC & macOS versions of Elite Dangerous. Console (i.e. PS4 & Xbox One) versions are not supported.

If you're looking for the original standalone version of Exploration Progress, you can find it here. However, it is now depreciated and no support will be given for it.

Images

Main Window Screenshot

Settings Window Screenshot

Requirements

  • EDMC (v5.0.0+, may work on older versions)
  • Internet connection (to connect to EDSM)

How to Install

  1. Get the latest release
  2. Extract the file
  3. Copy the extracted folder into the EDMC plugin directory (you can find this by starting EDMC, going to File -> Settings, clicking on the "Plugins" tab and then clicking on the "Open" button)
  4. Restart EDMC if already open

How to Use

  1. Run EDMC
  2. Go to File -> Settings and click on the "Exploration Progress" tab
  3. Enter the system you started at (Origin System)
  4. Enter the system you are heading towards (Destination System)
  5. Click "OK"
  6. Log into Elite Dangerous or, if already in the game, make a hyperspace jump to find your current location
  7. Your progress towards the destination system will be displayed as a percentage and on a progress bar, and will auto-update as you travel

Tip: If you get stuck, see the text in the Exploration Progress section of the EDMC window

License

This plugin is licensed under the MIT License. The license can be found here.

Credits

Contact

exploration-progress's People

Contributors

dlljscodes avatar seanssel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

exploration-progress's Issues

Multiuser support

Use an sqlite database to store individual settings when using multiple CMDRs

Config functions need updating

EDMC version 5.0.0-beta1 changes config.py significantly. config.get() and config.getint() are now depreciated. Instead, config.get_str() and config.get_int() respectively should be used instead.

Simply changing the name of the functions would be the easy solution but would prevent the plugin from being used on older versions. I could use a try except to still allow the plugin to be used on both old and new versions...

Proper logging implementation

Use the logging module instead of print statements for logging messages. This will be required for all EDMC plugins starting with version 4.1.0. More information here.

Yellow text messages

Yellow text does not go well with background colour. See link.
image

Can you change it to Black?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.