Updated ENB, Reshade and Community Shaders (markdown)

Omni-guides
2024-01-04 15:53:28 +00:00
parent cfc9e21974
commit 98a3e5b08f

@@ -30,10 +30,10 @@ sudo flatpak override com.github.Matoking.protontricks --filesystem=/home/omni/G
```
The packages needed are d3dx11_43, d3dcompiler_43 and d3dcomiler_47. Run the following command to install them, or replace "Skyrim - Dragonborn" with the name of your Non-Steam game entry:
The packages needed are d3dx11_43, d3dcompiler_43 and d3dcomiler_47. Run the following command to install them, or replace "Skyrim - AVO" with the name of your Non-Steam game entry:
```
APPID=`protontricks -l | grep -i "Skyrim - Dragonbprn" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID d3dx11_43 d3dcompiler_47 d3dcompiler_43
APPID=`protontricks -l | grep -i "Skyrim - AVO" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID d3dx11_43 d3dcompiler_47 d3dcompiler_43
```
---