forked from akanyan/mu3-mods
feat: instant song skip
This commit is contained in:
15
README.md
15
README.md
@ -1,16 +1,21 @@
|
||||
## µ3 mods
|
||||
|
||||
Miscellaneous mods for µ3/SDDT for my personal use.
|
||||
Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome.
|
||||
|
||||
### BetterGiveUp
|
||||
|
||||
Hold down the evil red menu button for 1 second to give up, or the friendlier yellow button to restart. Based on GiveUp, but Better (impossible to misclick).
|
||||
Enables these buttons in music play:
|
||||
|
||||
* Red menu: instant return to song select
|
||||
* Yellow menu: instant restart
|
||||
|
||||
To avoid misclicks, you have to hold the button down for 1 second. Based on GiveUp, but Better.
|
||||
|
||||
### ExportChartData
|
||||
|
||||
Export some useful chart data into a dollar-separated file (charts.csv) when the game launches.
|
||||
Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.
|
||||
|
||||
### NaiveRating
|
||||
|
||||
Replace the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45.
|
||||
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.
|
||||
Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45.
|
||||
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.
|
Reference in New Issue
Block a user