How To Play on Linux: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 56: Line 56:
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</code>
<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"</code>
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 the instructions bellow.
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.
'''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 ==
10

edits

Navigation menu