rs just means Rust
Instead of launching Osu! with its native executable, launch Osu! with this executable and have a handful of useful tools auto-load alongside your Osu! client.
Using a simple JSON config that is auto-generated, you can specify various useful Osu! related tools to launch with Osu! like:
Application | Description |
---|---|
Osu! | Need I say more? |
Rewind | Rewind is a great tool to watch for new replays. It needs to be open with Osu! to detect new replays so you can see why you missed that pesky jump or tricky pattern. |
Danser | Using your own Danser config, render mp4 videos on replay create. Osu Launcher Rs will watch your replays folder for any new replays and auto-render an mp4 video locally using Danser for you to share online. Gone are the days of having to navigate to your replays directory, to load into the Danser GUI, or even worse, manually record your Osu! client. 🤢 Make sure to hold the R key while you save your replay for this render process to kick in! It won't by default. |
Open Tablet Driver daemon | Open Tablet Driver does not load when your machine boots, unless you go out of your way to configure it to do that. This launcher can auto-boot your Open Tablet Driver daemon. |
FunOrange Osu! Trainer | Need to generate various difficulties of maps to help you train and get better at Osu!? FunOrange Osu! Trainer needs to be open with Osu to inspect the songs you have selected, of course, this launcher will do that for you! |
Really Osu Launcher Rs is just a lightweight executable that opens more executables for you!
Note: Windows is only supported
When you run the launcher for the first time a new JSON file will be created next to the executable. This JSON file contains common configuration options.
Short explanation of the options:
path
: The path to the area where the files for the application live.executable_name
: The name of the executable to launch.
If you pass an arbitrary executable, the launcher will run it passing in options specific to that program! So be careful.download
: For some applications you can auto-download them. Set this tofalse
if you do not want to auto-download the application or set it totrue
if you do want to auto-download the application.
When an application is downloaded, it will use thepath
option to extract the download to. Should the application already exist in thepath
directory, it will not be downloaded again.
The applications are fetched directly from the official sources linked in the table above and are also included in the config.source
: The source of the application. This is used to download the application.
Make sure to backup any configs you have for the application before updating then delete the existing application folder for Osu! Launcher Rs to re-download.enabled
: Set this tofalse
if you do not want to launch the application or set it totrue
if you do want to launch the application.
By default all features are disabled (except for launching Osu!). You will need to enable them one-by-one in the config to your liking.
- Install Rust
- Clone this repo
- run
cargo build --release
- Navigate to your
target/release
directory for the executable.
I will setup a pipeline to auto-build and publish binaries for download in the future.
- GUI. A GUI would be cool to change the config. But I will look into this last as I would like all the core features to be implemented first.