From 9b1251a400c3effff2be1b709f5bd01686ddd241 Mon Sep 17 00:00:00 2001 From: Omni-guides <110171124+Omni-guides@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:26:28 +0100 Subject: [PATCH] Add dotnet40 to the wine components installed for Nordic Souls --- Skyrim:-Nordic-Souls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.