diff --git a/scripts/_00E_AffinityControl.pex b/scripts/_00E_AffinityControl.pex index d2fb203b..4b3276d5 100644 Binary files a/scripts/_00E_AffinityControl.pex and b/scripts/_00E_AffinityControl.pex differ diff --git a/scripts/_00E_ContainerController.pex b/scripts/_00E_ContainerController.pex index 27da7a71..11081968 100644 Binary files a/scripts/_00E_ContainerController.pex and b/scripts/_00E_ContainerController.pex differ diff --git a/scripts/_00e_phasmalist_newapparitionalias.pex b/scripts/_00e_phasmalist_newapparitionalias.pex index 73f3b1d8..fc058353 100644 Binary files a/scripts/_00e_phasmalist_newapparitionalias.pex and b/scripts/_00e_phasmalist_newapparitionalias.pex differ diff --git a/scripts/_00e_playerhousingmaster.pex b/scripts/_00e_playerhousingmaster.pex index ba2a6021..fa3c7da5 100644 Binary files a/scripts/_00e_playerhousingmaster.pex and b/scripts/_00e_playerhousingmaster.pex differ diff --git a/scripts/_00e_theriantrophist_playeraswerewolf.pex b/scripts/_00e_theriantrophist_playeraswerewolf.pex index c4013891..fbbe9782 100644 Binary files a/scripts/_00e_theriantrophist_playeraswerewolf.pex and b/scripts/_00e_theriantrophist_playeraswerewolf.pex differ diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 7e015b78..9da2a94c 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -111,9 +111,21 @@ inline void CheckScriptVersions() RE::BSTSmartPointer{ new ScriptVersionCallback("_00E_PlayerSetUpScript", 1) }; + RE::BSTSmartPointer{ + new ScriptVersionCallback("_00E_Phasmalist_NewApparitionAlias", 1) + }; + RE::BSTSmartPointer{ + new ScriptVersionCallback("_00E_Theriantrophist_PlayerAsWerewolf", 1) + }; RE::BSTSmartPointer{ new ScriptVersionCallback("_00E_Theriantrophist_AlchemyControl", 1) }; + RE::BSTSmartPointer{ + new ScriptVersionCallback("_00E_PlayerhousingMaster", 1) + }; + RE::BSTSmartPointer{ + new ScriptVersionCallback("_00E_ContainerController", 1) + }; } inline void LoadINI(std::map* settings, const char* iniPath) diff --git a/source/scripts/_00E_AffinityControl.psc b/source/scripts/_00E_AffinityControl.psc index 5f3f1495..29a154c1 100644 --- a/source/scripts/_00E_AffinityControl.psc +++ b/source/scripts/_00E_AffinityControl.psc @@ -1,16 +1,9 @@ Scriptname _00E_AffinityControl extends ReferenceAlias Hidden Conditional -; + ; ATTENTION ; this script contains a new affinity system that requires FS. Therefore, many elements in this script are redundant, as ; one version is required for the new system and one is required so that the old system can be used when FS is not ; available. If possible, the properties and functions are labeled with NEW or OLD in comments -; -; - -int function _GetScriptVersion() Global - return 1 -endFunction - ;===================================================================================== ; EVENTS diff --git a/source/scripts/_00E_ContainerController.psc b/source/scripts/_00E_ContainerController.psc index 9b82071f..fb0c92a4 100644 --- a/source/scripts/_00E_ContainerController.psc +++ b/source/scripts/_00E_ContainerController.psc @@ -1,6 +1,10 @@ Scriptname _00E_ContainerController extends ReferenceAlias Hidden ; This script sets up the sleight of hand loot of a chest upon activating it +int function _GetScriptVersion() Global + return 1 +endFunction + ;===================================================================================== ; EVENTS ;===================================================================================== diff --git a/source/scripts/_00e_phasmalist_newapparitionalias.psc b/source/scripts/_00e_phasmalist_newapparitionalias.psc index efccb21f..f477bbea 100644 --- a/source/scripts/_00e_phasmalist_newapparitionalias.psc +++ b/source/scripts/_00e_phasmalist_newapparitionalias.psc @@ -100,6 +100,9 @@ Actor Property AliasFailsafeRef = None Auto Hidden Bool bTeleportHealRate = False +int function _GetScriptVersion() Global + return 1 +endFunction ;===================================================================================== ; SUMMON & SETUP diff --git a/source/scripts/_00e_playerhousingmaster.psc b/source/scripts/_00e_playerhousingmaster.psc index ced3d1c0..cfbfd4a0 100644 --- a/source/scripts/_00e_playerhousingmaster.psc +++ b/source/scripts/_00e_playerhousingmaster.psc @@ -37,6 +37,10 @@ String Property CONTROL_SHEATH = "Ready Weapon" AutoReadOnly ; GLOBAL FUNCTIONS ;===================================================================================== +int function _GetScriptVersion() Global + return 1 +endFunction + _00E_PlayerhousingMaster Function GetMaster() Global Return Game.GetFormFromFile(0x00043270, "Skyrim.esm") as _00E_PlayerhousingMaster EndFunction diff --git a/source/scripts/_00e_theriantrophist_playeraswerewolf.psc b/source/scripts/_00e_theriantrophist_playeraswerewolf.psc index 7fd14575..9d8b563f 100644 --- a/source/scripts/_00e_theriantrophist_playeraswerewolf.psc +++ b/source/scripts/_00e_theriantrophist_playeraswerewolf.psc @@ -85,6 +85,10 @@ Float Property BoostFactorInfluenceOnArmor = 11 Autoreadonly Hidden _00E_Theriantrophist_Chymikum[] RegisteredChymikums bool Sneaking = false +int function _GetScriptVersion() Global + return 1 +endFunction + Function Transform(int duration) bool bWasParalyzed