Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 615 Bytes

File metadata and controls

26 lines (17 loc) · 615 Bytes

Performance Calculator

A tool for calculating the difficulty of beatmaps and the performance of replays.

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

Usage

Help

Run

> dotnet run -- --help

to see the list of available commands, and to see how to get more information about any particular command.