Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1015 Bytes

File metadata and controls

22 lines (17 loc) · 1015 Bytes

A fully unoptimized Space Trader map viewer

How to use

  1. Download the binary from the releases page
  2. Create an agent on the space traders website
  3. Generate and copy the agent token
  4. Run the following command in your terminal:
./space-trader.exe --token=<your_token>

If this is your first time running the program, it will download the systems and store them in a local file. This can take some time.

Once the systems are downloaded, you can omit the --token flag in future runs.

Refresh the systems

If you want to re-download the systems, you can use the --download-systems flag:

./space-trader.exe --download-systems --token=<your_token>

Alternatively, you can delete the systems.json file in the same directory as the executable. The program will automatically download the systems again.