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

Commit 0c4cf3f

Browse files
committed
Misc fixes
1 parent 065869a commit 0c4cf3f

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Base.rte/Actors/Shared.ini

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ AddLimbPath = LimbPath
7373
StartSegCount = 3
7474
AddSegment = Vector
7575
X = 0
76-
Y = 2
76+
Y = 3
7777
AddSegment = Vector
7878
X = 0
79-
Y = 2
79+
Y = 3
8080
AddSegment = Vector
8181
X = 0
82-
Y = 5
82+
Y = 4
8383
AddSegment = Vector
8484
X = 0
85-
Y = 5
85+
Y = 4
8686
AddSegment = Vector
8787
X = -4
8888
Y = 3
@@ -114,7 +114,7 @@ AddLimbPath = LimbPath
114114
SlowTravelSpeed = 1.6
115115
NormalTravelSpeed = 3.2
116116
FastTravelSpeed = 4.8
117-
PushForce = 8000
117+
PushForce = 9000
118118

119119

120120
AddLimbPath = LimbPath
@@ -181,7 +181,7 @@ AddLimbPath = LimbPath
181181
SlowTravelSpeed = 1
182182
NormalTravelSpeed = 2.5
183183
FastTravelSpeed = 4
184-
PushForce = 8000
184+
PushForce = 9000
185185

186186

187187
AddLimbPath = LimbPath
@@ -318,11 +318,11 @@ AddLimbPath = LimbPath
318318
PresetName = Human Climb Path
319319
StartOffset = Vector
320320
X = -8
321-
Y = -12
322-
StartSegCount = 6
321+
Y = -14
322+
StartSegCount = 5
323323
AddSegment = Vector
324324
X = 3
325-
Y = -4
325+
Y = -2
326326
AddSegment = Vector
327327
X = 4
328328
Y = -1
@@ -331,23 +331,24 @@ AddLimbPath = LimbPath
331331
Y = 0
332332
AddSegment = Vector
333333
X = 4
334-
Y = 4
334+
Y = 8
335335
AddSegment = Vector
336336
X = 0
337-
Y = 8
337+
Y = 12
338338
AddSegment = Vector
339339
X = 0
340-
Y = 14
340+
Y = 10
341341
AddSegment = Vector
342342
X = -5
343-
Y = 5
343+
Y = 4
344344
AddSegment = Vector
345345
X = -5
346346
Y = 0
347+
EndSegCount = 1
347348
SlowTravelSpeed = 1.0
348349
NormalTravelSpeed = 1.5
349350
FastTravelSpeed = 4.5
350-
PushForce = 5000
351+
PushForce = 8000
351352

352353

353354
AddLimbPath = LimbPath

Base.rte/Materials.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ AddMaterial = Material
931931
PresetName = Scrap Metal
932932
Bounce = 0.1
933933
Friction = 0.95
934-
StructuralIntegrity = 33
934+
StructuralIntegrity = 40
935935
DensityKGPerVolumeL = 4
936936
GibImpulseLimitPerVolumeL = 11
937937
GibWoundLimitPerVolumeL = 0.1

0 commit comments

Comments
 (0)