User:Arcorann/DDR Scoring: Difference between revisions

Jump to navigation Jump to search
Line 255: Line 255:


Let C' be the adjusted combo count after step:
Let C' be the adjusted combo count after step:
: If C = combo count after step and C'' = value of C' on previous step, C' = :
: If C = combo count after step and C'_p = value of C' on previous step, C' = :
:* max(C'', C) if Perfect or Great
:* max(C'_p, C) if Perfect or Great
:* floor(C'' / 2) otherwise
:* floor(C'_p / 2) otherwise


Then,  
Then,  
Line 274: Line 274:
*mod(S + 15, 32) + 1 if S > 16
*mod(S + 15, 32) + 1 if S > 16


Yes, this means the score per step can go down when crossing stage boundaries, e.g. if S goes from 272 to 273.
Note that this means the score per step can go down when crossing stage boundaries, e.g. if S goes from 272 to 273.


==== 4thMIX Endless ====
==== 4thMIX Endless ====
40

edits

Navigation menu