Added global variable _00E_SKSE

This commit is contained in:
Eddoursul 2024-02-09 19:19:40 +01:00
parent 4deaa231ed
commit c8a0403bb9
4 changed files with 4 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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