User:Arcorann/DDR Scoring: Difference between revisions

No edit summary
Line 71: Line 71:
At the end of the stage a bonus is applied for each Groove Radar category.
At the end of the stage a bonus is applied for each Groove Radar category.


Define:
* F_s = Perfects / total steps
* F_v = max combo / song maximum combo
* F_a = Perfects on jumps / total jumps
* F_c = DP / maximum DP
* F_f = OK / total freezes


Let
* B_s = 20000000
* B_v = B_a = B_c = B_f = 10000000
* G_x = the song groove radar value in category x.
* M_x = the theoretical maximum value in category x:
** M_s = 374
** M_v = 640
** M_a = 67
** M_c = 3832
** M_f = 8000
* P_x = round(floor(128 * B_x / M_x) * G_x / 128)


Then:
* V_x = floor((floor(F_x * 100) * P_x / 100) is the bonus for radar category x.


=== DDRMAX2/Extreme ===
=== DDRMAX2/Extreme ===
40

edits