A fully unoptimized Space Trader map viewer
- Download the binary from the releases page
- Create an agent on the space traders website
- Generate and copy the agent token
- 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.
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.