diff --git a/addons/entrenching/$PBOPREFIX$ b/addons/entrenching/$PBOPREFIX$ deleted file mode 100644 index 8543138..0000000 --- a/addons/entrenching/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -x\tacgt\addons\entrenching diff --git a/addons/entrenching/CfgVehicles.hpp b/addons/entrenching/CfgVehicles.hpp deleted file mode 100644 index dc3ec9e..0000000 --- a/addons/entrenching/CfgVehicles.hpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgVehicles { - class Bag_Base; - class CUP_O_RUS_Patrol_bag_BeigeDigital_Shovel: Bag_Base { - ace_trenches_entrenchingTool = 1; - }; - class CUP_O_RUS_Patrol_bag_Desert_Shovel: Bag_Base { - ace_trenches_entrenchingTool = 1; - }; - class CUP_O_RUS_Patrol_bag_Summer_Shovel: Bag_Base { - ace_trenches_entrenchingTool = 1; - }; - class CUP_O_RUS_Patrol_bag_Green_Shovel: Bag_Base { - ace_trenches_entrenchingTool = 1; - }; -}; diff --git a/addons/entrenching/README.md b/addons/entrenching/README.md deleted file mode 100644 index 3581c72..0000000 --- a/addons/entrenching/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Entrenching - -Adds ACE entrenching abilities to select backpacks. diff --git a/addons/entrenching/config.cpp b/addons/entrenching/config.cpp deleted file mode 100644 index 2fa45ba..0000000 --- a/addons/entrenching/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include "script_component.hpp" - -class CfgPatches { - class ADDON { - name = COMPONENT_NAME; - units[] = {}; - weapons[] = {}; - requiredVersion = REQUIRED_VERSION; - requiredAddons[] = {"tacgt_main", "CUP_Weapons_Backpacks"}; - skipWhenMissingDependencies = 1; - author = ECSTRING(main,Author); - authors[] = {"Mike"}; - url = ECSTRING(main,URL); - VERSION_CONFIG; - }; -}; - -#include "CfgVehicles.hpp" diff --git a/addons/entrenching/script_component.hpp b/addons/entrenching/script_component.hpp deleted file mode 100644 index 8787fce..0000000 --- a/addons/entrenching/script_component.hpp +++ /dev/null @@ -1,4 +0,0 @@ -#define COMPONENT entrenching -#define COMPONENT_BEAUTIFIED Entrenching -#include "\x\tacgt\addons\main\script_mod.hpp" -#include "\x\tacgt\addons\main\script_macros.hpp"