From 7e6affd5aaa2b2aa4344c83a50040f07fb944d49 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 8 May 2016 23:02:27 +0100 Subject: [PATCH] Update CfgEpochClient.hpp Since the removal of the double negative in EPOCH_unitSpawn change the default for filtered antagonists. Reduce range at trader to make slightly more performant. --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 5cf1c020..6624ac21 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -78,9 +78,9 @@ class CfgEpochClient GetOutMan = "_this call EPOCH_antiWall;"; // suppress these units from spawning near Jammer or Traders - nonJammerAI[] = {"B_Heli_Transport_01_F","PHANTOM","Epoch_Cloak_F"}; - nonTraderAI[] = {"B_Heli_Transport_01_F","PHANTOM","Epoch_Cloak_F","GreatWhite_F"}; - nonTraderAIRange = 150; + nonJammerAI[] = {"EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F"}; + nonTraderAI[] = {"EPOCH_Sapper_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F"}; + nonTraderAIRange = 50; // Fishing loots fishLoots[] = {"ItemTuna","ItemSeaBass","ItemSeaBass","ItemSeaBass","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout","ItemTrout"};