-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Calculated classic style score is lower than standarised score. #23847
Comments
I cannot reproduce this. Can you upload a video showing this? |
My score display mode is already "Classic" before startup. If you change it after startup, it will behave correct. Untitled.mp4 |
What the video above shows is #23782. As in, you played back a replay set using old score algorithm, which is incomparable to the new score algorithm (and old scores will not be recalculated). If you can show this happening on a brand new score then I'll reopen and investigate again, but so far this looks like a duplicate/wontfix. |
In previous video I selected an old score for convince. But same issue occurs to new score and gameplay. Here is the video shows a gameplay: 2023-06-10.17-03-35.mp4
|
The video above does not appear incorrect to me. I assure you that I have attempted to reproduce this several times on short maps by playing them to completion (one example is https://osu.ppy.sh/beatmapsets/398977#osu/872885) and I have not managed to yet produce one instance wherein the score would have standardised score when classic mode is active. |
In that video, if classic score display applied, score should absolutely above than 2000 after that amount of objects hit according to my experience. Therefore, the only reason that low score displayed is standardized score displayed. |
Note that "classic scoring" is not, and never was, Score V1. It was only supposed to be a crude approximation of it, ultimately based on standardised score, the goal of which was to have a similar scaling progression and magnitude of total score as Score V1 did. |
Sure. But it seems HUD displayed value is different from |
If the HUD was wrong due to being in the wrong scoring mode, then I'd expect the results screen to show a different figure than the HUD does at the end of gameplay. I have not been able to reproduce that yet either. Given that you seem to make various assertions about the code, then maybe you could try debugging it yourself, because I really see nothing wrong here. |
I don't understand what I'm looking at there sorry. What is "total standardised score"? What is "display score"? |
"Total standarised score" stands for real score which is standardised, and "display score" is the converted "classic" score which used by score indicator etc. Let's take a look at first line for example, you can see standarised score is 25906, which even larger than the score 23441 displayed on screen. This makes me wrongly think standarised score is displayed. |
Can you just post the code you used to produce the output above please. |
I added an action breakpoint prints message above at |
"Classic" scoring is not a linear rescale of standardised. It starting with a lower value is expected. Once a certain performance threshold is crossed, the total score should increase above 1 million, however. #23763 may be relevant here, though. |
Yes, that is my problem facing. |
Type
Game behaviour
Bug description
Reproduce steps:
If you switch score display mode to "Standardised" and back now, the scores will display correctly again.
Screenshots or videos
Version
2023.605.0
Logs
runtime.log might be useful.
The text was updated successfully, but these errors were encountered: