4
Fork 0

Merged startup updates

development
Eddoursul 2 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.CompleteQuest()
MQP01.Stop()
MQP02.CompleteAllObjectives()
MQP02.CompleteQuest()
MQP02.Stop()
Utility.wait(0.5)

@ -22,6 +22,7 @@ Utility.Wait(0.2)
if SKSE.GetVersion() > 0 && EnderalFunctions.GetNewGameCount() > 1
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.")
return
endif
if _00E_QuickStartPrompt.Show() > 0
@ -29,6 +30,8 @@ if _00E_QuickStartPrompt.Show() > 0
else
MQP01.SetCurrentStageID(10)
endif
Stop()
;END CODE
EndFunction
;END FRAGMENT

Loading…
Cancel
Save