Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.35 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.35 KB

Elite Dangerous: AutoPilot v2

Elite Dangerous computer vision based autopilot version 2

Program uses openCV and other tools in python to navigate automatically in Elite Dangerous.

Usage:

Run ap.py

Necessary Setup:

In game, you must have configured keyboard keys for all of the following. You may configure them in either the left or the right slot, and this program will automatically fetch your most recent changes.

Optimal Game Settings:

  1. Game resolution: 1080p Borderless
  2. Ship UI color: Orange (default colour)
  3. Ship UI brightness: Maximum

General Guidelines

I recommend setting your route finder to use only scoopable stars. Definitely do not leave this running unsupervised unless you don't mind paying rebuy.

Or if you'd like to set it up and run the script directly...

Setup:

Requires python 3 and git

  1. Clone this repository
  1. Install requirements
> cd EDAutoPilot
> pip install -r requirements.txt
  1. Run script
> python autopilot.py
OR you may have to run
> python3 autopilot.py
if you have both python 2 and 3 installed.

If you encounter any issues during pip install, try running:

python -m pip install -r requirements.txt instead of > pip install -r requirements.txt

WARNING:

ALPHA VERSION IN DEVELOPMENT.

Absolutely DO NOT LEAVE UNSUPERVISED.

Use at YOUR OWN RISK.