diff --git a/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs b/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs index 6491c760..03d88afd 100644 --- a/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs +++ b/KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs @@ -53,7 +53,7 @@ private static void CheckVREnabled() { if (XRSettings.supportedDevices.IndexOf("OpenVR") == -1) { - Alert("Unity VR is not enabled. Please run VRInstaller.exe and point it at your KSP directory."); + Alert("Unity VR is not enabled. Please run VRInstaller.exe and point it at your KSP directory:\r\n" + Path.GetFullPath(KSPUtil.ApplicationRootPath)); } }