This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------- | |
Command: cat /etc/os-release | |
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" | |
NAME="Debian GNU/Linux" | |
VERSION_ID="12" | |
VERSION="12 (bookworm)" | |
VERSION_CODENAME=bookworm | |
ID=debian | |
HOME_URL="https://www.debian.org/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# What Is Elite Dangerous Market Connector? | |
Elite Dangerous Market Connector ("EDMC") is a third-party application for use with Frontier Developments' game "Elite Dangerous". Its purpose is to facilitate supplying certain game data to, and in some cases retrieving it from, a number of websites and other tools. | |
To achieve this it utilises the Journal Files written by the game when played on a PC. It also makes use of Frontier's Companion API ("Frontier's CAPI"), accessible once you've authorised this application. | |
EDMC has a plugin system which many other developers have made use of to extend its functionality. | |
Find out more on the [EDMC Wiki](https://github.com/EDCD/EDMarketConnector/wiki). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[URL='https://github.com/EDCD/EDMarketConnector/wiki']Elite Dangerous Market Connector ("EDMC")[/URL] is a third-party application for use with [URL='https://www.elitedangerous.com/']Elite Dangerous[/URL]. Its purpose is to facilitate supplying certain game data to, and in some cases retrieving it from, a number of websites and other tools. | |
To do this it utilises the Journal Files written by the game when played on a PC. It also makes use of Frontier's Companion API ("Frontier's CAPI"), accessible once you've authorised this application. | |
It does [B]not work with Console game accounts[/B], and [I]is no longer supported on Windows 7[/I]. | |
See the link above for more information about what it can do for you. | |
[HR][/HR] | |
[SIZE=7][B]Update 14 Issues[/B][/SIZE] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Versions: | |
20140624 2013.06.24.31977 0.3.1110.0 | |
{"Version":"2014.06.27.32518","executable":"EliteDangerous.exe"} | |
{"Version":"2014.07.29.36422","executable":"EliteDangerous.exe"} | |
{"Version":"2014.07.30.36608","executable":"EliteDangerous.exe"} | |
{"Version":"2014.10.03.44303","executable":"EliteDangerous32.exe"} (2.04) | |
{"Version":"2014.10.08.44726","executable":"EliteDangerous32.exe"} (2.05) | |
{"Version":"2014.10.14.45307","executable":"EliteDangerous32.exe"} (2.06) | |
{"Version":"2014.10.28.47442","executable":"EliteDangerous32.exe"} (3.00) | |
{"Version":"2014.10.30.47674","executable":"EliteDangerous32.exe"} (3.02) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for factions: | |
for oldest = 0 ; oldest < sizeof(factionhistory) ; oldest++: | |
old = oldest + 1 | |
next = old + 1 | |
#################################### | |
# Handle wild bounce back and forth | |
# [ A B A ] B A B A B A B | |
# [ A B X ] B A B A B A B | |
# [ A B ] B A B A B A B |