Mods for O.N.G.E.K.I.
Go to file
2024-05-24 05:49:28 +09:00
BetterGiveUp feat: instant song skip 2024-05-24 05:49:28 +09:00
ExportChartData/MU3.Data initial commit 2024-05-22 06:57:39 +09:00
NaiveRating/MU3.User initial commit 2024-05-22 06:57:39 +09:00
.gitignore initial commit 2024-05-22 06:57:39 +09:00
LICENSE initial commit 2024-05-22 06:57:39 +09:00
README.md feat: instant song skip 2024-05-24 05:49:28 +09:00

µ3 mods

Miscellaneous mods for µ3/SDDT; mainly for my personal use, though suggestions/PRs are welcome.

BetterGiveUp

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

Exports some useful chart data into a dollar-separated file (charts.csv) when the game launches.

NaiveRating

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.