Updated Skyrim: Licentia DECK (markdown)

Omni-guides
2023-12-22 14:34:12 +00:00
parent 7f97a80264
commit c220840f87

@@ -203,7 +203,7 @@ Alternatively, **If you prefer to run this manually**, see an alternative step-b
Next up is the requirement of vcredist2022. 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 "Licentia" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Licentia" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:' | tail -1` ; wget https://aka.ms/vs/17/release/vc_redist.x64.exe -O '/home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' ; protontricks --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe /Q' $APPID
APPID=`protontricks -l | grep -i "Skyrim - Licentia" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:' | tail -1` ; wget https://aka.ms/vs/17/release/vc_redist.x64.exe -O '/home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' ; protontricks --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe /Q' $APPID
```
---
@@ -271,7 +271,7 @@ Enjoy!
Next up is the requirement of vcredist2022. 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 "Licentia" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep -i "Licentia" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:' | tail -1` ; wget https://aka.ms/vs/17/release/vc_redist.x64.exe -O '/home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' ; protontricks --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' $APPID
APPID=`protontricks -l | grep -i "Skyrim - Licentia" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:' | tail -1` ; wget https://aka.ms/vs/17/release/vc_redist.x64.exe -O '/home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' ; protontricks --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' $APPID
```
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/SeptimusVCRedistInstallStart.png)
@@ -315,7 +315,7 @@ When running wine commands in Konsole, it usually mangles the terminal a bit - t
first find the AppID of the Non-Steam Game we added for mo-redirect.exe. In a terminal run:
```
protontricks -l | grep -i "Licentia"
protontricks -l | grep -i "Skyrim - Licentia"
```
Replace "Licentia" if you have renamed the Non-Steam Game added earlier. The output should look something like below, though your AppID will differ from mine: