Files
mod1/addons/17th_Connection/config.cpp
2024-05-01 22:18:05 -05:00

49 lines
1.0 KiB
C++

#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"