Skip to content

Commit

Permalink
Improve Bomb Truck Locomotor
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Oct 29, 2022
1 parent 294e698 commit 91c3a07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,12 @@ Locomotor BombTruckLocomotor
Surfaces = GROUND
Speed = 50 ; in dist/sec
SpeedDamaged = 50 ; in dist/sec
TurnRate = 90 ; in degrees/sec
TurnRateDamaged = 60 ; in degrees/sec
Acceleration = 1000 ;400 ; in dist/(sec^2)
AccelerationDamaged = 1000 ;300 ; in dist/(sec^2)
Braking = 1000 ;50 ; in dist/(sec^2)
MinTurnSpeed = 0 ; in dist/sec
TurnRate = 90 ; in degrees/sec ; turn 90 degrees in 1.000 s
TurnRateDamaged = 75 ; in degrees/sec ; Patch104p @tweak from 60 to turn 90 degrees in 1.200 s instead of 1.500 s
Acceleration = 250 ; in dist/(sec^2) ; Patch104p @tweak from 1000 to accelerate in 0.200 s instead of 0.050 s
AccelerationDamaged = 250 ; in dist/(sec^2) ; Patch104p @tweak from 1000 to accelerate in 0.200 s instead of 0.050 s
Braking = 1000 ; in dist/(sec^2)
MinTurnSpeed = 20 ; in dist/sec ; Patch104p @tweak from 0 to not slow down as much when turning
ZAxisBehavior = NO_Z_MOTIVE_FORCE
Appearance = FOUR_WHEELS
TurnPivotOffset = -0.5 ; where to pivot when turning (-1.0 = rear, 0.0 = center, 1.0 = front)
Expand Down

0 comments on commit 91c3a07

Please sign in to comment.