forked from akanyan/mu3-mods
docs: add READMEs to all mods
This commit is contained in:
23
Extras/MoreProfileOptions/README.md
Normal file
23
Extras/MoreProfileOptions/README.md
Normal 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
|
Reference in New Issue
Block a user