Updated Skyrim: Legends of the Frost (markdown)

Omni-guides
2023-12-28 09:09:54 +00:00
parent bf5e8d780e
commit 8ba1e6dd22
+2 -2
@@ -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._ _[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): 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
``` ```
--- ---