4
Fork 0

Added global variable _00E_SKSE

development
Eddoursul 3 months ago
parent 4deaa231ed
commit c8a0403bb9
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      Skyrim.esm
  3. BIN
      scripts/_00E_IntegrityCheckAlias.pex
  4. 11
      source/scripts/_00E_IntegrityCheckAlias.psc

Binary file not shown.

Binary file not shown.

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

Loading…
Cancel
Save