mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'master' into develop
This commit is contained in:
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
Binary file not shown.
@ -141,21 +141,23 @@
|
||||
}
|
||||
@MODULE[ModuleWheelBase]
|
||||
{
|
||||
@clipObject = leg3_piston_CAPSULECOLLIDER
|
||||
@wheelColliderTransformName = wheelCollider
|
||||
@clipObject = piston_collider
|
||||
}
|
||||
@MODULE[ModuleWheelSuspension]
|
||||
{
|
||||
@suspensionTransformName = leg3_piston
|
||||
@suspensionColliderName = leg3_piston_CAPSULECOLLIDER
|
||||
@suspensionTransformName = piston
|
||||
@suspensionColliderName = piston_collider
|
||||
}
|
||||
@MODULE[ModuleWheelDeployment]
|
||||
{
|
||||
@animationTrfName = leg3
|
||||
@deployTargetTransformName = deployTgt
|
||||
@animationTrfName = leg
|
||||
@animationStateName = restock-leg-3-deploy
|
||||
@retractTransformName = leg3_piston
|
||||
@retractTransformName = piston
|
||||
}
|
||||
@MODULE[ModuleWheelBogey]
|
||||
{
|
||||
@bogeyTransformName = leg3_foot
|
||||
@bogeyTransformName = foot
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,9 @@ v1.5.0
|
||||
- New Engine parts
|
||||
- LV-T91 "Cheetah" Liquid Fuel Engine: now has 1.25m Truss, 1.25m Boattail, 1.875m Truss, 1.875m Boattail and Compact variants.
|
||||
- LV-TX87 "Bobcat" Liquid Fuel Engine: now has [VARIANTS]
|
||||
- Fixed extra random png texture in the distribution (#1017)
|
||||
- Fixed rotation of Mk2 Lander can airlock (#1008)
|
||||
- Fixed LT-2 landing leg being weaker than stock (#858)
|
||||
|
||||
v1.4.5
|
||||
------
|
||||
|
@ -28,6 +28,7 @@ Art
|
||||
- Porkjet
|
||||
- riocrokite
|
||||
- Kavaeric
|
||||
- Well
|
||||
|
||||
Drag cube wizardry
|
||||
- DMagic
|
||||
|
Reference in New Issue
Block a user