1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-09 17:44:46 +09:00
osu-tools/PerformanceCalculatorGUI
2022-07-21 09:03:54 +03:00
..
Components Better beatmap name 2022-07-21 04:59:52 +03:00
Configuration Make beatmap cache path configurable 2022-04-20 20:15:19 +03:00
Properties Add hot reload support 2022-04-20 20:15:01 +03:00
Screens Stop calculating on rate limiting 2022-07-21 04:53:52 +03:00
APIManager.cs Use new score data format 2022-07-16 15:16:24 +03:00
AttributeConversion.cs Add performance attributes tooltip to profile scores 2022-04-20 20:15:17 +03:00
ExtendedDifficultyCalculator.cs Use difficulty hit objects from difficulty calculator, properly create playfield adjustment 2022-04-20 20:15:19 +03:00
HotReloadCallbackReceiver.cs Add hot reload support 2022-04-20 20:15:01 +03:00
PerformanceCalculatorGame.cs Add error notifications 2022-04-23 03:01:28 +03:00
PerformanceCalculatorGUI.csproj Revert incorrect project references 2022-07-21 08:47:30 +03:00
PerformanceCalculatorSceneManager.cs Icon toolbar buttons 2022-07-21 03:34:48 +03:00
ProcessorScoreDecoder.cs LegacyHelper -> RulesetHelper 2022-04-20 20:15:05 +03:00
ProcessorWorkingBeatmap.cs Remove beatmaps that didnt download 2022-07-21 09:03:54 +03:00
Program.cs Move out API request handling 2022-04-20 20:15:01 +03:00
README.md Readme update 2022-07-21 03:45:32 +03:00
RulesetHelper.cs Add accuracy/misses to mania 2022-06-12 18:27:40 +03:00

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