Skip to content

Commit c337c60

Browse files
committed
slow down dummy walk
1 parent 7bf8805 commit c337c60

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)