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
519 B
C++
21 lines
519 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_common"};
|
|
author = ECSTRING(common,ACETeam);
|
|
authors[] = {"BaerMitUmlaut"};
|
|
url = ECSTRING(main,URL);
|
|
VERSION_CONFIG;
|
|
ACE_expectedModDir = "@ACE Particles";
|
|
ACE_expectedSteamID = "2202413537";
|
|
};
|
|
};
|
|
|
|
#include "CfgAmmo.hpp"
|
|
#include "CfgCloudlets.hpp"
|
|
#include "Effects.hpp"
|