Skip to content

Commit

Permalink
add ksp root directory to installcheck error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jan 15, 2023
1 parent 002d934 commit b36f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KerbalVR_Mod/KerbalVR-InstallCheck/InstallCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit b36f557

Please sign in to comment.