From 6e0564243bd1648c14ae4c4898baf723d82d7e95 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:53:32 +0200 Subject: [PATCH] Change: Reduce acceleration time of Sentry Drone by 70% (#1162) --- Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini b/Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini index 9b7c54d7f..f8cc1afdb 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini @@ -4387,9 +4387,9 @@ Locomotor SentryLocomotor SpeedDamaged = 50 ; in dist/sec TurnRate = 180 ;120 ; in degrees/sec TurnRateDamaged = 180 ;120 ; in degrees/sec - Acceleration = 60 ; in dist/(sec^2) - AccelerationDamaged = 60 ; in dist/(sec^2) - Braking = 60 ; in dist/(sec^2) + Acceleration = 200 ; in dist/(sec^2) Patch104p @tweak from 60 to accelerate in 0.3 seconds instead of 1.0 + AccelerationDamaged = 200 ; in dist/(sec^2) Patch104p @tweak from 60 to accelerate in 0.3 seconds instead of 1.0 + Braking = 200 ; in dist/(sec^2) Patch104p @tweak from 60 to accelerate in 0.3 seconds instead of 1.0 MinTurnSpeed = 20 ; in dist/sec TurnPivotOffset = -0.33 ; where to pivot when turning (-1.0 = rear, 0.0 = center, 1.0 = front) ZAxisBehavior = NO_Z_MOTIVE_FORCE