A small app to add Discord Rich Presence for Rocksmith 2014.
Displays the current song being played, and what state the user is currently in (e.g. playing a song, in the menus etc).
Note Corrupt CDLC is common so they may not be able to be fully parsed.
Run the clone command.
git clone https://github.com/Glowstudent777/RocksmithRichPresence.git
cd RocksmithRichPresence
Clone and update the submodules.
git submodule init
git submodule update
Restore dependancies.
dotnet restore
Building.
dotnet build
- kokolihapihvi - Rocksnifferlib and PsarcLib.
- brattonross - Base code.