1
Fork 0

Merged startup updates

development
Eddoursul 3 months ago
parent ee06019992
commit 8d9506695c
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      Moved startup quest.esp
  3. BIN
      Skyrim.esm
  4. BIN
      scripts/_00E_MQ101_QuickStart.pex
  5. BIN
      scripts/qf_mq101.pex
  6. 3
      source/scripts/_00E_MQ101_QuickStart.psc
  7. 3
      source/scripts/qf_mq101.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

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

Loading…
Cancel
Save