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

Adjust mania scoring to be more in line with ScoreV2 + 85% acc / 15% combo #25945

Merged
merged 8 commits into from
Dec 20, 2023

Conversation

smoogipoo
Copy link
Contributor

@smoogipoo smoogipoo commented Dec 20, 2023

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...

Comment on lines +370 to +371
850000 * comboProportion
+ 150000 * Math.Pow(score.Accuracy, 2 + 2 * score.Accuracy)
Copy link
Collaborator

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.)

Copy link
Member

Choose a reason for hiding this comment

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

Might as well, yeah.

@bdach
Copy link
Collaborator

bdach commented Dec 20, 2023

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?

@peppy
Copy link
Member

peppy commented Dec 20, 2023

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.

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

Successfully merging this pull request may close these issues.

3 participants