Discord Status Updater for ESO (using Rich Presence)
Updated to Update 32, or ESOUI version 101032.
This little program is made using the .Net 4.6.1 framework and sends Rich Presence data to your local Discord client, making your status say more than just "Playing Elder Scrolls Online", including info about your current location, your level, your current party, and more! While running, your presence should look like this:
Installation
Normal Method
This program currently only supports Windows. Download Discord Status
from Minion or visit the Releases page to view the latest release and install it. Make sure you install it into the correct folder (which should be My Documents/Elder Scrolls Online/AddOns/
).
Compiling Yourself
Prerequisites
Instructions
- Install the latest version of Microsoft Visual Studio
- Import this VS solution
Build
your solution
- Grab the dynamic binaries for the Discord RPC API and include them in your compiled directory
- Use to your liking!
Usage
- Install this addon (use Minion for ease of use)
- Start Discord
- Start ESO
- Start the Addon Client, found in the Client folder that comes with the Addon
- (Optional) Configure the Addon by typing
/ds
into the in-game chat
- (Optional) Create a shortcut on your desktop for the Addon Client
Troubleshooting
- The files immediately disappear when I unzip the addon to the Addons folder
- This is most likely because of an anti-virus program (Windows Defender, Malwarebytes, Avast, etc.). Create an exception for the unzipped folder along with the Client to stop this issue.
- I get an Error:
The target directory is not empty.
- Remove the Addon folder
DiscordStatus
and try installing the addon again.
- If the error persists, move the Client folder to your desktop, remove the Addon folder, and then try running the Client
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Credits