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
Module Manager Watchdog is distributed in the hope that it will be useful,
9
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+
12
+
You should have received a copy of the SKL Standard License 1.0
13
+
along with Module Manager Watch Dog. If not, see
14
+
<https://ksp.lisias.net/SKL-1_0.txt>.
15
+
16
+
*/
17
+
namespaceModuleManagerWatchDog
18
+
{
19
+
internalstaticclassErrorMessage
20
+
{
21
+
publicstaticreadonlystringERR_MMWD_DUPLICATED="There're more than one MM Watch Dog on this KSP installment! Please delete all but the one you intend to use!";
22
+
publicstaticreadonlystringERR_MMWD_WRONGPLACE="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.";
23
+
publicstaticreadonlystringERR_MM_ABSENT="There's no Module Manager on this KSP installment! You need to install Module Manager!";
24
+
publicstaticreadonlystringERR_MM_WRONGPLACE="ModuleManager.dll <b>must be</b> directly on GameData and not inside any subfolder. Please move ModuleManager.dll directly into GameData.";
25
+
publicstaticreadonlystringERR_MM_DOPPELGANGER="There're more than one Module Manager on this KSP installment! Please delete all but the one you intend to use!";
26
+
publicstaticreadonlystringERR_MM_CONFLICT="There're conflicting Module Manager versions on your instalment! You need to choose one version and remove the other(s)!";
27
+
publicstaticreadonlystringERR_MM_FORUMDELETED="You had selected MM/L as preffered Module Manager, but somehow other forks were installed and were automatically removed.";
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.";
Module Manager Watchdog is distributed in the hope that it will be useful,
9
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+
12
+
You should have received a copy of the SKL Standard License 1.0
13
+
along with Module Manager Watch Dog. If not, see
14
+
<https://ksp.lisias.net/SKL-1_0.txt>.
15
+
16
+
*/
17
+
namespaceWatchDogForInterstellarRedist
18
+
{
19
+
publicstaticclassErrorMessage
20
+
{
21
+
publicstaticreadonlystringERR_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 !";
22
+
publicstaticreadonlystringERR_MISSING_DLL="There's no Interstellar Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
23
+
publicstaticreadonlystringERR_MULTIPLE_DLL="There're more than one Interstellar Redist dll on this KSP installment! Please delete all but the GameData/Interstellar_Redist.dll one!";
24
+
publicstaticreadonlystringERR_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.";
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 !";
69
-
privateconststringERR_MISSING_DLL="There's no Interstellar Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
70
-
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!";
71
-
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.";
Module Manager Watchdog is distributed in the hope that it will be useful,
9
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+
12
+
You should have received a copy of the SKL Standard License 1.0
13
+
along with Module Manager Watch Dog. If not, see
14
+
<https://ksp.lisias.net/SKL-1_0.txt>.
15
+
16
+
*/
17
+
namespaceWatchDogForScaleRedist
18
+
{
19
+
publicstaticclassErrorMessage
20
+
{
21
+
publicstaticreadonlystringERR_MULTIPLE_TOOL="There're more than one Scale Redist Watch Dog on this KSP installment! Please delete all but the one on GameData/ModuleManagerWatchDog/Plugins !";
22
+
publicstaticreadonlystringERR_MISSING_DLL="There's no Scale Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
23
+
publicstaticreadonlystringERR_MULTIPLE_DLL="There're more than one Scale Redist dll on this KSP installment! Please delete all but the GameData/999_Scale_Redist.dll one!";
24
+
publicstaticreadonlystringERR_MISPLACED_DLL="Scale Redist dll <b>must be</b> directly on GameData (and not inside any subfolder) and <b>should</b> be named 999_Scale_Redist.dll . Please move 999_Scale_Redist.dll directly into GameData.";
privateconststringERR_MULTIPLE_TOOL="There're more than one Scale Redist Watch Dog on this KSP installment! Please delete all but the one on GameData/ModuleManagerWatchDog/Plugins !";
86
-
privateconststringERR_MISSING_DLL="There's no Scale Redist dll on this KSP installment, besides you having installed known DLL(s) that need it!!";
87
-
privateconststringERR_MULTIPLE_DLL="There're more than one Scale Redist dll on this KSP installment! Please delete all but the GameData/999_Scale_Redist.dll one!";
88
-
privateconststringERR_MISPLACED_DLL="Scale Redist dll <b>must be</b> directly on GameData (and not inside any subfolder) and <b>should</b> be named 999_Scale_Redist.dll . Please move 999_Scale_Redist.dll directly into GameData.";
Module Manager Watchdog is distributed in the hope that it will be useful,
9
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+
12
+
You should have received a copy of the SKL Standard License 1.0
13
+
along with Module Manager Watch Dog. If not, see
14
+
<https://ksp.lisias.net/SKL-1_0.txt>.
15
+
16
+
*/
17
+
namespaceWatchDog.InstallChecker
18
+
{
19
+
publicstaticclassErrorMessage
20
+
{
21
+
publicstaticreadonlystringERR_MULTIPLE_TOOL="There're more than one WatchDog Install Checker on this KSP installment! Please delete all but the one on GameData/ModuleManagerWatchDog/Plugins !";
0 commit comments