4
edits
(Added more instructions and removed lutris section since it wasn't working anymore.) |
|||
Line 5: | Line 5: | ||
webkit2gtk4.0<br> | webkit2gtk4.0<br> | ||
Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]<br> | Linux Patcher: [https://patcher.muhro.eu/patches/patcher/linux/Muh_Patcher Muh Patcher Linux]<br> | ||
winetricks(optional) | |||
== Pre-Requisite Installations == | == Pre-Requisite Installations == | ||
==== Wine ==== | ==== Wine ==== | ||
Download Wine by going to [https://wiki.winehq.org/Download this link] and | Fedora/RHEL: <code>sudo dnf install wine</code> | ||
Arch Linux: <code>sudo pacman -S wine</code> | |||
Debian/Ubuntu/Pop_OS/Mint: <code>sudo apt install wine</code> | |||
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 dependancy and must install it manually. The patcher will not launch if this dependancy is not installed. | ||
Fedora/RHEL: <code>sudo dnf install webkit2gtk3-devel</code> | Fedora/RHEL: <code>sudo dnf install webkit2gtk3-devel</code> | ||
Arch Linux : <code>sudo pacman -S webkit2gtk webkit2gtk-4.1</code> | |||
== Installing MuhRO == | == Installing MuhRO == | ||
Line 76: | Line 76: | ||
You may have to log out and back in to see the start menu entry. | 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 [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan) | |||
Install winetricks: | |||
Fedora/RHEL: <code>sudo dnf install winetricks</code> | |||
Arch Linux: <code>sudo pacman -S winetricks</code> | |||
Debian/Ubuntu/Pop_OS/Mint: <code>sudo apt install winetricks</code> | |||
Installing DXVK : | |||
Open terminal and | |||
<code>WINEPREFIX=/<path to wineprefix>/ winetricks dxvk</code> | |||
===Known Problems=== | ===Known Problems=== | ||
====Unacceptable TLS certificate==== | ====Unacceptable TLS certificate==== | ||
This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) <br> | This issue seems to affect Ubuntu 22.04 and all other distro based on it (KDE Neon) <br> | ||
Solution: so far changing distro | Solution: so far changing distro |
edits