Fix RS+ Engine plate nodes

• Fix crossfeed being enabled on the bottom node
• Fix node size on 1.875m, 2.5m, 3.75m, and 5m engine plates
pull/863/head
Andrew Cassidy 4 years ago
parent becf643a8f
commit 147b797098
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -13,7 +13,7 @@ PART
}
rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1, 0, 0, 1, 0
TechRequired = advConstruction
entryCost = 2200
cost = 200

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0
}
rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = advConstruction

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0
}
rescaleFactor = 1.0
node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = specializedConstruction

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0
}
rescaleFactor = 1.0
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 3, 0, 0, 1, 0
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = composites

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0
}
rescaleFactor = 1.0
node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 4, 0, 0, 1, 0
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = metaMaterials

Loading…
Cancel
Save