2016-02-05 19:04:26 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
ACE_isOptional = 1;
|
2016-09-18 13:19:17 +00:00
|
|
|
name = COMPONENT_NAME;
|
2016-02-05 19:04:26 +00:00
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2016-09-18 13:19:17 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"commy2"};
|
|
|
|
url = ECSTRING(main,URL);
|
2016-02-05 19:04:26 +00:00
|
|
|
VERSION_CONFIG;
|
2023-10-23 20:29:32 +00:00
|
|
|
ACE_expectedModDir = "@ACE No Cross Hair";
|
|
|
|
ACE_expectedSteamID = "2202412481";
|
2016-02-05 19:04:26 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-04-01 14:45:36 +00:00
|
|
|
#include "CfgWeaponCursors.hpp"
|