About this mod
SKSE plugin which adds advanced Discord Rich Presence integration.
- Permissions and credits
SKSE plugin which adds advanced Discord Rich Presence integration.
Rich Presence will be updated with the closest map marker, closest location and current player actions. This mod currently lacks any configuration outside of icons and an option mainly for testing.
This was originally an update for Dragonborn Presence which I completed, but I thought I could do better now that we have CommonLibSSE.

Preview: Some examples of the Rich Presence.
NOTE
This mod does not require Discord to be active nor installed to let you play your game. All Discord communication is handled via Discord's own discord-rpc.dll which has been digitally signed by that company. It has not been modified and is used by games companies to add Rich Presence to their games.
The mod itself does not have the ability to connect to the internet, nor perform actions on your behalf. You are responsible for what mods are installed and what you call your character, as this is information viewable on servers which may not allow everything.
FOR AUTHORS
To change the application name and icon on Windows itself, use Custom Window.
By default when hovering over the large icon it will say Skyrim Special Edition so people will know what game it is regardless of the title.
To change the title you must make your own application.
The source code contains all assets used, to allow others to make their own icon packs as well as use custom application names for modlists.
View Discord Developer Portal — My Applications and create a new application. Set the ApplicationID in this mod's INI file to what you see here.

Drag all of the icons from a folder on your computer into Add Image(s).

REQUIREMENTS
Address Library for SKSE Plugins
Does not require manual installation of discord-rpc.dll. Delete this file from your root folder if it exists.
COMPATIBILITY
Compatible with all game versions excluding VR.
CoMAP markers will use their original icons if available.
Only English is officially support at the moment.
SOURCE
doodlum/skyrim-rich-presence (github.com)
CREDITS
DavidJCobb for his extremely useful suggestions about map markers.
Parapets for patiently explaining how worldspace caching works.
Ersh for his always useful main thread hook.
Dragonborn Presence for inspiration.