A plugin for Elite Dangerous Market Connector that enables Discord Rich Presence for Elite Dangerous
Show your current location to your friends on Discord from your user profile.
.zip
and not the source code bundle.To check if the plugin is loaded correctly, go File -> Settings. Then browse to the plugins tab. DiscordPresence
must be listed under Enabled Plugins
You can set the plugin to not show your game data. Go to File -> Settings. Under the DiscordPresence
tab, check Disable Presence
If you find a bug, please create an issue in the issue tracker in Github, properly detailing the bug and reproduction steps.
If you are willing to contribute to the project, please work on a fork and create a pull request.
For the CMDRs by a CMDR. Created by CMDR Garud for an awesome gaming community. A big thanks to Jonathan Harris (Marginal) for creating the Python boilerplate code for the Discord Rich Presence SDK. Without his input, the plugin would not have been done. Special mention for the awesome group I am in, Knights of Karma, for their continuous support.
Translate to french, migrate from python2 to python3 by Poneyy
Developed under Apache License 2.0.
Closes #24
It utilizes EDMC new (since release 5.2.0) plugin callback function journal_entry_cqc
. I've done this patch about 10 Aug 2021 but only now PRing it. I'm not sure if code satisfies general plugin's code style, it may be worth to wrap text on translations, for example. Any advices, remarks, critique are welcome.
Just installed the plug-in and using EDMC 5.1.3 (latest).
I would like to see in your plugin the ability to select the information that the user would like to display in their Discord status.
Example: Star class Planet type Distance from the system that the user will enter in the plugin settings
It will be very cool, I will even be ready to support your work financially :3
There is no right way to see if player in cqc from game journals. But I can suggest a few indirect ways:
1. LoadGame
event without Ship
field happening on enter in cqc from main menu (can be used to detect enter in cqc)
2. Music
event with "MusicTrack":"MainMenu"
happening when exit from cqc to main menu (can be used to detect exit from cqc)
Added Portuguese (Brazil) translations
Fixed encoding issue with EDMC < 3.5.
Added backwards compatibility with pre-EDMC 3.5.x