add initial files
This commit is contained in:
48
addons/17th_Connection/config.cpp
Normal file
48
addons/17th_Connection/config.cpp
Normal file
@@ -0,0 +1,48 @@
|
||||
#include "BIS_AddonInfo.hpp"
|
||||
/*
|
||||
class CfgMainMenuSpotlight {
|
||||
class seventeenth_training_server {
|
||||
text = "seventeenth Ranger Battalion Training Range";
|
||||
textIsQuote = 0;
|
||||
picture = "\seventeenth_Fixes\seventeenth_ranger.paa";
|
||||
action = "connectToServer ['74.91.113.129', 2402, '']";
|
||||
actionText = "Connect";
|
||||
condition = true;
|
||||
};
|
||||
|
||||
class seventeenth_operations_server {
|
||||
text = "seventeenth Ranger Battalion Private Operations";
|
||||
textIsQuote = 0;
|
||||
picture = "seventeenth_Fixes\seventeenth_ranger.paa";
|
||||
action = "connectToServer ['74.91.113.129', 2302, '']";
|
||||
actionText = "Connect";
|
||||
condition = true;
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
class CfgPatches
|
||||
{
|
||||
class 17th_Connection
|
||||
{
|
||||
name = "17th Connection";
|
||||
author = "Gary";
|
||||
requiredVersion = ;
|
||||
requiredAddons[] = {};
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
class CfgFunctions {
|
||||
class 17th_es_core {
|
||||
class common {
|
||||
file = "\17th_Connection\functions\common";
|
||||
class connectToServer {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
// Config features/fixes
|
||||
#include "configs\CfgDirectConnect.hpp"
|
||||
|
||||
Reference in New Issue
Block a user