From ebd95cdf4de13cea96fb1777fc817eb12db4973d Mon Sep 17 00:00:00 2001 From: commy2 Date: Fri, 10 Sep 2021 20:00:33 +0200 Subject: [PATCH] Fix: Battle Bus Turns Chassis When Loaded Troops Are Ordered To Engage Airborne Targets (#268) --- Patch104pZH/Design/Tasks/commy2_tasks.txt | 2 +- Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Patch104pZH/Design/Tasks/commy2_tasks.txt b/Patch104pZH/Design/Tasks/commy2_tasks.txt index 1a4bd39f6..fc07e64bb 100644 --- a/Patch104pZH/Design/Tasks/commy2_tasks.txt +++ b/Patch104pZH/Design/Tasks/commy2_tasks.txt @@ -43,7 +43,7 @@ https://github.com/commy2/zerohour/issues/187 [IMPROVEMENT][NPROJECT] Nuke Mig T https://github.com/commy2/zerohour/issues/186 [DONE][NPROJECT] Laser General Aurora Uses Tooltip From Microwave Tank https://github.com/commy2/zerohour/issues/185 [IMPROVEMENT][NPROJECT] Fake Supply Stash Uses Portrait As Button https://github.com/commy2/zerohour/issues/184 [DONE] Battle Bus With Passengers Freezes When Attacking Airborne Targets -https://github.com/commy2/zerohour/issues/183 [IMPROVEMENT] Battle Bus Turns Towards Target When Loaded Troops Are Ordered To Engage Airborne Units +https://github.com/commy2/zerohour/issues/183 [DONE] Battle Bus Turns Towards Target When Loaded Troops Are Ordered To Engage Airborne Units https://github.com/commy2/zerohour/issues/182 [IMPROVEMENT][NPROJECT] Listening Outpost Lacks Voice Lines For Attacking Enemies https://github.com/commy2/zerohour/issues/181 [IMPROVEMENT] Some Units Lack Voice Line When Ordered To Attack Airborne Targets https://github.com/commy2/zerohour/issues/180 [DONE][NPROJECT] Vanilla GLA Battle Bus Missing Sound Effect When Power Sliding diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini index acc790a7a..353d91e64 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini @@ -8485,6 +8485,7 @@ Weapon BattleBusDummyWeapon AntiAirborneVehicle = Yes AntiAirborneInfantry = Yes AntiGround = No + AcceptableAimDelta = 180 ; Patch104p @bugfix commy2 10/09/2021 Fix Bus turning when ordered to attack airborne targets. End ; Patch104p @bugfix Dummy weapons used when Scud Storm explodes.