Site hosted by Angelfire.com: Build your free website today!

Random Scoring Systems

Dance Dance Revolution Scoring systems 1st through EX are explained here: Aaron in Japan. (Note: I'm responsible for the MAX2US/JP and EXCS Endless scoring systems)

Original post (dated 01OCT03) regarding IIDX scoring can be found here: Link to Aaron In Japan forums.

Beatmania Complete Mix 2 (5-key) is based out of 100,000 points.

---------------
Let N = total note count
Base value: 100000 / N

For each note,
Any Great -> Score = Score + N
.....Good -> Score = Score + N / 5
Bad & Poor-> Score = Score + 0

Perfect Bonus (Score=100000): +3110 points
Border Bonus (Pass with only one red bar showing): +???? points
---------------

beatmania IIDX Scoring System:
All IIDX versions are based out of 200,000 points and are somewhat combo-based. Breaking your combo costs you more than just one note's worth of points!

---------------
Let N = note count
Let B = 100000 / N
Let C = current combo including note
Let V = 50000 / (10 * N - 55)

If your combo is 1 to 10:
The score for a given note is as follows:
......GOOD -> Score = Score + 0.2 * B + (C - 1) * V
.....GREAT -> Score = Score + 1.0 * B + (C - 1) * V
JUST GREAT -> Score = Score + 1.5 * B + (C - 1) * V

If your combo is 11 OR MORE:
......GOOD: Score = Score + 0.2 * B + 10 * V
.....GREAT: Score = Score + 1.0 * B + 10 * V
JUST GREAT: Score = Score + 1.5 * B + 10 * V

Border Bonus (Pass with 80%): +5730 points
Perfect Bonus (Score=200000): +???? points
----------------

BM5K, IIDX, and MAX2JP/Endless Scoring algorithms manually derived by Taren N.

BACK