diff --git a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu old mode 100644 new mode 100755 index b4b59c4e..0fc90e0a Binary files a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu and b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg b/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg index 4ab1e0f8..0fea3668 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg @@ -109,22 +109,24 @@ } @MODULE[ModuleWheelBase] { - @clipObject = leg2_piston_CAPSULECOLLIDER + @wheelColliderTransformName = wheelCollider + @clipObject = piston_collider } @MODULE[ModuleWheelSuspension] { - @suspensionTransformName = leg2_piston - @suspensionColliderName = leg2_piston_CAPSULECOLLIDER + @suspensionTransformName = Piston + @suspensionColliderName = piston_collider } @MODULE[ModuleWheelDeployment] { - @animationTrfName = leg2 - @animationStateName = restock-leg-2-deploy - @retractTransformName = leg2_piston + @deployTargetTransformName = deployTgt + @animationTrfName = landingLegSmall + @animationStateName = Deploy + @retractTransformName = Piston } @MODULE[ModuleWheelBogey] { - @bogeyTransformName = leg2_foot + @bogeyTransformName = foot } } diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 7ce62478..ca91175d 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -2,6 +2,7 @@ v1.1.2 ------ - Fixed engine plate compatability with stock vessels by moving boattails to the end of the variant list - Fixed engine plate negative masses when used in KSP 1.8.x by setting the part mass to the 1.9.x values. This comes at the expense of affecting part balance when used in 1.8.x. +- Refactored LT-1 landing leg to help address weakness issues (#858) v1.1.1 ------