Create a shortcut of your osu!.exe:
Right click on the newly created shortcut and choose “Properties”
Add a space and -devserver ripple.moe
at the very end of the “Target” field
Open the “Ripple” shortcut and enter your credentials to log in to Ripple
A video tutorial on how to do this is linked here
-devserver ripple.moe
at the end of the “target” fieldOpen the script you use to launch osu
Add "$@"
after osu!.exe
if it’s not already present. So if it looks like this:
wine osu\!.exe
It will become
wine osu\!.exe "$@"
Then, add -devserver ripple.moe
when you launch the script. So if you launch osu! with:
./osu.sh
You can launch ripple with
./osu.sh -devserver ripple.moe
If you only play on ripple, you can also replace "$@"
with -devserver ripple.moe
so you don’t have to type the server address each time
You can simply launch the appropriate shortcut to launch either osu! or ripple.
Please note that, for security reasons, the client will log you out each time you switch servers.
You can check out out Legacy connection guide to use the server switched and https certificate to connect, however this method will be discontinued soon.
Also remember to check out our FAQ