SongChartVisualizer is a small mods that shows a configurable in-game graph that displays the NPS over time. It also has the ability to warn you when you're about to reach peak NPS. The mod can be configured in the Mod Settings.
This mod requires a few other mods in order to work.
- BSIPA v4.2.2 or higher
- BeatSaberMarkupLanguage v1.6.4 or higher
- SiraUtil v3.0.6 or higher
Installation is fairly simple.
- Grab the latest plugin release from BeatMods/ModAssistant (once it's available) or from the releases page (once there is actually a release)
- Drop the .dll file in the Plugins folder of your Beat Saber installation.
- Boot it up (or reboot)
To build this project you will need to create a ChartPlugin/SongChartVisualizer.csproj.user
file specifying where the game is located:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Change this path if necessary. Make sure it doesn't end with a backslash. -->
<BeatSaberDir>D:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>
</PropertyGroup>
</Project>
Credit where credit is due:
- @Shoko84 for writing the original mod
- @MildPanda (Opzon) for mod ideas in the original mod