Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erisapps/songchartvisualizer
Displays an in-game chart with song difficulty information!
https://github.com/erisapps/songchartvisualizer
Last synced: about 1 month ago
JSON representation
Displays an in-game chart with song difficulty information!
- Host: GitHub
- URL: https://github.com/erisapps/songchartvisualizer
- Owner: ErisApps
- License: gpl-3.0
- Created: 2020-02-15T21:10:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T22:11:26.000Z (7 months ago)
- Last Synced: 2024-06-11T01:00:07.198Z (7 months ago)
- Language: C#
- Size: 121 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SongChartVisualizer
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.## Installation
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 higherInstallation is fairly simple.
1. Grab the latest plugin release from BeatMods/ModAssistant (once it's available) or from the [releases page](https://github.com/ErisApps/SongChartVisualizer/releases) (once there is actually a
release)
2. Drop the .dll file in the Plugins folder of your Beat Saber installation.
3. Boot it up (or reboot)## Developers
To build this project you will need to create a `ChartPlugin/SongChartVisualizer.csproj.user` file specifying where the game is located:```xml
D:\Program Files (x86)\Steam\steamapps\common\Beat Saber
```
### Credits
Credit where credit is due:
- [@Shoko84](https://github.com/Shoko84) for writing the original mod
- [@MildPanda (Opzon)](https://github.com/MildPanda) for mod ideas in the original mod