Skip to content

chocolateimage/rd-multiwindow-linux

Repository files navigation

Rhythm Doctor Multi Window Plugin for Linux

Screenshot of a Rhythm Doctor window moving

Demonstration Videos:

Other tools: Logo QRhythmCafe - Download Rhythm Doctor levels

Instructions

Important

⚠️ Only KDE Plasma 6.5+ (KWin) and Hyprland are supported. You can try to use it on other desktop environments/window managers, but it may break.

You can either choose from these versions:

Native Linux

The native Linux version works with BepInEx 5. BepInEx is a mod loader for games. If you do not want to use BepInEx, use the Proton version.

  1. You'll need BepInEx 5 installed. If you do not have it, follow the install guide, then also follow the Steam guide.

  2. Download the latest release ZIP and extract it to the root of the game. libQt6#######.so.6 files should be in the same folder as UnityPlayer.so and run_bepinex.sh.

  3. In the Steam compatibility settings, do not force the runtime.

  4. Open the game, go to the settings and select the window dance option in the accessibility tab. Have fun!

If you found this plugin useful or cool, consider starring the GitHub repo!


Proton

This is the version when you have "Proton Experimental" selected in the compatibility list. The game would not run on Proton, but only through regular Wine which will be explained later.

To build, you need these packages:

# Debian/Ubuntu based (if on Wine Staging, replace "libwine-dev" with wine-staging-dev)
sudo apt install libwine-dev pkg-config qt6-base-dev libxcb1-dev git

# Arch
sudo pacman -S --needed wine-staging pkgconf qt6-base libxcb git

Clone this project:

git clone https://github.com/chocolateimage/rd-multiwindow-linux.git
cd rd-multiwindow-linux

Note

Note that you can no longer play the game from Steam itself after installing, you need to run the command below to run the game. To revert the change, go to the properties window, select the "Installed Files" tab, then click on "Verify Integrity of game files".

To patch the game:

./build.sh "/path/to/steamapps/common/Rhythm Doctor"

# OR this if you want Wayland support (only KWin is supported, else it falls back to X11). This allows real offscreen windows.

./build.sh "/path/to/steamapps/common/Rhythm Doctor" --wayland

Steam's Proton doesn't work (at least not for me), so you have to manually run Wine, and in some cases in a different Wine Prefix to fix graphical issues:

cd "/path/to/steamapps/common/Rhythm Doctor"
WINEPREFIX="$HOME/.winerd" wine "Rhythm Doctor.exe"

If you found this plugin useful or cool, consider starring the GitHub repo!

Issue Reporting

Before reporting an issue, follow these troubleshooting steps:

  • Pull and rebuild the latest changes (git pull and ./build.sh ...)
  • Try the latest Wine Staging release. If using a non-rolling distro, use one from WineHQ.

Put the distro you are using and desktop environment in your issue report.

Make sure to launch the game in the terminal. Provide the logs (not Player.log, but you can provide that too if you want) in a new GitHub issue.

If using the Wayland version, make sure to open journalctl -ef before launching the game, then provide the logs from there too.