mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-08-14 03:33:44 +02:00
Updated Skyrim: Legends of the Frost (markdown)
@@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
_[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
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user