Skip to content

Commit ceefbaa

Browse files
jn64Fexty12573
authored andcommitted
Simplify Linux install instructions
1 parent 8617e1c commit ceefbaa

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

docs/Install/Installation.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ If you installed everything correctly you should now find `winmm.dll` in the sam
1111
## Linux (Proton/Wine)
1212
As of version 0.0.7.2, SPL officially supports Linux through Proton/Wine. Below are the steps to install and run SPL on Linux.
1313

14-
1. Download the latest [**.NET Desktop Runtime** for x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
15-
2. Install the downloaded installer using [protontricks](https://github.com/Matoking/protontricks):
14+
1. Install .NET Desktop Runtime 8.0 and Direct 3D Shader Compiler using [protontricks](https://github.com/Matoking/protontricks):
1615
```bash
17-
protontricks-launch --appid 582010 path/to/windowsdesktop-runtime-8.x.xx-win-x64.exe
16+
protontricks 582010 dotnetdesktop8 d3dcompiler_47
1817
```
19-
3. Install the Direct 3D Shader Compiler using protontricks:
20-
```bash
21-
protontricks 582010 d3dcompiler_47
22-
```
23-
4. Download the latest linux release of SPL (`SharpPluginLoader-<version>-linux.zip`) from the [Releases Page](https://github.com/Fexty12573/SharpPluginLoader/releases) and extract it into the game's root directory. After doing so you should have a `msvcrt.dll` file in the same directory as `MonsterHunterWorld.exe`.
24-
5. Set the steam launch options for MHW as follows:
18+
2. Download the latest linux release of SPL (`SharpPluginLoader-<version>-linux.zip`) from the [Releases Page](https://github.com/Fexty12573/SharpPluginLoader/releases) and extract it into the game's root directory. After doing so you should have a `msvcrt.dll` file in the same directory as `MonsterHunterWorld.exe`.
19+
3. Set the steam launch options for MHW as follows:
2520
```bash
2621
# Use this for SPL only
2722
WINEDLLOVERRIDES="msvcrt=n,b" %command%

0 commit comments

Comments
 (0)