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

Remove misscount estimation for lazer scores #31236

Open
wants to merge 2 commits into
base: pp-dev
Choose a base branch
from

Conversation

Givikap120
Copy link
Contributor

As Oshama Scramble is no longer an issue with sliderend penalty fix merged - we can remove estimator for lazer score, as we already know exact amount of misses here.

@TextAdventurer12
Copy link
Contributor

this just means that sliderbreaks don't matter at all? oshama was never the reason that it was done this way

@Givikap120
Copy link
Contributor Author

Givikap120 commented Dec 22, 2024

this just means that sliderbreaks don't matter at all? oshama was never the reason that it was done this way

estimateImproperlyFollowedDifficultSliders = Math.Min(countSliderEndsDropped + countSliderTickMiss, attributes.AimDifficultSliderCount);

double sliderNerfFactor = (1 - attributes.SliderFactor) * Math.Pow(1 - estimateImproperlyFollowedDifficultSliders / attributes.AimDifficultSliderCount, 3) + attributes.SliderFactor;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants