diff --git a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-1-rigid.cfg b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-1-rigid.cfg index 76a411ca..6613df97 100644 --- a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-1-rigid.cfg +++ b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-1-rigid.cfg @@ -41,6 +41,9 @@ PART allowAnimationWhileShielded = False allowDeployLimit = true defaultActionGroup = Gear + revClampDirection = true + revClampSpeed = false + revClampPercent = false } MODULE { diff --git a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-2-rigid.cfg b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-2-rigid.cfg index 4134b2d3..b89aa697 100644 --- a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-2-rigid.cfg +++ b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-2-rigid.cfg @@ -41,6 +41,9 @@ PART allowAnimationWhileShielded = False allowDeployLimit = true defaultActionGroup = Gear + revClampDirection = true + revClampSpeed = false + revClampPercent = false } MODULE { diff --git a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-3-rigid.cfg b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-3-rigid.cfg index 8e4c7d27..d317f3a6 100644 --- a/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-3-rigid.cfg +++ b/Distribution/RestockExtras/RestockRigidLegs/Parts/restock-leg-3-rigid.cfg @@ -41,6 +41,9 @@ PART allowAnimationWhileShielded = False allowDeployLimit = true defaultActionGroup = Gear + revClampDirection = true + revClampSpeed = false + revClampPercent = false } MODULE { diff --git a/Distribution/RestockExtras/RestockRigidLegs/changelog.txt b/Distribution/RestockExtras/RestockRigidLegs/changelog.txt new file mode 100644 index 00000000..bf51c17e --- /dev/null +++ b/Distribution/RestockExtras/RestockRigidLegs/changelog.txt @@ -0,0 +1,7 @@ +v1.2.0 +------ +- Fixed rigid landing legs deploying immediately + +v1.0.0 +----- +- Initial Release \ No newline at end of file diff --git a/Distribution/RestockExtras/RestockRigidLegs/readme.txt b/Distribution/RestockExtras/RestockRigidLegs/readme.txt index a66b9013..66a85054 100644 --- a/Distribution/RestockExtras/RestockRigidLegs/readme.txt +++ b/Distribution/RestockExtras/RestockRigidLegs/readme.txt @@ -1,5 +1,5 @@ ======================== -RESTOCK RIGID LEGS 1.0.3 +RESTOCK RIGID LEGS 1.2.0 ======================== Restock Rigid Legs adds alternate versions of the stock legs without the suspension module. These legs are functionally just animated parts the are by default tied to the landing gear action group. The legs are added as their own parts and do not replace the existing legs, making them compatible with saves just like any other mod. They also take advantage of the physics material switcher module added in 1.7.3, allowing for an adjustable level of friction to prevent your landers from sliding down slopes. @@ -9,7 +9,7 @@ DEPENDENCIES ============ Required: -- Restock (1.0.3) +- Restock (1.2.0) - ModuleManager (4.1.3) ============ @@ -28,7 +28,7 @@ To install, drag the RestockRigidLegs folder and ModuleManager DLL from the Game - Parts - Resources - etc. - - ModuleManager.4.0.2.dll + - ModuleManager.4.1.3.dll ============ LOCALIZATION @@ -37,6 +37,7 @@ LOCALIZATION This mod primarily uses vanilla-provided localization, but for additional strings, it provides localization support for the following languages: - English - Simplified Chinese (Duck1998) +- German (Squeep) ========= LICENSING