Fix Typo

Omni-guides
2024-03-06 18:49:02 +00:00
parent ed24491f7f
commit ee2bd38778

@@ -177,14 +177,14 @@ Z:\home\omni\Games\LivingSkyrim4\Stock Game\skse64_loader.exe
### Step 5 - Install Required Wine Additions
There is an issue with missing NPC Voices - apparently this is an issue with Proton, so it may ultimately be resolved in time with a newer version of Proton without needing these steps. For now though, we need to install xact and xact_x64 to the Wine/Proton environment Steam created for our "Skyrim - LivingSkyrim4" entry, and a few others for the use of Community Shaders. LivingSkyrim4 also requires Microsoft Visual C++ Redistributable 2022 for some of it's mods.
There is an issue with missing NPC Voices - apparently this is an issue with Proton, so it may ultimately be resolved in time with a newer version of Proton without needing these steps. For now though, we need to install xact and xact_x64 to the Wine/Proton environment Steam created for our "Skyrim - Living Skyrim 4" entry, and a few others for the use of Community Shaders. Living Skyrim 4 also requires Microsoft Visual C++ Redistributable 2022 for some of it's mods.
The easiest way to install what we need is to use ProtonTricks, which should be installed already from Step 3 earlier in this guide.
Adding the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you, or if you prefer, you can manually run the individual steps noted below (replace "Skyrim - LivingSkyrim4" with the name of your Non-steam game entry, if you called it something else):
Adding the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you, or if you prefer, you can manually run the individual steps noted below (replace "Skyrim - Living Skyrim 4" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Skyrim - LivingSkyrim4" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet6 dotnet7
APPID=`protontricks -l | grep -i "Skyrim - Living Skyrim 4" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet6 dotnet7
```
Alternatively, **If you prefer to run this manually**, see an alternative step-by-step method in the **Additional Notes** section below.
@@ -239,7 +239,7 @@ Enjoy!
### Install VCREDIST2022 manually
If you prefer to install vcredist manually instead of using my one-liner, you can follow these steps. Unfortunately this isn't available directly through protontricks as per xact, so we will have to install it semi-manually. The following one-liner should do everything you need (replace "LivingSkyrim4" with the name of your Non-steam game entry, if you called it something else):
If you prefer to install vcredist manually instead of using my one-liner, you can follow these steps. Unfortunately this isn't available directly through protontricks as per xact, so we will have to install it semi-manually. The following one-liner should do everything you need (replace "Living Skyrim 4" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Skyrim - Living Skyrim 4" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:' | tail -1` ; wget https://aka.ms/vs/17/release/vc_redist.x64.exe -O '/home/omni/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' ; protontricks --no-bwrap -c 'wine /home/omni/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' $APPID
@@ -289,7 +289,7 @@ first find the AppID of the Non-Steam Game we added for mo-redirect.exe. In a te
protontricks -l | grep -i "Skyrim - Living Skyrim 4"
```
Replace "LivingSkyrim4" if you have renamed the Non-Steam Game added earlier. The output should look something like below, though your AppID will differ from mine:
Replace "Living Skyrim 4" if you have renamed the Non-Steam Game added earlier. The output should look something like below, though your AppID will differ from mine:
```
Non-Steam shortcut: Skyrim - Living Skyrim 4 (3595949753)