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
This commit is contained in:
Andrew Cassidy 2020-05-10 14:08:05 -07:00
parent becf643a8f
commit 147b797098
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
5 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ PART
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1 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 TechRequired = advConstruction
entryCost = 2200 entryCost = 2200
cost = 200 cost = 200

View File

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 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, 1 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 /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = advConstruction TechRequired = advConstruction

View File

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.15, 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, 1 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 /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = specializedConstruction TechRequired = specializedConstruction

View File

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.25, 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, 1 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 /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = composites TechRequired = composites

View File

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.35, 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, 1 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 /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = metaMaterials TechRequired = metaMaterials