ppy / osu-tools

command line tools to get stuff done
MIT License
105 stars 78 forks source link

Add option to input large tick misses to simulate screen #219

Closed minisbett closed 1 month ago

minisbett commented 1 month ago

Adds a text field for specifying the HitResult.LargeTickMiss statistic of the ScoreInfo simulated on the simulation screen. This hit result is currently not considered in PP calculations but will be soon via ppy/osu#27691.

image

smoogipoo commented 1 month ago

This should probably detect what judgements are generally valid for rulesets and accept arbitrary inputs, but let's start with this because there's not really good support for that right now... We have a very primitive GetValidHitResults but that's not even covering the ComboBreak result for mania so it's very imperfect.