4
Fork 0

Added dependency check for JContainers

english-generic-dialogue
Eddoursul 2 years ago
parent 3b0698d158
commit 3b6216a76e
  1. BIN
      scripts/_00e_playersetupscript.pex
  2. 7
      source/scripts/_00e_playersetupscript.psc

@ -101,6 +101,13 @@ Function CheckIfForgottenStoriesIsLoaded()
Return
endif
if SKSE.GetPluginVersion("JContainers64") == -1
Utility.wait(2.0)
Game.QuitToMainMenu()
Debug.MessageBox("JContainers is not loaded! The game will not run properly. Verify integrity of your files or reinstall JContainers.")
Return
endif
; fixes properties that were accidentally set to NONE by the "More Affinities" mod
If Game.GetModByName("Enderal_FS_More_Affinities.esp") != 255
FixMoreAffinitiesMod()

Loading…
Cancel
Save