Skip to content

Commit b3fc2c0

Browse files
committed
Merge branch 'better-fast-movement' of https://github.com/cortex-command-community/Cortex-Command-Community-Project into better-fast-movement
2 parents 1e4655d + c337c60 commit b3fc2c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Data/Base.rte/Actors/Infantry/GreenDummy/GreenDummy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@ AddActor = AHuman
724724
StartOffset = Vector
725725
X = 10
726726
Y = -3
727-
TravelSpeed = 3.0
727+
TravelSpeed = 2.6
728728
WalkRotAngleTarget = -0.05
729729
RunLimbPath = LimbPath
730-
CopyOf = Robot Run Path
730+
CopyOf = Human Run Path
731731
TravelSpeed = 4.0
732732
RunRotAngleTarget = -0.07
733733
CrouchLimbPath = LimbPath

Data/Dummy.rte/Actors/Shared.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AddLimbPath = LimbPath
77
StartOffset = Vector
88
X = 10
99
Y = -3
10-
TravelSpeed = 3.5
10+
TravelSpeed = 2.6
1111
PushForce = 4250
1212

1313
AddLimbPath = LimbPath

0 commit comments

Comments
 (0)