diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 14b8ea0c..2708703f 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Skyrim.esm b/Skyrim.esm index ffa7db2f..549a679e 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00E_IntegrityCheckAlias.pex b/scripts/_00E_IntegrityCheckAlias.pex index 0b33b9d6..215a3f7a 100644 Binary files a/scripts/_00E_IntegrityCheckAlias.pex and b/scripts/_00E_IntegrityCheckAlias.pex differ diff --git a/source/scripts/_00E_IntegrityCheckAlias.psc b/source/scripts/_00E_IntegrityCheckAlias.psc index 4218751a..927c7014 100644 --- a/source/scripts/_00E_IntegrityCheckAlias.psc +++ b/source/scripts/_00E_IntegrityCheckAlias.psc @@ -2,18 +2,14 @@ Scriptname _00E_IntegrityCheckAlias extends ReferenceAlias Hidden Event OnInit() - ;if Game.GetRealHoursPassed() > 0.005 ; 18 seconds - ; Utility.Wait(0.1) ; wait for menu mode to end - ; ;Game.QuitToMainMenu() - ; Debug.MessageBox("Savegames, made before the release of Enderal SE 2.1, are incompatible with the current version. Please, start a new game.") - ; ;return - ;endif - + _00E_SKSE.SetValue(SKSE.GetVersion() as float) + RegisterForSingleUpdate(2.0) ; Give a few seconds for the game to warm up at the start EndEvent Event OnPlayerLoadGame() + _00E_SKSE.SetValue(SKSE.GetVersion() as float) RegisterForSingleUpdate(1.2) EndEvent @@ -36,3 +32,4 @@ Event OnUpdate() EndEvent GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto +GlobalVariable Property _00E_SKSE Auto