mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Various engine/shroud fixes
This commit is contained in:
parent
06e00d47d9
commit
fa7e6f0077
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 192 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -210,7 +210,8 @@ PART
|
||||
SkiffCompact = false
|
||||
Skiff1875 = true
|
||||
Skiff125 = false
|
||||
Shroud1p5x3 = true
|
||||
Shroud1p5x3 = false
|
||||
Shroud1p5x3_2 = true
|
||||
Shroud2x3 = false
|
||||
}
|
||||
NODES
|
||||
@ -232,6 +233,7 @@ PART
|
||||
Skiff1875 = false
|
||||
Skiff125 = true
|
||||
Shroud1p5x3 = true
|
||||
Shroud1p5x3_2 = false
|
||||
Shroud2x3 = false
|
||||
}
|
||||
NODES
|
||||
@ -254,6 +256,7 @@ PART
|
||||
Skiff1875 = false
|
||||
Skiff125 = false
|
||||
Shroud1p5x3 = true
|
||||
Shroud1p5x3_2 = false
|
||||
Shroud2x3 = false
|
||||
}
|
||||
NODES
|
||||
@ -267,7 +270,7 @@ PART
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = Shroud1p5x3,Shroud2x3
|
||||
jettisonName = Shroud1p5x3,Shroud2x3,Shroud1p5x3_2
|
||||
bottomNodeName = bottom
|
||||
isFairing = True
|
||||
jettisonedObjectMass = 0.1
|
||||
@ -541,5 +544,5 @@ PART
|
||||
responseSpeed = 1.0
|
||||
dependOnEngineState = True
|
||||
dependOnThrottle = True
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -209,7 +209,7 @@ PART
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -2.14, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.715, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
|
@ -443,4 +443,14 @@ PART
|
||||
dependOnEngineState = True
|
||||
dependOnThrottle = True
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
maskTransform = BasicMask
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
maskTransform = WideMask
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user