From 1fe18186c62df5c9a499616d9332e0ddd9b7fe46 Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 17 Jun 2016 17:07:22 -0500 Subject: [PATCH] Tanoa cfgEpochclient config --- .../epoch_config/Configs/CfgEpochClient.hpp | 1 + .../Configs/CfgEpochClient/Tanoa.hpp | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 2bb28a1f..e51fc571 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -104,6 +104,7 @@ class CfgEpochClient #include "CfgEpochClient\utes.hpp" #include "CfgEpochClient\vr.hpp" #include "CfgEpochClient\Zargabad.hpp" + #include "CfgEpochClient\Tanoa.hpp" #include "CfgEpochClient\WorldInteractions.hpp" }; class CfgEpochSapper diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp new file mode 100644 index 00000000..b2bee08c --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp @@ -0,0 +1,19 @@ +/* + Author: Aaron Clark - EpochMod.com + + Contributors: + + Description: + Epoch gamemode config for Zargabad + + Licence: + Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike + + Github: + https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochClient/Tanoa.hpp +*/ +class Tanoa { + blockedArea[] = {}; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood", "HempFiber" }; +};