Updated Skyrim: Eldryn (markdown)

Omni-guides
2024-01-19 22:25:57 +00:00
parent 2f47903a83
commit 2590f65d85

@@ -195,7 +195,7 @@ The easiest way to install what we need is to use ProtonTricks, which should be
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 - Eldryn" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Skyrim - Eldryn" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID xact xact_x64
APPID=`protontricks -l | grep -i "Skyrim - Eldryn" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID xact xact_x64 d3dx11_43 d3dcompiler_47 d3dcompiler_43
```
Alternatively, **If you prefer to run this manually**, see an alternative step-by-step method in the **Additional Notes** section below.
@@ -351,7 +351,7 @@ When running wine commands in Konsole, it usually mangles the terminal a bit - t
### Install wine requirements manually (xact, xact_x64)
first find the AppID of the Non-Steam Game we added for mo-redirect.exe. In a terminal run:
first find the AppID of the Non-Steam Game we added for Eldryn. In a terminal run:
```
protontricks -l | grep -i "Skyrim - Eldryn"
@@ -366,7 +366,7 @@ Non-Steam shortcut: Skyrim - Eldryn (3595949753)
With the AppID now known, install the required xact and xact_x64 packages into this Proton environment (use your own AppID from the command above):
```
protontricks --no-bwrap 3595949753 xact xact_x64
protontricks --no-bwrap 3595949753 xact xact_x64 d3dx11_43 d3dcompiler_47 d3dcompiler_43
```
This may take a little time to complete, but just let it run the course. Your terminal may misbehave after running the protontricks/wine command - you can regain control by typing 'reset', even if you can't see the characters as you type.