Skip to content

Commit

Permalink
Change: Reduce acceleration time of Sentry Drone by 70% (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Sep 14, 2022
1 parent 6c69ebf commit 6e05642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e05642

Please sign in to comment.