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
|
Return
|
||||||
endif
|
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
|
; JContainers is only required for lycanthropy, so we just nag users without preventing playing without it
|
||||||
Utility.wait(2.0)
|
Utility.wait(2.0)
|
||||||
Debug.MessageBox("JContainers is not loaded! The game will not run properly. Verify integrity of your files or reinstall JContainers.")
|
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