Merged startup updates

This commit is contained in:
Eddoursul 2024-02-16 15:13:29 +01:00
parent ee06019992
commit 8d9506695c
7 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,8 +4,11 @@ function Init()
MQP01.CompleteAllObjectives() MQP01.CompleteAllObjectives()
MQP01.CompleteQuest() MQP01.CompleteQuest()
MQP01.Stop()
MQP02.CompleteAllObjectives() MQP02.CompleteAllObjectives()
MQP02.CompleteQuest() MQP02.CompleteQuest()
MQP02.Stop()
Utility.wait(0.5) Utility.wait(0.5)

View File

@ -22,6 +22,7 @@ Utility.Wait(0.2)
if SKSE.GetVersion() > 0 && EnderalFunctions.GetNewGameCount() > 1 if SKSE.GetVersion() > 0 && EnderalFunctions.GetNewGameCount() > 1
Game.QuitToMainMenu() Game.QuitToMainMenu()
Debug.MessageBox("Due to an engine bug, new game should not be started after quitting to the main menu. Please, restart Enderal first.") Debug.MessageBox("Due to an engine bug, new game should not be started after quitting to the main menu. Please, restart Enderal first.")
return
endif endif
if _00E_QuickStartPrompt.Show() > 0 if _00E_QuickStartPrompt.Show() > 0
@ -29,6 +30,8 @@ if _00E_QuickStartPrompt.Show() > 0
else else
MQP01.SetCurrentStageID(10) MQP01.SetCurrentStageID(10)
endif endif
Stop()
;END CODE ;END CODE
EndFunction EndFunction
;END FRAGMENT ;END FRAGMENT