From 8ba1e6dd22cd99fdaa9f35e168ed8c47646ef9c2 Mon Sep 17 00:00:00 2001 From: Omni-guides <110171124+Omni-guides@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:09:54 +0000 Subject: [PATCH] Updated Skyrim: Legends of the Frost (markdown) --- Skyrim:-Legends-of-the-Frost.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Skyrim:-Legends-of-the-Frost.md b/Skyrim:-Legends-of-the-Frost.md index 44e416c..8239524 100644 --- a/Skyrim:-Legends-of-the-Frost.md +++ b/Skyrim:-Legends-of-the-Frost.md @@ -1,4 +1,4 @@ -![LegendsOfTheFrost Banner](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/LegendsOfTheFrost/Frost_Banner.png) +![LegendsOfTheFrost Banner](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/LegendsOfTheFrost/LegendsOfTheFrost_Banner.png) _[Legends of the Frost](https://thephoenixflavour.com/skyrim-se/lotf/introduction/) is Skyrim, but better. Textures are sharper, trees are lusher, weathers are more diverse, and water no longer looks like oil. A collection of less than 200 mods fixes a plethora of bugs and annoyances in addition to bringing some light improvements to combat and balancing. LOTF also features seamless blending of distant terrain and trees as well as high quality facegen._ @@ -201,7 +201,7 @@ Alternatively, **If you prefer to run this manually**, see an alternative step-b 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 "Skyrim - LegendsOfTheFrost" with the name of your Non-steam game entry, if you called it something else): ``` -APPID=`protontricks -l | grep -i "Legends of the Frost" | 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 --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe /Q' $APPID +APPID=`protontricks -l | grep -i "Skyrim - Legends of the Frost" | 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 --no-bwrap -c 'wine /home/deck/.local/share/Steam/steamapps/compatdata/'"$APPID"'/pfx/drive_c/vc_redist.x64.exe /Q' $APPID ``` ---