diff --git a/Distribution/Restock/GameData/ReStock/Compatibility/ModularLaunchPads.cfg b/Distribution/Restock/GameData/ReStock/Compatibility/ModularLaunchPads.cfg new file mode 100644 index 00000000..4df96703 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Compatibility/ModularLaunchPads.cfg @@ -0,0 +1,45 @@ +// Modular Launch Pads patch for the 1.875m Engine Plate Boattail variants to move the lower node to fit the Titan launch stand. + +// EP-18 Engine Plate (Making History) +@PART[EnginePlate1p5]:HAS[~RestockIgnore[*]]:NEEDS[ModularLaunchPads]:AFTER[ReStock] +{ + @MODULE[ModulePartVariants] + { + @VARIANT[Boattail-White] + { + @NODES + { + @node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2 + } + } + @VARIANT[Boattail-Orange] + { + @NODES + { + @node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2 + } + } + } +} + +// EP-18 Engine Plate (ReStock+) +@PART[restock-engineplate-1875-1]:NEEDS[ModularLaunchPads]:AFTER[ReStock] +{ + @MODULE[ModulePartVariants] + { + @VARIANT[Boattail-White] + { + @NODES + { + @node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2 + } + } + @VARIANT[Boattail-Orange] + { + @NODES + { + @node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2 + } + } + } +} diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-engineplates.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-engineplates.cfg index 09c3279a..e6bd5042 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-engineplates.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-engineplates.cfg @@ -52,7 +52,7 @@ } NODES { - node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2 } } @@ -91,7 +91,7 @@ } NODES { - node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2 } } @@ -1639,7 +1639,7 @@ } NODES { - node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4 } } @@ -1678,7 +1678,7 @@ } NODES { - node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4 } } diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/1875/restock-engineplate-1875-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/1875/restock-engineplate-1875-1.cfg index 25cb89fd..8b848e5b 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/1875/restock-engineplate-1875-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/1875/restock-engineplate-1875-1.cfg @@ -419,7 +419,7 @@ PART } NODES { - node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.30, 0.0, 0.0, -1.0, 0.0, 2 } } @@ -458,7 +458,7 @@ PART } NODES { - node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2 + node_stack_bottom = 0.0, -1.30, 0.0, 0.0, -1.0, 0.0, 2 } }