You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MODNAME+" has been installed incorrectly and will not function properly. All files should be located in KSP/GameData/"+FOLDERNAME+". Do not move any files from inside that folder.\n\nIncorrect path(s):\n"+String.Join("\n",badPaths.ToArray()),
61
+
"OK",
62
+
false,
63
+
HighLogic.UISkin
64
+
);
65
+
Debug.Log("Incorrect "+MODNAME+" Installation: "+MODNAME+" has been installed incorrectly and will not function properly. All files should be located in KSP/GameData/"+EXPECTEDPATH+". Do not move any files from inside that folder.\n\nIncorrect path(s):\n"+String.Join("\n",badPaths.ToArray())
// modName + " requires the Module Manager mod in order to function properly.\n\nPlease download from http://forum.kerbalspaceprogram.com/threads/55219 and copy to the KSP/GameData/ directory.",
76
+
// "OK", false, HighLogic.Skin);
77
+
//}
78
+
79
+
CleanupOldVersions();
80
+
}
81
+
82
+
/*
83
+
* Tries to fix the install if it was installed over the top of a previous version
0 commit comments