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