Skip to content

Commit

Permalink
Merge pull request #240 from NathanRazaf/master
Browse files Browse the repository at this point in the history
Add documentation for passing large tick misses and slider tail misses arguments to osuSimulateCommand
  • Loading branch information
stanriders authored Dec 12, 2024
2 parents 004f24c + 11a1b80 commit ddde137
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions PerformanceCalculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,21 @@ Computes the performance (pp) of a simulated osu! play.
Usage: dotnet PerformanceCalculator.dll simulate osu <beatmap> [options]
Arguments:
beatmap Required. Can be either a path to beatmap file (.osu) or beatmap ID.
beatmap Required. Can be either a path to beatmap file (.osu) or beatmap ID.
Options:
-?|-h|--help Show help information.
-a|--accuracy <accuracy> Accuracy. Enter as decimal 0-100. Defaults to 100. Scales hit results as well and is rounded to the nearest possible value for the beatmap.
-c|--combo <combo> Maximum combo during play. Defaults to beatmap maximum.
-C|--percent-combo <combo> Percentage of beatmap maximum combo achieved. Alternative to combo option. Enter as decimal 0-100.
-m|--mod <mod> One for each mod. The mods to compute the performance with. Values: hr, dt, hd, fl, ez, etc...
-X|--misses <misses> Number of misses. Defaults to 0.
-M|--mehs <mehs> Number of mehs. Will override accuracy if used. Otherwise is automatically calculated.
-G|--goods <goods> Number of goods. Will override accuracy if used. Otherwise is automatically calculated.
-j|--json Output results as JSON.
-o|--output <file.txt> Output results to text file.
-?|-h|--help Show help information.
-a|--accuracy <accuracy> Accuracy. Enter as decimal 0-100. Defaults to 100. Scales hit results as well and is rounded to the nearest possible value for the beatmap.
-c|--combo <combo> Maximum combo during play. Defaults to beatmap maximum.
-C|--percent-combo <combo> Percentage of beatmap maximum combo achieved. Alternative to combo option. Enter as decimal 0-100.
-m|--mod <mod> One for each mod. The mods to compute the performance with. Values: hr, dt, hd, fl, ez, etc...
-L|--large-tick-misses <misses>" Number of large tick misses. Defaults to 0.
-S|--slider-tail-misses <misses>" Number of slider tail misses. Defaults to 0.
-X|--misses <misses> Number of misses. Defaults to 0.
-M|--mehs <mehs> Number of mehs. Will override accuracy if used. Otherwise is automatically calculated.
-G|--goods <goods> Number of goods. Will override accuracy if used. Otherwise is automatically calculated.
-j|--json Output results as JSON.
-o|--output <file.txt> Output results to text file.
```

#### osu!taiko
Expand Down

0 comments on commit ddde137

Please sign in to comment.