1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00
osu-tools/PerformanceCalculatorGUI/README.md
2022-07-21 03:45:32 +03:00

593 B

Performance Calculator GUI

A GUI tool for calculating the difficulty of beatmaps, changes in profile scores and leaderboards.

Tweaking

Difficulty and performance calculators for all rulesets may be modified to tweak the output of the calculator. These exist in the following directories:

../osu/osu.Game.Rulesets.Osu/Difficulty
../osu/osu.Game.Rulesets.Taiko/Difficulty
../osu/osu.Game.Rulesets.Catch/Difficulty
../osu/osu.Game.Rulesets.Mania/Difficulty

If you run the tool using dotnet watch the calculations will update in realtime where possible.

Usage

dotnet run