mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
parent
41422abb5b
commit
58d30d084b
BIN
Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu
Normal file → Executable file
BIN
Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu
Normal file → Executable file
Binary file not shown.
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user