mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9d1695ffe2
* Common - Diagnose ace install if there are version problems * update user error message * whitespace * missing lettr * remove source from compat --------- Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
21 lines
555 B
C++
21 lines
555 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
name = COMPONENT_NAME;
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_common"};
|
|
author = ECSTRING(common,ACETeam);
|
|
authors[] = {"654wak654", "jonpas"};
|
|
url = ECSTRING(main,URL);
|
|
VERSION_CONFIG;
|
|
ACE_expectedModDir = "@ACE No Uniform Restrictions";
|
|
ACE_expectedSteamID = "2202413047";
|
|
};
|
|
};
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "CfgVehicles.hpp"
|