2015-04-27 13:16:42 +00:00
|
|
|
#include "script_component.hpp"
|
2023-09-03 16:36:19 +00:00
|
|
|
|
2015-04-27 13:16:42 +00:00
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-04-27 13:16:42 +00:00
|
|
|
units[] = {};
|
2023-09-03 16:36:19 +00:00
|
|
|
weapons[] = {};
|
2015-04-27 13:16:42 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2023-09-03 16:36:19 +00:00
|
|
|
requiredAddons[] = {"rhsusf_main_loadorder"};
|
2023-09-12 18:40:38 +00:00
|
|
|
skipWhenMissingDependencies = 1;
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
2020-06-06 01:01:59 +00:00
|
|
|
authors[] = {"Ruthberg", "GitHawk", "BaerMitUmlaut", "Fyuran"};
|
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"
|
2019-04-03 16:40:14 +00:00
|
|
|
#include "CfgMagazineWells.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"
|