Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

BrokenDeer

Uploaded by

BrokenDeer

Virus scan

Safe to use

Tags for this mod

About this mod

Couple of tweaks for Chesko's Frostfall that make winter clothing useful and let you automatically remove gear when resting in campfire tents regardless of temperature.

Requirements
Permissions and credits
Changelogs
Files may be flagged as viruses for unknown reasons. Each file contains a single .pex and .psc.

Warmth Tweak
Frostfall by Chesko is a classic winter survival mod with a blatant balance issue. See, Frostfall has a "warmth" stat and an "exposure" stat. As your exposure rises, you get colder and suffer the effects of increased cold. When your exposure maxes out, you either die or get rescued (depending on your setting). Warmth slows down the rate at which you gain exposure at all temperatures and you can gain warmth from wearing gear such as fur armor.

The problem: warmth is useless. Seriously, check out this video:


I went to Whistling Mine just south of Winterhold, started Frostfall, and stood there naked waiting to die. It took 2.5 minutes to die of exposure while naked. Pretty reasonable.

I then returned to Whistling Mine with a full set of fur clothing, thinking I was going to be alright, and then keeled over in 5 minutes. Wow, an entire couple of minutes. You can't "prepare" for winter with Frostfall; you just get rekt by it.

Now, with my warmth tweak, you can survive for a decent amount of time if you have warmth. Your exposure won't max out in a short time and Frostfall can actually be fun. I visited Whistling Mine one more time with my warm coat and these tweaks and lived for about 13 minutes before finally dying of exposure, which is over 3 hours in game time on timescale 20 and about an hour in game time with timescale 5; both reasonable.

Note: my warmth tweak will not let you survive cold conditions without warmth. You'll still die very quickly, but you'll last much longer if you wear warm clothes.

This video was only one test and I can't guarantee the temperature was the same on all three trials, but you get the gist of it.

Download the Frostfall Warmth Tweak main file to gain this functionality.
You will require Frostfall and Campfire by Chesko. Also, get the Campfire and Frostfall - Unofficial SSE Update by Sthaagg to fix these mods further.

There are four (4) versions of the Warmth Tweak:
  • Warmth 150 (as seen in video)
  • Warmth 200
  • Warmth 250
  • Warmth 300
The version you choose will determine the value of "X" in the following code in in _frost_exposuresystem.psc, line 789:

float exposure_reduction = 1.0 - (((_Frost_AttributeWarmth.GetValueInt() * X) / _Frost_Calc_MaxWarmth.GetValue()) / 100.0)

As you can see, a larger X value results in more reduced exposure per unit of warmth. The video showed the 150 version, which increased time before max exposure to 13 minutes from 5 minutes. The original value of X was 90 and this number is the only thing Warmth Tweak changes. I'm not measuring how long you'll last with the other versions, but I imagine you'll last 30 minutes with version 250. Choose whichever file you want, but choose only one version of Warmth Tweak.

Tent Tweak
There is a second file called Frostfall Tent Tweak which alters a specific Frostfall function. There's a setting for when you go to lay down in a tent in Frostfall that lets you automatically remove your gear (helmets, body armor, gloves, boots, etc). However, this setting will not work if it's too cold outside. I prefer to take off my armor and stuff no matter the temperature since the fire and tent will keep me warm anyway, so this tweak removes the temperature check.


Each tweak replaces one script: _frost_exposuresystem.pex for the Frostfall Warmth Tweak and frostutil.pex for the Frostfall Tent Tweak.
Sources are included and there is a readme in each tweak which describes the change made and the line of code each tweak had altered. Warmth Tweak involved a formula change that made warmth heavier in the exposure calculation and Tent Tweak returns "true" to remove gear whether it's too cold to automatically take off gear or not.


You can use both files at the same time or you can use either one; it'll work regardless.