mu3-mods/README.md

27 lines
781 B
Markdown
Raw Normal View History

2024-05-21 21:57:39 +00:00
## µ3 mods
2024-05-23 20:49:28 +00:00
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome.
2024-05-21 21:57:39 +00:00
### BetterGiveUp
2024-05-23 20:49:28 +00:00
Enables these buttons in music play:
* Red menu: instant return to song select
* Yellow menu: instant restart
2024-05-23 21:37:22 +00:00
To avoid misclicks, you have to hold the button down for 1 second.
Based on GiveUp, but Better.
2024-05-21 21:57:39 +00:00
### ExportChartData
2024-05-23 20:49:28 +00:00
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
2024-05-21 21:57:39 +00:00
### NaiveRating
2024-05-23 20:49:28 +00:00
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45.
2024-05-23 21:37:22 +00:00
This change is client-side and immediate, but the server **will** acknowledge it. I host my own server and don't care, but you have been warned.
### SkipNotice
Skips the safety warning screen, notices, login bonuses, etc.