Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 897 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 897 Bytes

RocksmithRichPresence

Demo

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.

Cloning and Building

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

Credits