38 lines
1.3 KiB
C++
38 lines
1.3 KiB
C++
/* ----------------------------------------------------------------------------
|
|
Config: Direct Connect
|
|
|
|
Description:
|
|
Registers direct connection tiles to the main menu spotlight.
|
|
|
|
Author:
|
|
Gary
|
|
Arend
|
|
---------------------------------------------------------------------------- */
|
|
class CfgMainMenuSpotlight {
|
|
class seventeenth_es_miniOps_server {
|
|
text = "17th Ranger Battalion Training Range";
|
|
textIsQuote = 0;
|
|
picture = "17th_Connection\17th_ranger.paa";
|
|
action = "[""216.52.148.142"", 2402] call compile preprocessFileLineNumbers '\17th_Connection\functions\common\fn_connectToServer.sqf'";
|
|
actionText = "Connect";
|
|
condition = true;
|
|
};
|
|
|
|
class seventeenth_es_public_server {
|
|
text = "17th Ranger Battalion Private Operations";
|
|
textIsQuote = 0;
|
|
picture = "17th_Connection\17th_ranger.paa";
|
|
action = "[""216.52.148.142"", 2302] call compile preprocessFileLineNumbers '\17th_Connection\functions\common\fn_connectToServer.sqf'";
|
|
actionText = "Connect";
|
|
condition = true;
|
|
};
|
|
|
|
class seventeenth_es_persistence_server {
|
|
text = "17th Ranger Battalion Persistence Server";
|
|
textIsQuote = 0;
|
|
picture = "17th_Connection\17th_ranger.paa";
|
|
action = "[""216.52.148.142"", 2502] call compile preprocessFileLineNumbers '\17th_Connection\functions\common\fn_connectToServer.sqf'";
|
|
actionText = "Connect";
|
|
condition = true;
|
|
};
|
|
}; |