Skip to content

Commit

Permalink
Fixed LT-2 landing leg being weaker than stock
Browse files Browse the repository at this point in the history
  • Loading branch information
sug44 committed Feb 25, 2024
1 parent c6cf162 commit b9d28f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,23 @@
}
@MODULE[ModuleWheelBase]
{
@clipObject = leg3_piston_CAPSULECOLLIDER
@wheelColliderTransformName = wheelCollider
@clipObject = piston_collider
}
@MODULE[ModuleWheelSuspension]
{
@suspensionTransformName = leg3_piston
@suspensionColliderName = leg3_piston_CAPSULECOLLIDER
suspensionTransformName = piston
suspensionColliderName = piston_collider
}
@MODULE[ModuleWheelDeployment]
{
@animationTrfName = leg3
@deployTargetTransformName = deployTgt
@animationTrfName = leg
@animationStateName = restock-leg-3-deploy
@retractTransformName = leg3_piston
@retractTransformName = piston
}
@MODULE[ModuleWheelBogey]
{
@bogeyTransformName = leg3_foot
@bogeyTransformName = foot
}
}
1 change: 1 addition & 0 deletions Distribution/Restock/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ v1.4.4
- Fixed Russian localization syntax
- Fixed variant display names for lights
- Tidied up various config syntax errors, thank you HebaruSan!
- Fixed LT-2 landing leg being weaker than stock (#858)

v1.4.3
------
Expand Down

0 comments on commit b9d28f8

Please sign in to comment.