Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit fcb61c9

Browse files
committed
Implemented CrouchLimbPathBG on the Coalition Light Soldier
1 parent 36ef6c2 commit fcb61c9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Coalition.rte/Actors/Infantry/CoalitionLight/CoalitionLight.ini

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ AddActor = AHuman
658658
Y = 17
659659
StartSegCount = 0
660660
SlowTravelSpeed = 0.1
661-
NormalTravelSpeed = 0.5
661+
NormalTravelSpeed = 1.0
662662
FastTravelSpeed = 1.5
663663
PushForce = 8000
664664
StandLimbPathBG = LimbPath
@@ -671,6 +671,16 @@ AddActor = AHuman
671671
CopyOf = Human Walk Path
672672
CrouchLimbPath = LimbPath
673673
CopyOf = Human Crouch Path
674+
PresetName = Soldier Crouch Path
675+
StartOffset = Vector
676+
X = -4
677+
Y = 7
678+
CrouchLimbPathBG = LimbPath
679+
CopyOf = Soldier Crouch Path
680+
PresetName = Soldier Crouch Path BG
681+
StartOffset = Vector
682+
X = 9
683+
Y = 7
674684
CrawlLimbPath = LimbPath
675685
CopyOf = Human Crawl Path
676686
ArmCrawlLimbPath = LimbPath

0 commit comments

Comments
 (0)