Weightage systemTheLevitian wrote:
Hello guys,so i might get somehing wrong but... I just finished a map with full combo, map that was weighted 111 pp and in my top ranks list i see that map on my #1 place, and it's weighted 100% (111 pp). But i didn't got 111 pp to my score, i got something like 30 or maybe little bit mor. So what i got wrong about PP system?
For transparency on how your final pp is calculated, pp gained from the beatmap is given along with weight (% of eligible pp to be gained for final pp). Only your highest pp score's beatmap gives you full pp. Other scores' pp values will be multiplied with decreasing percentage. The percentage is always rounded to the next whole number for displaying, but for calculations it is not. For example a score can be weighted by 0.48% despite the display saying "0%". If n is the amount of scores giving more pp than a given score, then the score's weight is 0.95^n .
It follows, that your total pp is computed as follows. Let PP contain each score's pp value. PP[i] denotes the ith score's pp value, sorted decreasingly, where i goes from 1 to n, and n is the amount of scores you have.
Total pp = PP[1] * 0.95^0 + PP[2] * 0.95^1 + PP[3] * 0.95^2 + ... + PP[n] * 0.95^(n-1)
Click for an example of the formula usage (scroll down to see the example).
There is also bonus pp based on the number of ranked maps you have a score on. The bonus is:
416.6667 (1- 0.9994^Number_of_scores).