44
edits
(→5th) |
|||
Line 229: | Line 229: | ||
Score is rounded down to nearest 10 for output but fractions are retained internally. | Score is rounded down to nearest 10 for output but fractions are retained internally. | ||
== Console and home mixes == | == Console and home mixes, regular == | ||
=== Same as AC mixes === | === Same as AC mixes === | ||
Line 282: | Line 282: | ||
Score is rounded down to nearest 10 for output but fractions are retained internally. | Score is rounded down to nearest 10 for output but fractions are retained internally. | ||
=== PS3 === | |||
Rounding not confirmed. Decimals appear to be retained internally and the score rounded down for display, except when they aren't. | |||
Steps within jumps etc. are counted separately. | |||
:Step Score = U * J | |||
where | |||
* J = 1 if Perfect (non-freeze), 0.75 if Great, 0.5 if Perfect freeze | |||
* U = 1000000 / (steps + freezes * 0.5) | |||
If the arrow is a bonus arrow, add | |||
:Bonus Step Score = floor(U) * J (rounding not confirmed) | |||
=== Pending === | === Pending === | ||
Line 297: | Line 310: | ||
=== | === Console and home mixes, special === | ||
Same as main mode: | Same as main mode: | ||
Line 308: | Line 322: | ||
* X2 Endless | * X2 Endless | ||
=== 3rdMIX Endless === | |||
Let C' be the adjusted combo count after step: | Let C' be the adjusted combo count after step: | ||
Line 334: | Line 348: | ||
Internal combo cap is 999999, but score cap will be hit before combo cap anyway. | Internal combo cap is 999999, but score cap will be hit before combo cap anyway. | ||
=== 4thMIX Endless === | |||
:Step Score = J + (floor(C/4) * L)^2 | :Step Score = J + (floor(C/4) * L)^2 | ||
Line 353: | Line 367: | ||
Internal combo cap is 999999, though the max combo displayed is 9999. Score cap will be hit before combo cap anyway. | Internal combo cap is 999999, though the max combo displayed is 9999. Score cap will be hit before combo cap anyway. | ||
=== Extreme US Endless === | |||
According to my notes, the same system is used in Extreme US and its derivatives, along with SuperNOVA and SuperNOVA2. None of this has been fully verified, though. | According to my notes, the same system is used in Extreme US and its derivatives, along with SuperNOVA and SuperNOVA2. None of this has been fully verified, though. | ||
Line 376: | Line 390: | ||
* Values of D | * Values of D | ||
=== X Endless === | |||
Not fully verified. | Not fully verified. | ||
edits