-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Adjust mania scoring to be more in line with ScoreV2 + 85% acc / 15% combo #25945
Conversation
850000 * comboProportion | ||
+ 150000 * Math.Pow(score.Accuracy, 2 + 2 * score.Accuracy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this is in ConvertFromLegacyTotalScore()
, should we be bumping score version again to upgrade previously-imported stable scores to the new proportions?
(Key point, I am not talking about lazer scores here; emphasis on legacy total score.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well, yeah.
Also, to be doubly clear: if we merge this in its current state, we will have to reopen #24238. Moving extra score for PERFECTs to bonus was supposed to make SSes achievable on scores that do not have all PERFECTs. Is this OK? |
Time and game mechanics are apparently a circle. I'm honestly not sure which is better, but we're going to merge this and find out (hopefully sooner rather than later) which voice is stronger. |
See feedback in #25810 (comment) + https://discord.com/channels/188630481301012481/1186947899796500590
15% combo is the lowest I'm willing to go.
This will need the same sort of considerations as #25887 (comment), eventually...