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

Fix accuracy formula being wrong for lazer scores in GUI #230

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

Givikap120
Copy link
Contributor

@Givikap120 Givikap120 commented Nov 15, 2024

It used stable formula before.
Now it will use lazer formula automatically if lazer info is available.

Comment on lines +336 to +337
total += 0.6 * countLargeTickHit;
max += 0.6 * countLargeTicks;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, these need to not use 6, 2, 3, 0.6...

It should be creating a ScoreProcessor and calling GetBaseScoreForResult().

@smoogipoo smoogipoo merged commit 3057db5 into ppy:master Nov 18, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants