From ec7345c35b1ca2209098653f8a3ddd619ed2512a Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sun, 14 Jul 2024 23:54:15 -0300 Subject: [PATCH] added initial main addon on core mod --- addons/main/$PBOPREFIX$ | 1 + addons/main/config.cpp | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 addons/main/$PBOPREFIX$ create mode 100644 addons/main/config.cpp diff --git a/addons/main/$PBOPREFIX$ b/addons/main/$PBOPREFIX$ new file mode 100644 index 0000000..0e99b03 --- /dev/null +++ b/addons/main/$PBOPREFIX$ @@ -0,0 +1 @@ +armatak\core\armatak_main \ No newline at end of file diff --git a/addons/main/config.cpp b/addons/main/config.cpp new file mode 100644 index 0000000..6e0f86a --- /dev/null +++ b/addons/main/config.cpp @@ -0,0 +1,13 @@ +class CfgPatches { + class braf_main { + units[] = {""}; + weapons[] = {""}; + author = "ARMATAK Team"; + url = "https://github.com/valmojr/armatak"; + requiredAddons[] = + { + "cba_common" + }; + requiredVersion = 0.1; + }; +}; \ No newline at end of file