10
edits
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 53: | Line 53: | ||
== Using Proton == | == Using Proton == | ||
You can use Proton setting the patcher | 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: | Create a file named proton-wrapper.sh inside muhro folder with this content: | ||
<pre>#!/bin/bash | <pre>#!/bin/bash | ||
PROTON_DIR="$HOME/.steam/steam/steamapps/common/Proton 10.0" | PROTON_DIR="$HOME/.steam/steam/steamapps/common/Proton 10.0" | ||
APPID="muhro" | APPID="muhro" | ||
STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/$APPID" | STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/$APPID" | ||
STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam" | STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam" | ||
| Line 77: | Line 77: | ||
Execute the patcher with <code>env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher</code> | Execute the patcher with <code>env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh ./Muh_Patcher</code> | ||
To create a Desktop Shortcut follow | To create a Desktop Shortcut follow instructions: [[How To Play on Linux#Creating an Application Desktop/Menu Entry]] | ||
| Line 100: | Line 100: | ||
Type=Application | Type=Application | ||
</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. | </blockquote><big>'''If using proton replace'''</big> <code>exec=</code> with <code>Exec=env RPATCHUR_WINE=/path/to/gamefolder/proton-wrapper.sh path/to/gamefolder/Muh_Patcher</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 PATH_TO_MUHRO.DESKTOP</code> | <code>chmod +x PATH_TO_MUHRO.DESKTOP</code> | ||
| Line 107: | Line 110: | ||
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. | ||
== Winetricks == | == Winetricks == | ||
edits