Skip to content

Commit 14c8701

Browse files
committed
Fixed LT-2 landing leg being weaker than stock
1 parent c6cf162 commit 14c8701

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
Binary file not shown.

Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,23 @@
141141
}
142142
@MODULE[ModuleWheelBase]
143143
{
144-
@clipObject = leg3_piston_CAPSULECOLLIDER
144+
@wheelColliderTransformName = wheelCollider
145+
@clipObject = piston_collider
145146
}
146147
@MODULE[ModuleWheelSuspension]
147148
{
148-
@suspensionTransformName = leg3_piston
149-
@suspensionColliderName = leg3_piston_CAPSULECOLLIDER
149+
@suspensionTransformName = piston
150+
@suspensionColliderName = piston_collider
150151
}
151152
@MODULE[ModuleWheelDeployment]
152153
{
153-
@animationTrfName = leg3
154+
@deployTargetTransformName = deployTgt
155+
@animationTrfName = leg
154156
@animationStateName = restock-leg-3-deploy
155-
@retractTransformName = leg3_piston
157+
@retractTransformName = piston
156158
}
157159
@MODULE[ModuleWheelBogey]
158160
{
159-
@bogeyTransformName = leg3_foot
161+
@bogeyTransformName = foot
160162
}
161163
}

Distribution/Restock/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ v1.4.4
66
- Fixed Russian localization syntax
77
- Fixed variant display names for lights
88
- Tidied up various config syntax errors, thank you HebaruSan!
9+
- Fixed LT-2 landing leg being weaker than stock (#858)
910

1011
v1.4.3
1112
------

0 commit comments

Comments
 (0)