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

Infinity pp for Ranked Map #51

Open
instr3 opened this issue May 3, 2019 · 1 comment
Open

Infinity pp for Ranked Map #51

instr3 opened this issue May 3, 2019 · 1 comment

Comments

@instr3
Copy link

instr3 commented May 3, 2019

The map is https://osu.ppy.sh/beatmapsets/91353#osu/285777 (easy)
Reference star difficulty: 1.34
Oppai's output:

Baek Ji-young - After a Long Time (氚膘鞓?- 頃滌案 歆€雮橃劀) [scanter's Easy] mapped by Sonnyc

AR3 OD2 CS3 HP2
300 hitwindow: 68 ms
18 circles, 27 sliders, 2 spinners
1.25799e+14 stars (8.38656e+13 aim, 1.64094e+09 speed)

speed strain:                                              ^
  aim strain:                                              ^

100/100x 100%
inf pp (inf aim, 1.69152e+28 speed, 1.96 acc)

Also thanks to @jxpxxzj

@Syriiin
Copy link

Syriiin commented Jun 29, 2020

this is caused by the beatmap file not following the correct format.

at the end of the [HitObjects] section there are 2 sliders that are out of order

image

fixing the beatmap file fixes the problem

image

presumably this happens because oppai doesn't sort the hitobjects (since they are supposed to already be sorted) and falls into some sort of miscalculation when calculating strains (maybe?)

whatever the reason, this can be fixed by simply sorting the objects after parsing them

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

No branches or pull requests

2 participants