2015-05-28 17:17:29 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-05-28 17:17:29 +00:00
|
|
|
units[] = {"ACE_Item_RangeCard"};
|
|
|
|
weapons[] = {"ACE_RangeCard"};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2024-08-12 13:16:27 +00:00
|
|
|
requiredAddons[] = {"ace_advanced_ballistics", "ace_scopes"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Ruthberg"};
|
2016-06-09 12:28:31 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-05-28 17:17:29 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
2016-06-09 12:28:31 +00:00
|
|
|
#include "RscTitles.hpp"
|