1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-07 23:07:01 +09:00
No description
Find a file
2022-08-02 15:58:40 +09:00
.config Add GitHub CI workflow 2022-07-19 19:46:20 +09:00
.github Add GitHub CI workflow 2022-07-19 19:46:20 +09:00
.idea/.idea.osu.Tools/.idea Add missing idea metadata file 2021-08-02 03:18:52 +09:00
.vscode Change launch.json paths to net5.0 2021-11-12 02:34:28 +01:00
PerformanceCalculator Revert change (incorrect osu!-side implementation) 2022-07-19 19:49:00 +09:00
PerformanceCalculatorGUI Update PerfCalcGUI packages 2022-08-01 13:28:30 +03:00
.editorconfig Update osu! submodule 2020-02-17 18:06:17 +09:00
.gitattributes Repo structure 2018-05-11 20:54:43 +09:00
.gitignore Ignore cache directory 2021-08-03 14:11:47 +09:00
LICENCE Update licence header 2019-01-24 18:48:24 +09:00
osu-tools.licenseheader Update licence header 2019-01-24 18:48:24 +09:00
osu.Tools.props Update language version + copyright 2020-03-07 00:33:46 +09:00
osu.Tools.sln Use nuget, add project to the sln 2022-04-20 20:14:56 +03:00
osu.Tools.sln.DotSettings Fix some CI inspections 2022-07-19 19:44:48 +09:00
README.md Readme update 2022-07-21 03:45:32 +03:00
UseLocalOsu.ps1 Simplifications/improvements for base GUI code 2022-04-20 20:15:05 +03:00
UseLocalOsu.sh Use correct shell for local osu script 2022-08-02 15:58:40 +09:00

osu!tools Build status CodeFactor dev chat

Tools for osu!.

Requirements

Getting Started

I just want to run it

  • Clone the repository (git clone https://github.com/ppy/osu-tools)
  • Navigate to each tool's directory and follow the instructions listed in the tool's README.
    • PerformanceCalculator - A tool for calculating the difficulty of beatmaps and the performance of replays.
    • PerformanceCalculatorGUI - A GUI tool for calculating the difficulty of beatmaps, changes in profile scores and leaderboards.

I want to make changes

Most relevant code is in the main ppy/osu repository. To make any meaningful changes you will likely need to edit that as well.

  • Clone all relevant repos into the same directory (git clone https://github.com/ppy/osu-tools; git clone https://github.com/ppy/osu)
  • Run the ./UseLocalOsu.ps1 powershell script (or ./UseLocalOsu.sh) to use your local copy of ppy/osu

Contributing

Contributions can be made via pull requests to this repository. We hope to credit and reward larger contributions via a bounty system. If you're unsure of what you can help with, check out the list of open issues.

Note that while we already have certain standards in place, nothing is set in stone. If you have an issue with the way code is structured; with any libraries we are using; with any processes involved with contributing, please bring it up. I welcome all feedback so we can make contributing to this project as pain-free as possible.

Licence

The osu! client code, framework, and tools are licensed under the MIT licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

Please note that this does not cover the usage of the "osu!" or "ppy" branding in any software, resources, advertising or promotion, as this is protected by trademark law.

Please also note that game resources are covered by a separate licence. Please see the ppy/osu-resources repository for clarifications.