This project is a tool designed to help track and manage the construction of colonies in Elite Dangerous. It provides an organized way to monitor progress, resources, and tasks.
- Track construction progress for a given Elite Dangerous Trailblazers Colonization Project.
- Provides (roughly) realtime delivery tracking.
- User-friendly interface for easy viewing.
- Processes screenshots taken from Elite to populate the commodities, and how many of them are required.
- Download one of the Releases, or clone the repository and run or build from source.
- The program is mostly automated, all you have to do is grab screenshots from your Colonisation Ship's transfer UI and drag and drop them onto the Colony Construction Tracker.
- These screenshots will be parsed for their information, and the table populated. Please see the in-app guidance for what screenshots you need to get, or see the included ones after these instructions!
- Deliveries will be tracked over time while the program is open. Reading from the filesystem isn't instant, so give it a few seconds to recognize any deliveries you might make.
- Enjoy knowing what commodities you still have left to aquire for your colonization project, and watch line go up as the progress bar fills with successful deliveries!
- Clone the repository:
git clone https://github.com/tcgm/EDColonyConstructionTracker.git- Navigate to the project directory:
cd EDColonyConstructionTracker/- Install dependencies:
npm install- Start the application:
npm start- Electron will open.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name- Commit your changes:
git commit -m "Add feature-name"- Push to the branch:
git push origin feature-name- Open a pull request.
This project is licensed under the MIT License.
- Thanks to the open-source community for their support.
- Inspired by the sanity needs of Elite Dangerous colony builders.
- Roughly inspired by a Python attempt at this, located here: https://github.com/djglass/ed-colony-construction-tracker