A tool to quickly generate practice difficulties for osu!.
- StreamCompanion (tested on v 190618.17)
This tool uses data from StreamCompanion to locate .osu files and place generated files.
- Install any missing requirements.
- Add the following pattern to "Output patterns" in StreamCompanion's settings and hit "Save":
- File/Command name:
file - Save Event:
All - Formatting:
!OsuFileLocation! - Also check the
Enable TCP output of patternsbox at the bottom.
- File/Command name:
To start the application:
- Start osu!.
- Start StreamCompanion.
- Start osu-practice-tool.
- Change the current map in osu!.
See the wiki for usage details.
Note: This tool has only been tested on the version numbers listed. It may or may not work on other versions.
- npm (6.9.2)
- Follow regular setup steps.
- Run
npm installto install dependencies.
- Run
npm startto start the application. - Run
npm buildto build the package for your platform.