How To Play on Linux: Difference between revisions

From MuhRO
Jump to navigation Jump to search
Dgray66 (talk | contribs)
Added section Creating an Application Menu Entry
Kimikz (talk | contribs)
 
(22 intermediate revisions by 3 users not shown)
Line 3: Line 3:
===Requirements===
===Requirements===
[https://www.winehq.org/ Wine]<br>
[https://www.winehq.org/ Wine]<br>
webkit2gtk4.0<br>
webkit2gtk4.0
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]<br>
[https://lutris.net/ Lutris] (optional)


== Pre-Requisite Installations ==
== Pre-Requisite Installations ==


==== Wine ====
==== Wine ====
Download Wine by going to [https://wiki.winehq.org/Download this link] and choosing your Linux distribution from the list of binary packages. Follow the instructions for your specific Linux distribution to install.
Fedora/RHEL: <code>sudo dnf install wine</code><br>
Arch Linux: <code>sudo pacman -S wine</code><br>
Debian/Ubuntu/Pop_OS/Mint: <code>sudo apt install wine</code><br>
 
If your distribution has a outdated Wine version Download Wine by going to [https://wiki.winehq.org/Download this link] and follow the instructions for your specific Linux distribution to install.
 


==== Webkit2gtk4.0 ====
==== 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.
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependency is not installed.<br />
Fedora: <code>dnf install webkit2gtk4.0</code>
Fedora/RHEL: <code>sudo dnf install webkit2gtk3-devel</code><br />
 
Arch Linux : <code>sudo pacman -S webkit2gtk webkit2gtk-4.1</code><br />
==== Lutris (optional) ====
Lutris is not needed to run MuhRO but can be used if preferred. Download Lutris by selecting your distribution or the flatpak at [https://lutris.net/downloads this link].


== Installing MuhRO ==
== Installing MuhRO ==
If you haven't already, [https://muhro.eu/?module=account&action=create create a master account] and confirm your email address.  
If you haven't already, [https://muhro.eu/?module=account&action=create 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 [https://muhro.eu/?module=other&action=downloads download] MuhRO by clicking Main Menu > Downloads.
Once you have a master account, and verified through discord, you can download MuhRO by entering <code>/download</code> (typed, not pasted) in any discord channel.


[[File:Downloads_Navigation.png|204x204px]]
[[File:Download-command.png|394x394px]]




Line 31: Line 32:
Extract the zip file to the location you would like to store the game on your computer.
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).
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.'''


[[File:Muh Patcher.png|598x598px]]
[[File:Muh Patcher.png|598x598px]]
Line 46: Line 49:
Enter your Master Account Login and select your character account to begin playing.
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.<blockquote>[Desktop Entry]


Comment[en_US]=MuhRo
== Creating an Application Desktop/Menu Entry ==
Create a new text file named MuhRO.desktop in <code>~/.local/share/applications</code>.
 
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 (ideally a location without spaces in the folder).
<code style="display: block; white-space: pre">[Desktop Entry]
Comment=MuhRO
Exec=env WINEDEBUG=-all /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
</code>
 
 
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.
 
<code>chmod +x ~/.local/share/applications/MuhRO.desktop</code>
 
You may have to log out and back in to see the start menu entry.
 
== Known Problems ==
====Bad performance====
Using dxvk can often give significant performance benefits. To use it, follow these steps:


Comment=MuhRo
* Start the patcher
* On the left side, click on "Addons"
* Find "Renderer" and set it to "dxvk"
* Done! You can now launch the game


Exec=''PATH TO FOLDER CONTAINING GAME FILES''/Muh_Patcher
[[File:Patcher-addons-dxvk.png|frameless]]


GenericName[en_US]=
====Performance on hybrid graphics====
When running hybrid graphics (e.g. onboard graphics + dedicated nvidia GPU), the following environment variables may help when launching the game:


GenericName=
<code>__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./Muh_Patcher</code>


Icon=''PATH TO FOLDER CONTAINING GAME FILES''/muhro.ico
====Unacceptable TLS certificate====
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) <br>
Solution: so far changing distro


MimeType=


Name[en_US]=MuhRo
== <strong>(!Not recommended anymore!)</strong> <del>Using Proton</del> ==


Name=MuhRo
'''Note: Since client update from 13th August 2026, proton is <strong>not</strong> necessary anymore to run the client (and might get in the way of using the MuhUI feature of this server).<br />Regular wine versions (including up-to-date ones) should work just fine.'''


Path=''PATH TO FOLDER CONTAINING GAME FILES''
You can use Proton setting the patcher with an environment variable<br>
Create a file named proton-wrapper.sh inside muhro folder with this content:


StartupNotify=true
<pre>#!/bin/bash
PROTON_DIR="$HOME/.steam/steam/steamapps/common/Proton 10.0"
APPID="muhro"
STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/$APPID"
STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam"
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID
 
export PROTON_DIR
export APPID
export STEAM_COMPAT_DATA_PATH
export STEAM_COMPAT_CLIENT_INSTALL_PATH
export SteamAppId="$APPID"
 
"$PROTON_DIR/proton" run "$@"</pre>


Terminal=false
Open a terminal in muhro folder:


TerminalOptions=
Make the file executable with <code>chmod +x proton-wrapper.sh</code>


Type=Application
Execute the patcher with <code>env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher</code>


X-KDE-SubstituteUID=false
'''If you have created a menu-entry''' ([[How To Play on Linux#Creating an Application Desktop/Menu Entry]]), the following entry


X-KDE-Username=</blockquote>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.
<code>Exec=PATH TO FOLDER CONTAINING GAME FILES/Muh_Patcher</code>


<code>chmod +x PATH_TO_MUHRO.DESKTOP</code>
should be replaced with


Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.
<code>Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher</code>


You may have to log out and back in to see the start menu entry.
=== Removing proton-usage ===


==Running under Lutris==
Remove the <code>RPATCHUR_WINE</code> environment variable from your desktop-file, or don't use it anymore when manually launching the patcher.
Alternatively, instead of running it through Wine, you may also run the Muh.exe file, through Lutris. This is to run more specific versions of Wine such as Wine-GE.<br/>
To do so you must install Lutris, then choose the option ''add a locally installed game'', pass the '''Muh.exe''' file as the executable; use Wine as the runner then pass the following arguments:<br/> '''-1rag1 -t:password username server''' under the game options. This username/password is the same as your game account username/password.  


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.  
Optionally, the proton-wrapper.sh may be deleted, but in any case it will not be invoked anymore if the environment variable is removed or renamed.
===Known Problems===
====Unacceptable TLS certificate====
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) <br>
Solution: so far changing distro

Latest revision as of 22:14, 14 August 2026

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

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 dependency and must install it manually. The patcher will not launch if this dependency 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, and verified through discord, you can download MuhRO by entering /download (typed, not pasted) in any discord channel.


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 Desktop/Menu Entry

Create a new text file named MuhRO.desktop in ~/.local/share/applications.

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 (ideally a location without spaces in the folder). [Desktop Entry] Comment=MuhRO Exec=env WINEDEBUG=-all /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 ~/.local/share/applications/MuhRO.desktop

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

Known Problems

Bad performance

Using dxvk can often give significant performance benefits. To use it, follow these steps:

  • Start the patcher
  • On the left side, click on "Addons"
  • Find "Renderer" and set it to "dxvk"
  • Done! You can now launch the game

Performance on hybrid graphics

When running hybrid graphics (e.g. onboard graphics + dedicated nvidia GPU), the following environment variables may help when launching the game:

__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./Muh_Patcher

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


(!Not recommended anymore!) Using Proton

Note: Since client update from 13th August 2026, proton is not necessary anymore to run the client (and might get in the way of using the MuhUI feature of this server).
Regular wine versions (including up-to-date ones) should work just fine.

You can use Proton setting the patcher with an environment variable
Create a file named proton-wrapper.sh inside muhro folder with this content:

#!/bin/bash
PROTON_DIR="$HOME/.steam/steam/steamapps/common/Proton 10.0"
APPID="muhro"
STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/$APPID"
STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam"
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID

export PROTON_DIR
export APPID
export STEAM_COMPAT_DATA_PATH
export STEAM_COMPAT_CLIENT_INSTALL_PATH
export SteamAppId="$APPID"

"$PROTON_DIR/proton" run "$@"

Open a terminal in muhro folder:

Make the file executable with chmod +x proton-wrapper.sh

Execute the patcher with env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher

If you have created a menu-entry (How To Play on Linux#Creating an Application Desktop/Menu Entry), the following entry

Exec=PATH TO FOLDER CONTAINING GAME FILES/Muh_Patcher

should be replaced with

Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher

Removing proton-usage

Remove the RPATCHUR_WINE environment variable from your desktop-file, or don't use it anymore when manually launching the patcher.

Optionally, the proton-wrapper.sh may be deleted, but in any case it will not be invoked anymore if the environment variable is removed or renamed.