mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix rigid landing legs deploying immediately
This commit is contained in:
parent
4b844987ed
commit
e5adf30e70
@ -41,6 +41,9 @@ PART
|
||||
allowAnimationWhileShielded = False
|
||||
allowDeployLimit = true
|
||||
defaultActionGroup = Gear
|
||||
revClampDirection = true
|
||||
revClampSpeed = false
|
||||
revClampPercent = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -41,6 +41,9 @@ PART
|
||||
allowAnimationWhileShielded = False
|
||||
allowDeployLimit = true
|
||||
defaultActionGroup = Gear
|
||||
revClampDirection = true
|
||||
revClampSpeed = false
|
||||
revClampPercent = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -41,6 +41,9 @@ PART
|
||||
allowAnimationWhileShielded = False
|
||||
allowDeployLimit = true
|
||||
defaultActionGroup = Gear
|
||||
revClampDirection = true
|
||||
revClampSpeed = false
|
||||
revClampPercent = false
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
|
@ -0,0 +1,7 @@
|
||||
v1.2.0
|
||||
------
|
||||
- Fixed rigid landing legs deploying immediately
|
||||
|
||||
v1.0.0
|
||||
-----
|
||||
- Initial Release
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user