diff --git a/Skyrim:-Nordic-Souls.md b/Skyrim:-Nordic-Souls.md index f29a2e7..4f5f695 100644 --- a/Skyrim:-Nordic-Souls.md +++ b/Skyrim:-Nordic-Souls.md @@ -192,7 +192,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 - Nordic Souls" with the name of your Non-steam game entry, if you called it something else): ``` -APPID=`protontricks -l | grep -i "Skyrim - Nordic Souls" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet6 dotnet7 +APPID=`protontricks -l | grep -i "Skyrim - Nordic Souls" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID -q xact xact_x64 d3dcompiler_47 d3dx11_43 d3dcompiler_43 vcrun2022 dotnet40 dotnet6 dotnet7 ``` Alternatively, **If you prefer to run this manually**, see an alternative step-by-step method in the **Additional Notes** section below.