2015-04-27 13:16:42 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-04-27 13:16:42 +00:00
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2018-01-17 11:36:10 +00:00
|
|
|
requiredAddons[] = {"ace_javelin", "ace_rearm", "ace_refuel", "ace_repair", "rhsusf_c_weapons", "rhsusf_c_troops", "rhsusf_c_m1a1", "rhsusf_c_m1a2", "RHS_US_A2_AirImport", "rhsusf_c_m109", "rhsusf_c_HEMTT_A4", "rhsusf_c_hmmwv", "rhsusf_c_rg33", "rhsusf_c_fmtv", "rhsusf_c_m113", "RHS_US_A2Port_Armor"};
|
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"
|
2016-06-18 00:05:41 +00:00
|
|
|
#include "CfgGlasses.hpp"
|