This page was last updated on 22 September 2024, 9:44PM
Changelogs
Version 1.5.2
Fixed: A build oddity was causing SMI to fail to find esl files (including survival mode itself at times), this was causing crashing and other strange behavior. (Thank you everyone for your super thorough reports and help with testing. It is very much appreciated)
Version 1.5.1
Fixed a mistake with the 1.6.640 DLL
Fixed an issue that could cause crashes with mods that fire Menu events before data load
Version 1.5.0
Major build structure change for the DLL so I can better manage separate versions.
New lands region spell patches should no longer cause CTDs. (as a sidenote, the SMI esp no longer directly adds a new region effect to the spell, that is handled in DLL)
Version 1.4.1
Fixed an additional crash caused by changes in the 1.6.1130 update
Version 1.4.0
Fixed crash with 1.6.1130 update
Fixed issue where mod would not actually start Survival Mode on new games with 1.6.1130
PLEASE NOTE: SkyUI itself was partially broken with update 1.6.1130. Bethesda added a new menu option and SkyUI's settings menu is off by one. Without this fix for SkyUI here:https://www.nexusmods.com/skyrimspecialedition/mods/106418 SkyUI will appear to have the Survival Mode toggle selected when in fact its the new option its looking at. Please make sure you are using that before reporting any further issues.
Version 1.3.1
Removed feature in which at max cold the mod would roll for an additional health damage penalty.
Version 1.3.0
The second hunger stage has been renamed to "Fed"
Reverted previous changes to hunger & exhaustion rate.
After sleeping, exhaustion will now force update the stage effects.
Support added for an upcoming Simonrim mod.
Vampires can now get Well Rested (as in vanilla SM)
Fixed a possible CTD while checking current weather
Possible workaround for CTD that happens when other mods edit the region detection spell. (SMI pulls the effects and conditions from the spell and uses them)
The mod now exclusively checks particle type in the precipitation data instead of partially relying on weather flags to determine weather type. (the flags tend to be unreliable, especially with some weather mods)
Added compatibility with weather mods that add ash weather (like True Storms), if you have po3 tweaks installed, SMI will look at the editor ID of the current weather. If it has "ash" (case insensitive) in the name it will detect the weather as such.
Added an ini setting called "fMaxAvPenPercent". This setting will determine the maximum % of AV damage needs will give you.
Added an ini setting called "bForceUpdateGlobalsOnSaveLoad". (True by default) Will allow a few of the globals that make up the need systems to be updated mid game from the esp. -This should not pertain to most users, but please note that when a save is loaded this will take priority over changes made to these globals using the console.
Settings for Vampire cold needs have been added to the ini, allowing you to set which needs should be on/off as a vampire
A formlist called "SMI_WellRestedObjectsList" has been added to the mod. -Objects (presumably beds) added to this list will allow you to become well rested if you are close enough to them after sleeping.
The shelter activator from CC camping will automatically be added to the well rested objects list
A new global has been added called "SMI_WerewolfExhaustionBonus" (valid values 0-1.0). This determines the exhaustion reduction you will recieve as a werewolf (human form)
By default werewolf characters get a 50% exhaustion rate reduction (does not stack with racial bonuses, but will take precedence over racial bonus) This is to balance out their inability to become get well rested VS Vampire's resistance to cold weather
Hunger restore values are now as follows: very small->25/ small->50/ medium->75/ large->150
When hunger is disabled, the "Restores X hunger" description will no longer be present on food items until hunger is re-enabled
When the Blade and Blunt's health regen plugin is detected, SMI will completely remove the Survival Mode health regen spell rather than just setting a global for a condition
A small code error was causing the freezing water message to appear every second instead of every 10. I extended the update time out to 20 seconds for the message update.
Version 1.2.0
This patch is mostly a balance patch with a couple of small features sprinkled in. My most recent playthrough gave me a chance to reevaluate the balance of needs and I have decided to make some changes.
Hunger stages no longer debuff magicka regeneration.
Exhaustion stages no longer debuff stamina regeneration
The needs rates have been slowed accross the board by a decent amount.
An optional file has been added to revert the rate changes for those who do not want that. Also, if you want to make changes to rates I suggest using said file and making edits there.
Cold stages no longer affect lockpick and pickpocket
"Warm" no longer provides a lockpick/pickpocket bonus. Instead, it provides 10% health regen bonus.
A papyrus API has been added. For now, its functions facilitate restoring cold, hunger, and exhaustion. This API can be expanded in the future if need be.
Many new heat sources have been added to the warmup object list (tbh I thought I had already done this). This brings it to parity with SunHelm's heat source list. Just to name a few added items: The normal and dwemer steam FX objects, the static winterhold lights (the little ones placed around the courtyard), the time wound at the throat of the world, and more.
Added a new ini setting to disable the disease hit event applicator. This is not really relevant for most users but im listing it here anyway.
Version 1.1.6
Removed unused ini setting
Added a new setting to the ini called "bDisableCarryWeightPenalty". Setting this to 1 will cause SMI to not add the carry weight penalty to the player
Version 1.1.5
Removed the mechanic where cold spells hitting you makes you colder. I also removed the mechanic where fire spells made you warmer. -These are both just really bad for balance and shouldnt be a thing.
You should only get the Oblivion notification if Survival Mode is enabled
The default seasons have all been set to 1.0 by default unless you have Seasons of Skyrim. -Having these on makes it more difficult for me to balance properly. Feel free to adjust yourself, as the options are available in the ini
The Warmth Rating cap has been set to 200. This should increase warmth effectiveness across the board very slightly
Added logic to modularize each need. Right now this is not exposed as a direct option to the user but there are globals representing each need in the plugin.
I also added logic for the AV penalties for the needs in the same fashion, toggleable with appropriately named globals
Version 1.1.4
Fixed a bug with windspeed calculation (clib bug, was fixed before but I compiled without the fix last version on accident)
Fixed a bug where some areas of Apocrypha werent being counted as "in Oblivion"
The starting exhaustion level is now a tad lower
Sleep restores more exhaustion per hour. (30 -> 50)
Removed some lingering debug logs in the dll.
Added patchless support for path of transcendence
Regarding the PoT support: There is a new formlist called SMI_NoNeedsRaces. Any races in this formlist will be counted as "undead" by the dll and needs will stop. Right now, the DLL will scan for path of transcendence and add them to the formlist. Other mod authors may make use of this formlist to create their own patches for other lich mods as well by adding to the formlist (Undeath is already supported)
Version 1.1.3
Bug Fixed: Brain Rot and Bone Break Fever were not being applied properly (normal and trap versions)
Bug Fixed: Brain Rot and Bone Break Fever were not progressing to the next disease stages
Version 1.1.2
Added integrated compatibility with Blade And Blunt - Health Regen Addon. SMI will remove the 100% reduction of health regen in favor of the B&B Health Regen addon if said plugin is detected
Version 1.1.1
Integrated Wyrmstooth region patch into the DLL. There is no longer a need for the esp patch so it has been archived. If you have it in your load order you can leave it or safely remove it. It has no scripts, removing it should be fine. Leaving it in your load order will have no effect as the DLL no longer pulls the conditions it needed from the esp.
Integrated improved region detection for Beyond Skyrim - Bruma into the DLL.
Version 1.1.0
Fixed bug - There was a particularly irritating bug that I did not notice before where the AV penalty calculations were being done improperly. (In short, it was looking at the actor base's AV instead of the Actor itself, which led to some incorrect calculations)
Fixed bug - A check was preventing the player from accruing damage from the cold if you were a non beast-form vampire or werewolf. This check was originally intended to prevent you dying from the cold in beast form, which is what the check now does properly.
Fixed bug - When jumping into cold water you will no longer warm up if you were colder than "Very Cold"
Version 1.0.10
Removed script that was left on heat source activator
Added a few null checks as a preventative measure on some player location checks
Fixed a bug that would cause the attribute penalty UI bars to get stuck if just their respective needs were stopped, but not SM as a whole
Version 1.0.9
Fixed bug: Hit events were being processed even when SM was disabled, causing you to catch SM only diseases when you shouldnt.
Reduced very small food restoration amount slightly.
Version 1.0.8
SMI no longer requires you to be in an exterior to start it. You either need to have finished Unbound OR have all of your main controls enabled. (this means survival will auto enable once you get inside the helgen keep and Ralof/Hadvar cut your bindings.)
Fixed food poisoning not being added to the player
The starting value for fatigue has been reduced (meaning you wont initially start the mod quite as tired)
You should no longer be able to get both "Lover's Comfort" and "Well Rested" at the same time as they both represent well rested in SM
The racial bonus effect descriptions were showing incorrect values for the magnitudes (ie. it said "Your Dunmer blood gives you <25%> resistance to fatigue." when it should have been 15%)
Mod should now be checking for "Survival_FireCloakFreezingWaterDesc" effect on top of any flame cloak for cold water immunity (ie. Mysticism's survival addon spells should now work properly)
Version 1.0.7
Removed unnecessary edit to "Extra Pockets" perk
Made some adjustments to the default seasons values
Fixed a bug where the AV calculations could stray off by 1 due to rounding errors (Thank you ElectricSparx for finding this bug, and then doing extensive testing to help me verify it was solved)
Added extra logic to prevent the vanilla sleep quest from restarting and applying the well rested bonus when it wasnt supposed to be
Survival Mode now requires the main controls have been enabled AND you are not in an interior to start up. This should cover the vanilla tutorial mission as well as Alternate Start.
Version 1.0.6
Fixed CTD when attempting to apply adoption bonuses
Version 1.0.5
Fixed bug where the max cold level was not always being correctly taken into account
Fast travelling (through carriage or otherwise) should no longer kill you upon reaching your destination. Instead the following will happen to simulate you "somewhat" maintaining your needs during the ride:
Cold will progress to a max of very cold
Progression of hunger and exhaustion during the travel will be reduced by 75%.
Version 1.0.4
The weather detection will now check the particle data of the weather for snow/rain in addition to the old method of checking flags. This should improve compatibility (hopefully) with mods that have some snowy weather incorrectly flagged (Obsidian weathers for example)
In addition to the feature above, when the plugin detects snow it will take the windspeed into account. When the wind is high enough it will determine a weather to be a blizzard
The ambient warmth widget will no longer show if you are in an area with a cold level greater than 200. Although you are still technically "getting warmer" slowly, this avoids giving the impression that a particularly cold area is warm.
When in beast form (vampire lord or werewolf) the player will not exceed "freezing"
Additional ini values have been added to enable small balance changes to the cold system if need be without recompilation. I do not suggest you change these unless you know what you are changing.
Fixed the flashing cold widget not appearing during blizzards (it was just displaying the normal cold widget)
Version 1.0.3
Fixed a CTD when sleeping in some areas
Version 1.0.2
Health regen is now properly stopped when Survival Mode is enabled
An ini option to disable/enable fast travel has been added to the ini. "bDisableFastTravel"
An ini option to disable/enable auto starting the mod upon starting a new game has been added. "bAutoEnableSMOnNewGame". This will take priority over the initial setting of the global.
Version 1.0.1
Fixed crash when eating hot soup (and possible crash when getting hit with a frost spell)