4
Fork 0

Added dependency check for JContainers VR

english-generic-dialogue
Eddoursul 2 years ago
parent a7af54eb6f
commit 4926fa3bbb
  1. BIN
      scripts/_00e_func_checkdependencies.pex
  2. 2
      source/scripts/_00e_func_checkdependencies.psc

@ -40,7 +40,7 @@ Function CheckDependencies() global
Return
endif
if SKSE.GetPluginVersion("JContainers64") == -1
if (SKSE.GetPluginVersion("JContainers64") == -1) && (SKSE.GetPluginVersion("JContainersVR") == -1)
; JContainers is only required for lycanthropy, so we just nag users without preventing playing without it
Utility.wait(2.0)
Debug.MessageBox("JContainers is not loaded! The game will not run properly. Verify integrity of your files or reinstall JContainers.")

Loading…
Cancel
Save