How To Play on Linux

From MuhRO
Revision as of 17:13, 21 April 2024 by Paulo1039 (talk | contribs)
Jump to navigation Jump to search

This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.

Requirements

Wine
webkit2gtk4.0
Linux Patcher: Muh Patcher Linux
winetricks(optional)

Pre-Requisite Installations

Wine

Fedora/RHEL: sudo dnf install wine
Arch Linux: sudo pacman -S wine
Debian/Ubuntu/Pop_OS/Mint: sudo apt install wine

If your distribution has a outdated Wine version Download Wine by going to this link and follow the instructions for your specific Linux distribution to install.

Webkit2gtk4.0

Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.

Fedora/RHEL: sudo dnf install webkit2gtk3-devel
Arch Linux : sudo pacman -S webkit2gtk webkit2gtk-4.1

Installing MuhRO

If you haven't already, create a master account and confirm your email address.

Once you have a master account, you have confirmed your email address and logged in, you can download MuhRO by clicking Main Menu > Downloads.


Download the Full Client using the mirror of your choice.

Extract the zip file to the location you would like to store the game on your computer.

Navigate to the folder you extracted and double click on Muh_Patcher. (You may have to go to files properties and mark it as executable in the permissions tab before it will launch).


The first time that you launch it you will need to click Game Setup on the left hand menu.

Configure your settings in the Game Setup menu. Click Apply, then click OK.

Enter your Master Account Login and select your character account to begin playing.

Creating an Application Menu Entry (Optional)

Create a new text file named MuhRo.desktop in /home/USERNAME/.local/share/applications (replace USERNAME with your local username).

Enter the following into the text file and save it. Make sure to replace PATH TO FOLDER CONTAINING GAME FILES with the path to the folder containing your game files.

[Desktop Entry]

Comment=MuhRo

Exec=PATH TO FOLDER CONTAINING GAME FILES/Muh_Patcher

Icon=PATH TO FOLDER CONTAINING GAME FILES/muhro.ico

Name=MuhRo

Path=PATH TO FOLDER CONTAINING GAME FILES

StartupNotify=true

Terminal=false

Type=Application

Make the file executable by either opening the files properties and marking it as executable in the permissions tab or run the following in terminal.

chmod +x PATH_TO_MUHRO.DESKTOP

Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.

You may have to log out and back in to see the start menu entry.

If you run the executable in this way, you must run the native Muh_Patcher, before you start it, otherwise you may run into issues, due to an outdated client.

Winetricks

Winetricks is useful if you want DXVK (run the game with vulkan)

Install winetricks

Fedora/RHEL: sudo dnf install winetricks

Arch Linux: sudo pacman -S winetricks

Debian/Ubuntu/Pop_OS/Mint: sudo apt install winetricks

Installing DXVK :

Open terminal and WINEPREFIX=/<path to wineprefix>/ winetricks dxvk

Known Problems

Unacceptable TLS certificate

This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon)
Solution: so far changing distro