And more and more undestandable comments

This commit is contained in:
NRZ7 2016-10-08 20:31:00 +02:00
parent 826b49556e
commit 6b57580896
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ errorLevel = 0; // Do not touch. Set errors to 0 before run modChecker.sqf
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Change "Exile_Client" to name of the CfgPatches from desired mod.
// You can find under editor. ("Tools" - "Config Viewer" - "Configfile" - "CfpPatches")
// You can find under editor. ("Tools" - "Config Viewer" - "Configfile" - "CfgPatches")
if (isClass(configFile >> "CfgPatches" >> "Exile_Client")) then {
// Change checkExile to your desired and unique mod variable name
// Change "Exile Mod is" to your mod string. For advanced users, can change size, color, allign, etc.

View File

@ -42,7 +42,7 @@ _text2 = _display displayCtrl 1102;
// Display header
_message = "";
_message = _message + "<t align='center' size='2' shadow='0'></t><br />";
_message = _message + "<t align='center' size='2' shadow='0'></t><br />"; // <br /> is equal to line jump
_message = _message + "<t align='center' size='2' shadow='0'>Welcome to Mod Checker</t><br />";
_message = _message + "<t align='center'>______________________________________________________________________________________<br /><br />";
_message = _message + warnMessage;
@ -59,7 +59,7 @@ _message = _message + checkTerrain;
_message = _message + checkCBA;
// Custom message with community links - MODIFY HERE
_message = _message + "<br />";
_message = _message + "<br />"; // <br /> is equal to line jump
_message = _message + "If you get any error, please, read the following links<br /><br />";
_message = _message + "Download the mods from <a href= 'http://steamcommunity.com/sharedfiles/filedetails/?id=752130537' color='#ff9900'>Steam Workshop</a> Only click on Subscribe!<br />";
_message = _message + "<a href= 'http://standarol.com/index.php/topic,674.0.html' color='#ff9900'>Guía de lanzamiento e instalación de mods [ESPAÑOL]</a> </t><br /><br />";