medallyon / eso-discord-status

Sync your semi-live variables from your ESO client to your Discord Status using Rich Presence.
https://www.esoui.com/downloads/info2054-DiscordStatusUpdater.html
GNU Affero General Public License v3.0
12 stars 3 forks source link

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

  1. Install the latest version of Microsoft Visual Studio
  2. Import this VS solution
  3. Build your solution
  4. Grab the dynamic binaries for the Discord RPC API and include them in your compiled directory
  5. Use to your liking!

Usage

  1. Install this addon (use Minion for ease of use)
  2. Start Discord
  3. Start ESO
  4. Start the Addon Client, found in the Client folder that comes with the Addon
  5. (Optional) Configure the Addon by typing /ds into the in-game chat
  6. (Optional) Create a shortcut on your desktop for the Addon Client

Troubleshooting

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Credits