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

Hitoffsets in score data #111

Open
abraker95 opened this issue Feb 22, 2020 · 0 comments
Open

Hitoffsets in score data #111

abraker95 opened this issue Feb 22, 2020 · 0 comments

Comments

@abraker95
Copy link

currently score data contains

maxCombo
num300
num100
num50
numMiss
numGeki
numKatu

Which is pretty limited info to deal with, and forces us to assume that the player breaks combo at whatever the calculated hardest parts of the map are. Having information relating to how accurately the player hit each note would allow to properly calculate performance of a play.

Hitoffsets is also valuable data I believe is needed for pp development. It's currently only available in replays, which are too expensive to access and are only available in top 500 scores. With score data containing an array of hitoffsets, it would finally be possible to analyze the actual difficulty of each note across a wide spectrum of players and maps.

I imagine you would only need an array of signed 16 bit values for this (32,768 is plenty enough for hit offset).

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

1 participant