diff --git a/ENB,-Reshade-and-Community-Shaders.md b/ENB,-Reshade-and-Community-Shaders.md index 7e16ea5..25f60e3 100644 --- a/ENB,-Reshade-and-Community-Shaders.md +++ b/ENB,-Reshade-and-Community-Shaders.md @@ -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 ``` ---