Updated Skyrim Dragonborn (markdown)

Omni-guides
2023-01-02 21:28:24 +00:00
parent aeebb9e521
commit 1c46d75912

@@ -159,7 +159,12 @@ To enable the use of protontricks via the command line, open Konsole if it isn't
echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
```
then close and reopen Konsole. We can now invoke protontricks from the command line.
then close and reopen Konsole. We can now invoke protontricks from the command line. Next, we need to allow protontricks access to the filesystem location (adjust as needed if you used a different path):
```
sudo flatpak override com.github.Matoking.protontricks --filesystem=/home/deck/Games
```
To add the ability to see dot files and folders inside the Proton prefix, open up the Protontricks gui for our Dragonborn instance (replace "Dragonborn" with the name of your Non-steam game entry, if you called it something else):
@@ -290,17 +295,13 @@ protontricks 3595949753 xact xact_x64
This may take a little time to complete, but just let it run the course.
---
### Step 8 - Modlist Specific Steps - Dragonborn
At this stage, the steps required may differ depending on the Modlist you have chosen, and the mods that the Modlist includes. For Dragonborn we should only need to install vcredist2022. Unfortunately this isn't available directly through protontricks, so we will have to install it manually. The following one-liner should do everything you need (replace "Dragonborn" with the name of your Non-steam game entry, if you called it something else):
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 "Dragonborn" with the name of your Non-steam game entry, if you called it something else):
```
APPID=`protontricks -l | grep "Dragonborn" | 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 -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe' $APPID
```
Then move on to Step 9.
Then move on to Step 8.
However, if you aren't keen on that giant command, or just want to do the steps one by one, you can do the following. Firstly, we need to download the vc_redist.x64.exe installer inside the Proton prefix. Run the following command, replacing my Game ID (3595949753) with your own which you can get by running protontricks -l in Konsole:
@@ -332,7 +333,7 @@ Check the box to agree, and then click install. It should complete quickly.
---
### Step 9 - Optional but Recommended
### Step 8 - Optional but Recommended
Increase SteamDeck Swap Space, Swappiness and adjust SteamDeck VRAM