Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

count200 on /get_users Mania mode #48

Closed
sandycorzeta opened this issue Apr 6, 2014 · 1 comment
Closed

count200 on /get_users Mania mode #48

sandycorzeta opened this issue Apr 6, 2014 · 1 comment

Comments

@sandycorzeta
Copy link

In the Mania game mode of Osu! there is a 200 hit count which is displayed while playing and at the end of game when it shows the results

but in the API it only shows the 300 hit count, 100 hit count, and 50 hit count.
So where are the 200?

Is it merged with the 300 (because i ever test to sum all 300+100+50 hit count as total hit, it same as my total hit on user profile)? ... or is not even showed?

@peppy
Copy link
Member

peppy commented Apr 9, 2014

mania accuracy calculation:
return (float)(count50 * 50 + count100 * 100 + countKatu * 200 + (count300 + countGeki) * 300) / (totalHits * 300);

countGeki = rainbow 300
countKatu = 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants