Added SkyUI files, required for quest_journal to work, and removed SkyUI checks
This commit is contained in:
parent
8e90f116ef
commit
3923bfcfe5
BIN
interface/skyui/buttonart.swf
(Stored with Git LFS)
Normal file
BIN
interface/skyui/buttonart.swf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
interface/skyui/configpanel.swf
(Stored with Git LFS)
Normal file
BIN
interface/skyui/configpanel.swf
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,15 +0,0 @@
|
||||
Scriptname _00E_Func_CheckSkyUI Hidden
|
||||
|
||||
Function Run() global
|
||||
|
||||
; SkyUI is optional - override quest_journal.swf with the vanilla file, remove this check, and you are good to go
|
||||
Quest bSkyUI = Game.GetFormFromFile(0x802, "SkyUI_SE.esp") as Quest
|
||||
|
||||
If bSkyUI == None
|
||||
Utility.wait(2.0)
|
||||
Game.QuitToMainMenu()
|
||||
Debug.MessageBox("SkyUI_SE.esp is not loaded! The game will not run properly. Open Data Files and enable it.")
|
||||
Return
|
||||
EndIf
|
||||
|
||||
EndFunction
|
@ -110,6 +110,11 @@ event OnWidgetReset()
|
||||
endEvent
|
||||
|
||||
event OnGameReload()
|
||||
|
||||
If Game.GetModByName("SkyUI_SE.esp") == 255
|
||||
return
|
||||
endif
|
||||
|
||||
parent.OnGameReload()
|
||||
|
||||
if _currentlyDisplayedActors.length == 0
|
||||
|
@ -22,7 +22,6 @@ Event OnInit()
|
||||
CheckForgottenStories()
|
||||
|
||||
_00E_Func_CheckSKSE.Run()
|
||||
_00E_Func_CheckSkyUI.Run()
|
||||
_00E_Func_CheckEnderalDLL.Run()
|
||||
_00E_Func_CheckJContainers.Run()
|
||||
|
||||
@ -58,7 +57,6 @@ Event OnPlayerLoadGame()
|
||||
CheckForgottenStories()
|
||||
|
||||
_00E_Func_CheckSKSE.Run()
|
||||
_00E_Func_CheckSkyUI.Run()
|
||||
_00E_Func_CheckEnderalDLL.Run()
|
||||
_00E_Func_CheckJContainers.Run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user