1
0
forked from akanyan/mu3-mods

docs: add READMEs to all mods

This commit is contained in:
2025-02-10 03:36:17 +00:00
parent 3e991f4521
commit 8c58151b81
26 changed files with 236 additions and 0 deletions

View File

@ -0,0 +1,23 @@
## MoreProfileOptions
### Track skip
SSS+, Personal Best, Full Bell, AA (900k)
PB and FB fall back to AA for Score- display.
### Rating
This rating calculation is client-side and purely cosmetic but the profile option is stored on the server so it can persist between sessions (i.e. Emmy will know you are using this mod, but won't know your naive rating value).
#### TYPE-A: Default
[(OldBest30+NewBest15+Recent10)÷55](https://silentblue.remywiki.com/ONGEKI:Rating#Profile_rating)
#### TYPE-B: Naive
Best45÷45
#### TYPE-C: Reachable
Like TYPE-A but "Recent10" is always the best eligible score times 10
#### TYPE-D: Recent
Recent10÷10