Enables Discord Rich Presence for Synth Riders
This Project is not affiliated with Synth Riders or its developers
- Detailed Discord RPC based on the output of https://github.com/bookdude13/SynthRiders-Websockets-Mod
- Show Album Artwork of the currently playing song
- Automatic launch on startup
- Allows the RPC application to start automatically when the user logs in, removing the need to manually start the application
- Install the Synth Riders Websockets Mod
- (For instructions see the mod's README.md).
- Download the latest release
- Run the setup executable
- Go through the setup process
- You're done!
You may delete the setup executable after installation
- Simply run the RPC application like any other program
The configuration file is located at %localappdata%\Synth Riders DiscordRPC\config\config.json
See the code for details on what each setting does:
config.pysrc\utilities\rpc\assets.py
To show the current song's album artwork in Discord, it's uploaded to the temporary file hosting: uguu.se
The artwork used is the one provided by the Synth Riders Websockets Mod; this way it works with all maps that have artwork.
The upload-url can be changed in the configuration file; it should work with all uguu and pomf-based file hosting services.
The covers are usually around 100-500kb in size, and they get deleted after 3h - so minimal overhead.
- Clone the repository
- Run
pip install -r requirements.txt - Increase the version number in
config.py - Run
build.bat - The executable will be located in the
dist/directory
If you encounter any issues, please open an issue on the issues page
This is a third-party application and is not affiliated with Synth Riders or its developers.
- This tool is based on the work of https://github.com/xAkre/Wuthering-Waves-RPC<3
- Temporary Filehosting used to upload the artwork: https://uguu.se/ 🥰


