Added global variable _00E_SKSE
This commit is contained in:
parent
4deaa231ed
commit
c8a0403bb9
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -2,18 +2,14 @@ Scriptname _00E_IntegrityCheckAlias extends ReferenceAlias Hidden
|
|||||||
|
|
||||||
Event OnInit()
|
Event OnInit()
|
||||||
|
|
||||||
;if Game.GetRealHoursPassed() > 0.005 ; 18 seconds
|
_00E_SKSE.SetValue(SKSE.GetVersion() as float)
|
||||||
; 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
|
|
||||||
|
|
||||||
RegisterForSingleUpdate(2.0) ; Give a few seconds for the game to warm up at the start
|
RegisterForSingleUpdate(2.0) ; Give a few seconds for the game to warm up at the start
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Event OnPlayerLoadGame()
|
Event OnPlayerLoadGame()
|
||||||
|
_00E_SKSE.SetValue(SKSE.GetVersion() as float)
|
||||||
RegisterForSingleUpdate(1.2)
|
RegisterForSingleUpdate(1.2)
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
@ -36,3 +32,4 @@ Event OnUpdate()
|
|||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto
|
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto
|
||||||
|
GlobalVariable Property _00E_SKSE Auto
|
||||||
|
Loading…
Reference in New Issue
Block a user