osu-tools
osu-tools copied to clipboard
command line tools to get stuff done
As it shown in the below picture, but I can't make it look good. Can anyone help me? ^_^ 
It used to just spam 50s until it reach target accuracy Now it's actually trying to fit it in realistic way
so that osu-web can render the icons without maintaining its own images etc. not useful without https://github.com/ppy/osu/pull/22175 and support on osu-web (haven't finished this yet, going to see how the...
Since osu!mania now uses accuracy -> pp system instead of score -> pp, mania score simulation needs to be updated in both osu-tools and osu-tools GUI. However, i heard that...
Commands such as `dotnet run -- simulate osu 165967 -m BL` don't work correctly at the moment, since mods are trimmed by `LegacyHelper`. I'm getting around this locally at the...
Fixes hidden not counted as relevant mods when using simulate command without the `-nc` parameter Before:  After: 
Known issues: - Taiko selected objects are appearing as "deselected" when scrolling back earlier than half of the playfield - Taiko selected objects are appearing as "deselected" after time it...
Makes previous hitobject slightly transparent to show that its expired and adds proper fade out animations instead of abruptly deleting the object 
Now Profile page will have a switch that can change mode of calculation to local. Local mode has additional setting menu. As local mode doesn't have deltas - `ExtendedProfileScore` was...
- Fixes total hits calculation for mania scores with CL mod (hold notes should only count as a single hit in stable) - Implements GetAccuracy for mania simulate command (both...