10
edits
(update download instructions) |
No edit summary |
||
| Line 2: | Line 2: | ||
===Requirements=== | ===Requirements=== | ||
You can use Wine or Proton | |||
[https://www.winehq.org/ Wine]<br> | [https://www.winehq.org/ Wine]<br> | ||
webkit2gtk4.0<br> | webkit2gtk4.0<br> | ||
| Line 8: | Line 9: | ||
== Pre-Requisite Installations == | == Pre-Requisite Installations == | ||
==== Proton ==== | |||
Install Proton 10 on steam. | |||
==== Wine ==== | ==== Wine ==== | ||
| Line 48: | Line 52: | ||
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 | == Using Proton == | ||
You can use Proton setting the patcher to use a environment variable | |||
Create a file named proton-wrapper.sh inside muhro folder with this content: | |||
<pre>#!/bin/bash</code> | |||
PROTON_DIR="$HOME/.steam/steam/steamapps/common/Proton 10.0" | |||
APPID="muhro"</code> | |||
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> | |||
Open a terminal in muhro folder: | |||
Make the file executable with <code>chmod +x proton-wrapper.sh</code> | |||
Execute the patcher with <code>env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher</code> | |||
To create a Desktop Shortcut follow the instructions bellow. | |||
== Creating an Application Desktop/Menu Entry == | |||
Create a new text file named MuhRo.desktop in /home/''USERNAME''/.local/share/applications (replace ''USERNAME'' with your local username). | Create a new text file named MuhRo.desktop in /home/''USERNAME''/.local/share/applications (replace ''USERNAME'' with your local username). | ||
| Line 76: | Line 108: | ||
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 | '''If using proton''' replace exec= line with <code>Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher</code> | ||
== Winetricks == | == Winetricks == | ||
'''Disclaimer: not needed if running with proton.''' | |||
Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan) | Winetricks is useful if you want [https://github.com/doitsujin/dxvk DXVK] (run the game with vulkan) | ||
edits