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
return"666_ModuleManagerWatchDog.dll <b>must be</b> directly on GameData and not inside any subfolder (i.e., it must be in the same place ModuleManager.dll is). Please move 666_ModuleManagerWatchDog.dll directly into GameData.";
privateconststringERR_MULTIPLE_TOOL="There're more than one Interstellar Redist Watch Dog on this KSP installment! Please delete all but the one on GameData/ModuleManagerWatchDog/Plugins !";
70
+
privateconststringERR_MISSING_DLL="There's no Interstellar Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
71
+
privateconststringERR_MULTIPLE_DLL="There're more than one Interstellar Redist dll on this KSP installment! Please delete all but the GameData/Interstellar_Redist.dll one!";
72
+
privateconststringERR_MISPLACED_DLL="Interstellar Redist dll <b>must be</b> directly on GameData and not inside any subfolder. Please move Interstellar_Redist.dll directly into GameData.";
// Obviously, would be pointless to check for it not being installed! (0 == count). :)
68
-
if(1!=loaded.Count())return"There're more than one Interstellar Redist Watch Dog on this KSP installment! Please delete all but the one on GameData/ModuleManagerWatchDog !";
if(0==loaded.Count())return"There's no Interstellar Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
87
-
if(1!=loaded.Count())return"There're more than one Interstellar Redist dll on this KSP installment! Please delete all but the GameData/Interstellar_Redist.dll one!";
return"Interstellar Redist dll <b>must be</b> directly on GameData and not inside any subfolder. Please move Interstellar_Redist.dll directly into GameData.";
0 commit comments