diff --git a/addons/modChecker/modChecker.sqf b/addons/modChecker/modChecker.sqf
index 77a3be1..cf61623 100644
--- a/addons/modChecker/modChecker.sqf
+++ b/addons/modChecker/modChecker.sqf
@@ -25,7 +25,7 @@ if (isClass(configFile >> "CfgPatches" >> "Exile_Client")) then {
errorLevel = errorLevel + 99
};
-// Esseker Example
+// Esseker Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "Esseker")) then {
checkEsseker = "Esseker Map is found!
";
} else {
@@ -33,7 +33,7 @@ if (isClass(configFile >> "CfgPatches" >> "Esseker")) then {
errorLevel = errorLevel + 99
};
-// Zombis & Demonds Example
+// Zombis & Demonds Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "Ryanzombies")) then {
checkRyan = "Zombies and Demonds is found!
";
} else {
@@ -41,23 +41,23 @@ if (isClass(configFile >> "CfgPatches" >> "Ryanzombies")) then {
errorLevel = errorLevel + 99
};
-// CUP_Weapons Example
+// CUP_Weapons Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "CUP_Weapons_WeaponsCore")) then {
checkWeapons = "CUP Weapons is found!
";
} else {
checkWeapons = "CUP Weapons is NOT FOUND!
";
- errorLevel = errorLevel + 1
+ errorLevel = errorLevel + 99
};
-// CUP_Vehicles Example
+// CUP_Vehicles Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "CUP_Vehicles_Core")) then {
checkVehicles = "CUP Vehicles is found!
";
} else {
checkVehicles = "CUP Vehicles is NOT FOUND!
";
- errorLevel = errorLevel + 1
+ errorLevel = errorLevel + 99
};
-// CUP_TerrainCore Example
+// CUP_TerrainCore Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "CUP_Worlds")) then {
checkTerrain = "CUP Terrain Core is found!
";
} else {
@@ -65,15 +65,15 @@ if (isClass(configFile >> "CfgPatches" >> "CUP_Worlds")) then {
errorLevel = errorLevel + 1
};
-// CUP_Units Example
+// CUP_Units Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "CUP_Creatures_People_Core")) then {
checkUnits = "CUP Units is found!
";
} else {
checkUnits = "CUP Units is NOT FOUND!
";
- errorLevel = errorLevel + 1
+ errorLevel = errorLevel + 99
};
-// Community Base Addon Example
+// Community Base Addon Example - DELETE OR MODIFY
if (isClass(configFile >> "CfgPatches" >> "CBA_main")) then
{
checkCBA = "CBA_A3 is found!
";
@@ -82,6 +82,10 @@ if (isClass(configFile >> "CfgPatches" >> "CBA_main")) then
errorLevel = errorLevel + 1
};
+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+// DO NOT TOUCH UNDER THIS LINE IF DON'T KNOW WHAT ARE YOU DOING
+/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
if (errorLevel > 0) then {
warnMessage = "Some is WRONG with your MODS
";
} else {
diff --git a/addons/modChecker/modCheckerDisplay.sqf b/addons/modChecker/modCheckerDisplay.sqf
index cfa8700..e5a8aa6 100644
--- a/addons/modChecker/modCheckerDisplay.sqf
+++ b/addons/modChecker/modCheckerDisplay.sqf
@@ -14,7 +14,7 @@
Link: http://www.exilemod.com/topic/10375-advanced-server-rules-for-xm8/
*/
-if ((firstCheck == 0) && (errorLevel > 0)) then { player allowdamage false }; // God Mode ON to avoid die and close dialog only if ModCheckerDisplay is auto opened.
+if ((firstCheck == 0) && (errorLevel > 0)) then { player allowdamage false }; // God Mode ON to avoid die and close dialog only if ModCheckerDisplay is auto executed.
disableSerialization;
[
@@ -36,7 +36,8 @@ _textSpoiler = _display displayctrl 1101;
_text2 = _display displayCtrl 1102;
/////////////////////////////////////////////////////////////////////////////////////////////
-// Remember to add-delete-modify the same mod variable names like modChecker.sqf
+// CUSTOMIZABLE PART HERE
+// Remember to add-delete-modify the same mod variable names used in modChecker.sqf
/////////////////////////////////////////////////////////////////////////////////////////////
// Display header
@@ -47,7 +48,7 @@ _message = _message + "_______________________________________
_message = _message + warnMessage;
_message = _message + "
";
-//Mod variable names
+//Mod variable names - MODIFY HERE
_message = _message + checkExile;
_message = _message + checkEsseker;
_message = _message + checkRyan;
@@ -57,14 +58,14 @@ _message = _message + checkUnits;
_message = _message + checkTerrain;
_message = _message + checkCBA;
-// Custom message with community links
+// Custom message with community links - MODIFY HERE
_message = _message + "
";
_message = _message + "If you get any error, please, read the following links
";
_message = _message + "Download the mods from Steam Workshop Only click on Subscribe!
";
_message = _message + "Guía de lanzamiento e instalación de mods [ESPAÑOL]
";
/////////////////////////////////////////////////////////////////////////////////////////////////////
-// END OF CUSTOMIZABLE TEXT, DO NOT TOUCH UNDER THIS LINE IF YOU DON'T KWOW WHAT ARE YOU WANT
+// END OF CUSTOMIZABLE TEXT, DO NOT TOUCH UNDER THIS LINE IF YOU DON'T KWOW WHAT ARE YOU DOING
////////////////////////////////////////////////////////////////////////////////////////////////////
//Fill only the first text