<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.muhro.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Paulo1039</id>
	<title>MuhRO - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.muhro.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Paulo1039"/>
	<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/Special:Contributions/Paulo1039"/>
	<updated>2026-04-08T15:52:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.4</generator>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54862</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54862"/>
		<updated>2025-12-08T23:21:09Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use [https://www.winehq.org/ Wine] or Proton&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam&amp;lt;br&amp;gt;&lt;br /&gt;
Follow the instructions on [[How To Play on Linux#Using Proton]]&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher with an environment variable&amp;lt;br&amp;gt;&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow instructions: [[How To Play on Linux#Creating an Application Desktop/Menu Entry]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;If using proton replace&#039;&#039;&#039;&amp;lt;/big&amp;gt; &amp;lt;code&amp;gt;exec=&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54861</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54861"/>
		<updated>2025-12-08T22:36:32Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use [https://www.winehq.org/ Wine] or Proton&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam&amp;lt;br&amp;gt;&lt;br /&gt;
Follow the instructions on [[How To Play on Linux#Using Proton]]&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher with an environment variable&amp;lt;br&amp;gt;&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow instructions: [[How To Play on Linux#Creating an Application Desktop/Menu Entry]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;If using proton replace&#039;&#039;&#039;&amp;lt;/big&amp;gt; &amp;lt;code&amp;gt;exec=&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54860</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54860"/>
		<updated>2025-12-08T22:21:43Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use [https://www.winehq.org/ Wine] or Proton&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam&amp;lt;br&amp;gt;&lt;br /&gt;
Follow the instructions on [[How To Play on Linux#Using Proton]]&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher with an environment variable&amp;lt;br&amp;gt;&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow instructions: [[How To Play on Linux#Creating an Application Desktop/Menu Entry]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;If using proton replace&#039;&#039;&#039;&amp;lt;/big&amp;gt; &amp;lt;code&amp;gt;exec=&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54859</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54859"/>
		<updated>2025-12-08T22:16:04Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use [https://www.winehq.org/ Wine] or Proton&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam&amp;lt;br&amp;gt;&lt;br /&gt;
Follow the instructions on [[How To Play on Linux#Using Proton]]&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher with an environment variable&amp;lt;br&amp;gt;&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow the instructions bellow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If using proton&#039;&#039;&#039; replace exec= line with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54858</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54858"/>
		<updated>2025-12-08T22:14:49Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use [https://www.winehq.org/ Wine] or Proton&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam&amp;lt;br&amp;gt;&lt;br /&gt;
Follow the instructions on [[How To Play on Linux#Using Proton]]&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependency and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher to use a environment variable&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow the instructions bellow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If using proton&#039;&#039;&#039; replace exec= line with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54857</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=54857"/>
		<updated>2025-12-08T21:43:21Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
You can use Wine or Proton&lt;br /&gt;
[https://www.winehq.org/ Wine]&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Proton ====&lt;br /&gt;
Install Proton 10 on steam.&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, and verified through discord, you can download MuhRO by entering &amp;lt;code&amp;gt;/download&amp;lt;/code&amp;gt; (typed, not pasted) in any discord channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Download-command.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Using Proton ==&lt;br /&gt;
You can use Proton setting the patcher to use a environment variable&lt;br /&gt;
Create a file named proton-wrapper.sh inside muhro folder with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&amp;lt;/code&amp;gt;&lt;br /&gt;
PROTON_DIR=&amp;quot;$HOME/.steam/steam/steamapps/common/Proton 10.0&amp;quot;&lt;br /&gt;
APPID=&amp;quot;muhro&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
STEAM_COMPAT_DATA_PATH=&amp;quot;$HOME/.steam/steam/steamapps/compatdata/$APPID&amp;quot;&lt;br /&gt;
STEAM_COMPAT_CLIENT_INSTALL_PATH=&amp;quot;$HOME/.steam/steam&amp;quot;&lt;br /&gt;
mkdir -p $HOME/.steam/steam/steamapps/compatdata/$APPID&lt;br /&gt;
&lt;br /&gt;
export PROTON_DIR&lt;br /&gt;
export APPID&lt;br /&gt;
export STEAM_COMPAT_DATA_PATH&lt;br /&gt;
export STEAM_COMPAT_CLIENT_INSTALL_PATH&lt;br /&gt;
export SteamAppId=&amp;quot;$APPID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$PROTON_DIR/proton&amp;quot; run &amp;quot;$@&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open a terminal in muhro folder:&lt;br /&gt;
&lt;br /&gt;
Make the file executable with &amp;lt;code&amp;gt;chmod +x proton-wrapper.sh&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Execute the patcher with &amp;lt;code&amp;gt;env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a Desktop Shortcut follow the instructions bellow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Desktop/Menu Entry ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If using proton&#039;&#039;&#039; replace exec= line with &amp;lt;code&amp;gt;Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
&#039;&#039;&#039;Disclaimer: not needed if running with proton.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;br /&gt;
&lt;br /&gt;
====Version `GLIBC_X.XX&#039; not found====&lt;br /&gt;
The distribution used may not come with the dependencies needed for the shipped linux patcher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Solution: Try the alternative patcher linked [https://discord.com/channels/822793286786875403/1129804674594254909/1347879182927134731 here]&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21311</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21311"/>
		<updated>2024-04-21T17:18:13Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: /* Winetricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
[https://www.winehq.org/ Wine]&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, you have confirmed your email address and logged in, you can [https://muhro.eu/?module=other&amp;amp;action=downloads download] MuhRO by clicking Main Menu &amp;gt; Downloads.&lt;br /&gt;
&lt;br /&gt;
[[File:Downloads_Navigation.png|204x204px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Menu Entry (Optional) ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install DXVK : ===&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21310</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21310"/>
		<updated>2024-04-21T17:13:42Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
[https://www.winehq.org/ Wine]&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, you have confirmed your email address and logged in, you can [https://muhro.eu/?module=other&amp;amp;action=downloads download] MuhRO by clicking Main Menu &amp;gt; Downloads.&lt;br /&gt;
&lt;br /&gt;
[[File:Downloads_Navigation.png|204x204px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Menu Entry (Optional) ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Winetricks ==&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
===Install winetricks===&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing DXVK :&lt;br /&gt;
&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21309</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21309"/>
		<updated>2024-04-21T17:09:11Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
[https://www.winehq.org/ Wine]&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, you have confirmed your email address and logged in, you can [https://muhro.eu/?module=other&amp;amp;action=downloads download] MuhRO by clicking Main Menu &amp;gt; Downloads.&lt;br /&gt;
&lt;br /&gt;
[[File:Downloads_Navigation.png|204x204px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Menu Entry (Optional) ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
===Winetricks===&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
Install winetricks:&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing DXVK :&lt;br /&gt;
&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
	<entry>
		<id>https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21308</id>
		<title>How To Play on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.muhro.eu/index.php?title=How_To_Play_on_Linux&amp;diff=21308"/>
		<updated>2024-04-21T17:08:07Z</updated>

		<summary type="html">&lt;p&gt;Paulo1039: Added more instructions and removed lutris section since it wasn&amp;#039;t working anymore.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is heavily work in progress! If you have additional Informations, feel free to add it or inform the Team about it.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
[https://www.winehq.org/ Wine]&amp;lt;br&amp;gt;&lt;br /&gt;
webkit2gtk4.0&amp;lt;br&amp;gt;&lt;br /&gt;
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]&amp;lt;br&amp;gt;&lt;br /&gt;
winetricks(optional)&lt;br /&gt;
&lt;br /&gt;
== Pre-Requisite Installations ==&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install wine&amp;lt;/code&amp;gt;&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S wine&amp;lt;/code&amp;gt;&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install wine&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==== Webkit2gtk4.0 ====&lt;br /&gt;
Some distributions do not include this dependancy and must install it manually. The patcher will not launch if this dependancy is not installed.&lt;br /&gt;
 Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install webkit2gtk3-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
 Arch Linux : &amp;lt;code&amp;gt;sudo pacman -S webkit2gtk webkit2gtk-4.1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing MuhRO ==&lt;br /&gt;
If you haven&#039;t already, [https://muhro.eu/?module=account&amp;amp;action=create create a master account] and confirm your email address. &lt;br /&gt;
&lt;br /&gt;
Once you have a master account, you have confirmed your email address and logged in, you can [https://muhro.eu/?module=other&amp;amp;action=downloads download] MuhRO by clicking Main Menu &amp;gt; Downloads.&lt;br /&gt;
&lt;br /&gt;
[[File:Downloads_Navigation.png|204x204px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the Full Client using the mirror of your choice.&lt;br /&gt;
&lt;br /&gt;
Extract the zip file to the location you would like to store the game on your computer.&lt;br /&gt;
&lt;br /&gt;
Navigate to the folder you extracted and double click on Muh_Patcher.  &#039;&#039;&#039;(&#039;&#039;&#039;You may have to go to files properties and mark it as executable in the permissions tab before it will launch).&lt;br /&gt;
&lt;br /&gt;
[[File:Muh Patcher.png|598x598px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first time that you launch it you will need to click Game Setup on the left hand menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Option.png|545x545px]]&lt;br /&gt;
&lt;br /&gt;
Configure your settings in the Game Setup menu. Click Apply, then click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Game Setup Menu.png|394x394px]]&lt;br /&gt;
&lt;br /&gt;
Enter your Master Account Login and select your character account to begin playing.&lt;br /&gt;
&lt;br /&gt;
== Creating an Application Menu Entry (Optional) ==&lt;br /&gt;
Create a new text file named MuhRo.desktop in /home/&#039;&#039;USERNAME&#039;&#039;/.local/share/applications (replace &#039;&#039;USERNAME&#039;&#039; with your local username).&lt;br /&gt;
&lt;br /&gt;
Enter the following into the text file and save it. Make sure to replace &#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039; with the path to the folder containing your game files.&amp;lt;blockquote&amp;gt;[Desktop Entry]&lt;br /&gt;
&lt;br /&gt;
Comment=MuhRo&lt;br /&gt;
&lt;br /&gt;
Exec=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/Muh_Patcher&lt;br /&gt;
&lt;br /&gt;
Icon=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;/muhro.ico&lt;br /&gt;
&lt;br /&gt;
Name=MuhRo&lt;br /&gt;
&lt;br /&gt;
Path=&#039;&#039;PATH TO FOLDER CONTAINING GAME FILES&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
StartupNotify=true&lt;br /&gt;
&lt;br /&gt;
Terminal=false&lt;br /&gt;
&lt;br /&gt;
Type=Application&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chmod +x PATH_TO_MUHRO.DESKTOP&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file.&lt;br /&gt;
&lt;br /&gt;
You may have to log out and back in to see the start menu entry.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
===Winetricks===&lt;br /&gt;
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan)&lt;br /&gt;
&lt;br /&gt;
Install winetricks:&lt;br /&gt;
&lt;br /&gt;
Fedora/RHEL: &amp;lt;code&amp;gt;sudo dnf install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arch Linux: &amp;lt;code&amp;gt;sudo pacman -S winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu/Pop_OS/Mint: &amp;lt;code&amp;gt;sudo apt install winetricks&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installing DXVK :&lt;br /&gt;
&lt;br /&gt;
Open terminal and&lt;br /&gt;
&amp;lt;code&amp;gt;WINEPREFIX=/&amp;lt;path to wineprefix&amp;gt;/ winetricks dxvk&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Known Problems===&lt;br /&gt;
====Unacceptable TLS certificate====&lt;br /&gt;
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) &amp;lt;br&amp;gt;&lt;br /&gt;
Solution: so far changing distro&lt;/div&gt;</summary>
		<author><name>Paulo1039</name></author>
	</entry>
</feed>