From 02bc69cd6851da82f40b9f97766c9b38ef4302a5 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:37:26 +0200 Subject: [PATCH] Change: GLA Bomb Truck no longer reveals itself in close proximity of its attack target --- Patch104pZH/GameFilesEdited/Data/INI/Object/ChemicalGeneral.ini | 2 +- Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini | 2 +- Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini | 2 +- Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChemicalGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChemicalGeneral.ini index 44f6ba7c5..1e347cfa6 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChemicalGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChemicalGeneral.ini @@ -18563,7 +18563,7 @@ Object Chem_GLAVehicleBombTruck Behavior = StealthUpdate ModuleTag_22 StealthDelay = 1 DisguisesAsTeam = Yes - RevealDistanceFromTarget = 100.0 + RevealDistanceFromTarget = 0.0 ; Patch104p @tweak from 100.0 to remove unnecessary attack penalty OrderIdleEnemiesToAttackMeUponReveal = Yes DisguiseFX = FX_BombTruckDisguise DisguiseRevealFX = FX_BombTruckDisguiseReveal diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini index 2ec7a40b1..eed3d3883 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini @@ -19960,7 +19960,7 @@ Object Demo_GLAVehicleBombTruck Behavior = StealthUpdate ModuleTag_22 StealthDelay = 1 DisguisesAsTeam = Yes - RevealDistanceFromTarget = 100.0 + RevealDistanceFromTarget = 0.0 ; Patch104p @tweak from 100.0 to remove unnecessary attack penalty OrderIdleEnemiesToAttackMeUponReveal = Yes DisguiseFX = FX_BombTruckDisguise DisguiseRevealFX = FX_BombTruckDisguiseReveal diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini index 1d786f209..33dcca3d2 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAVehicle.ini @@ -4330,7 +4330,7 @@ Object GLAVehicleBombTruck Behavior = StealthUpdate ModuleTag_22 StealthDelay = 1 DisguisesAsTeam = Yes - RevealDistanceFromTarget = 100.0 + RevealDistanceFromTarget = 0.0 ; Patch104p @tweak from 100.0 to remove unnecessary attack penalty OrderIdleEnemiesToAttackMeUponReveal = Yes DisguiseFX = FX_BombTruckDisguise DisguiseRevealFX = FX_BombTruckDisguiseReveal diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini index 0722fe39f..5714956b9 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini @@ -20068,7 +20068,7 @@ Object Slth_GLAVehicleBombTruck Behavior = StealthUpdate ModuleTag_22 StealthDelay = 1 DisguisesAsTeam = Yes - RevealDistanceFromTarget = 100.0 + RevealDistanceFromTarget = 0.0 ; Patch104p @tweak from 100.0 to remove unnecessary attack penalty OrderIdleEnemiesToAttackMeUponReveal = Yes DisguiseFX = FX_BombTruckDisguise DisguiseRevealFX = FX_BombTruckDisguiseReveal