2015-04-27 13:16:42 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-12-17 22:27:04 +00:00
|
|
|
requiredAddons[] = {"rhs_c_weapons", "rhs_c_troops", "rhs_c_bmd", "rhs_c_bmp", "rhs_c_bmp3", "rhs_c_a2port_armor", "rhs_c_btr", "rhs_c_sprut", "rhs_c_t72", "rhs_c_tanks", "rhs_c_a2port_air", "rhs_c_a2port_car", "rhs_c_cars", "rhs_c_2s3", "rhs_c_rva"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Ruthberg", "GitHawk", "BaerMitUmlaut"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-04-27 13:16:42 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgAmmo.hpp"
|
2016-03-01 23:01:34 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-06-25 14:20:16 +00:00
|
|
|
#include "CfgMagazines.hpp"
|
2015-04-27 13:16:42 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-08-18 21:48:25 +00:00
|
|
|
#include "CfgVehicles.hpp"
|