Synth Riders Performance Meter mod inspired by MCJack123's PerformanceMeter BeatSaber mod.
Currently uses SynthRiders-Websocket-Mod to get most of the data.
Adds an additional panel to the end game screen showing various statistics from your last song run.
- Colorful line is life percentage
- White horizontal line is average life percentage
- Rising white line is high total score (saved locally)
- Rising yellow line is total score from current run
More features coming soon!
- Prepare Synth Riders for modding by following the MelonLoader wiki guide
- Download the newest version of SRPerformanceMeter from the Releases section. Your web browser may warn you about the .zip file because it contains a .dll - this is normal, and is how mods are built.
- Extract the contents of the .zip file to
<path-to-synth-riders>\Mods
(create a new directory if it doesn't exist). On Windows, this will be atC:\Program Files (x86)\Steam\steamapps\common\SynthRiders\Mods
- Run Synth Riders and enjoy!
After running Synth Riders at least once with this mod, a configuration file will be created at SynthRiders\UserData\PerformanceMeter\PerformanceMeter.cfg
that can be edited with any simple text editor. Settings are loaded at boot and are logged out in MelonLoader.
Default: true
Values: true
or false
Description: Toggles the entire mod.
Default: true
Values: true
or false
Description: Toggles the horizontal line indicating your average life percentage.
Default: true
Values: true
or false
Description: Toggles the graph showing life percent over the course of the song.
Default: true
Values: true
or false
Description: Toggles the graph showing your current score (yellow) and last high score (white).
Default: 30000 Values: 1000 to 300000 (1 sec to 5 min) Description: Controls the time interval that the vertical markers at the bottom of the graph represent.
- Less than 50% life is red, 50-74.99% is orange, 75-89.99% is yellow-green, and 90%+ is green
- Local data is stored in SynthRiders/UserData/PerformanceMeter/PerformanceMeter.db, a LiteDB database.
This mod is not affiliated with Synth Riders or Kluge Interactive. Use at your own risk.