ppy / osu-difficulty-calculator

Processes raw beatmaps and saves difficulty attributes to a database backend
MIT License
68 stars 17 forks source link

Output MaxCombo difficulty attribute for osu!mania #211

Closed smoogipoo closed 2 years ago

smoogipoo commented 2 years ago

This is a backport of https://github.com/ppy/osu/pull/18532

Needs to be compiled with https://github.com/ppy/osu/pull/18533

peppy commented 2 years ago

I've brought dependencies up-to-date in line with requirements. Please double-check all looks okay (with a fine comb).

smoogipoo commented 2 years ago

Let me reiterate so it's not forgotten: you must compile this PR with a local osu checkout with the referenced PR (https://github.com/ppy/osu/pull/18533). The master branch cannot be used.