Fix rigid landing legs deploying immediately

This commit is contained in:
Andrew Cassidy 2020-07-02 21:39:13 -07:00
parent 4b844987ed
commit e5adf30e70
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
5 changed files with 20 additions and 3 deletions

View File

@ -41,6 +41,9 @@ PART
allowAnimationWhileShielded = False allowAnimationWhileShielded = False
allowDeployLimit = true allowDeployLimit = true
defaultActionGroup = Gear defaultActionGroup = Gear
revClampDirection = true
revClampSpeed = false
revClampPercent = false
} }
MODULE MODULE
{ {

View File

@ -41,6 +41,9 @@ PART
allowAnimationWhileShielded = False allowAnimationWhileShielded = False
allowDeployLimit = true allowDeployLimit = true
defaultActionGroup = Gear defaultActionGroup = Gear
revClampDirection = true
revClampSpeed = false
revClampPercent = false
} }
MODULE MODULE
{ {

View File

@ -41,6 +41,9 @@ PART
allowAnimationWhileShielded = False allowAnimationWhileShielded = False
allowDeployLimit = true allowDeployLimit = true
defaultActionGroup = Gear defaultActionGroup = Gear
revClampDirection = true
revClampSpeed = false
revClampPercent = false
} }
MODULE MODULE
{ {

View File

@ -0,0 +1,7 @@
v1.2.0
------
- Fixed rigid landing legs deploying immediately
v1.0.0
-----
- Initial Release

View File

@ -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. 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: Required:
- Restock (1.0.3) - Restock (1.2.0)
- ModuleManager (4.1.3) - ModuleManager (4.1.3)
============ ============
@ -28,7 +28,7 @@ To install, drag the RestockRigidLegs folder and ModuleManager DLL from the Game
- Parts - Parts
- Resources - Resources
- etc. - etc.
- ModuleManager.4.0.2.dll - ModuleManager.4.1.3.dll
============ ============
LOCALIZATION 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: This mod primarily uses vanilla-provided localization, but for additional strings, it provides localization support for the following languages:
- English - English
- Simplified Chinese (Duck1998) - Simplified Chinese (Duck1998)
- German (Squeep)
========= =========
LICENSING LICENSING