diff --git a/addons/other/$PBOPREFIX$ b/addons/other/$PBOPREFIX$ new file mode 100644 index 00000000..7d43a757 --- /dev/null +++ b/addons/other/$PBOPREFIX$ @@ -0,0 +1 @@ +z\cav\addons\other \ No newline at end of file diff --git a/addons/other/config.cpp b/addons/other/config.cpp new file mode 100644 index 00000000..b7352c6e --- /dev/null +++ b/addons/other/config.cpp @@ -0,0 +1,18 @@ +#include "script_component.hpp" + +class CfgPatches { + class ADDON { + name = COMPONENT_NAME; + units[] = {}; + weapons[] = {}; + requiredVersion = REQUIRED_VERSION; + requiredAddons[] = { + "cav_main", + "cav_common" + }; + author = ECSTRING(Main,ModTeam); + authors[] = {"Brostrom.A (Evul)"}; + url = ECSTRING(Main,Url); + VERSION_CONFIG; + }; +}; diff --git a/addons/other/data/warhammer/Flag_40cav_batterd_ca.paa b/addons/other/data/warhammer/Flag_40cav_batterd_ca.paa new file mode 100644 index 00000000..5b817425 Binary files /dev/null and b/addons/other/data/warhammer/Flag_40cav_batterd_ca.paa differ diff --git a/addons/other/data/warhammer/Flag_40cav_ca.paa b/addons/other/data/warhammer/Flag_40cav_ca.paa new file mode 100644 index 00000000..24a7c1a8 Binary files /dev/null and b/addons/other/data/warhammer/Flag_40cav_ca.paa differ diff --git a/addons/other/script_component.hpp b/addons/other/script_component.hpp new file mode 100644 index 00000000..2c34d35f --- /dev/null +++ b/addons/other/script_component.hpp @@ -0,0 +1,5 @@ +#define COMPONENT other +#define COMPONENT_BEAUTIFIED Other + +#include "\z\cav\addons\main\script_mod.hpp" +#include "\z\cav\addons\main\script_macros.hpp" diff --git a/addons/other/stringtable.xml b/addons/other/stringtable.xml new file mode 100644 index 00000000..2ff8e651 --- /dev/null +++ b/addons/other/stringtable.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file