Added dependency check for JContainers
This commit is contained in:
parent
3b0698d158
commit
3b6216a76e
Binary file not shown.
@ -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…
Reference in New Issue
Block a user