From 147b7970984e9eaf39d003b5f3d53879e70a14f2 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 10 May 2020 14:08:05 -0700 Subject: [PATCH] Fix RS+ Engine plate nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fix crossfeed being enabled on the bottom node • Fix node size on 1.875m, 2.5m, 3.75m, and 5m engine plates --- .../Parts/Coupling/125/restock-engineplate-125-1.cfg | 2 +- .../Parts/Coupling/1875/restock-engineplate-1875-1.cfg | 4 ++-- .../Parts/Coupling/25/restock-engineplate-25-1.cfg | 4 ++-- .../Parts/Coupling/375/restock-engineplate-375-1.cfg | 4 ++-- .../ReStockPlus/Parts/Coupling/5/restock-engineplate-5-1.cfg | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/125/restock-engineplate-125-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/125/restock-engineplate-125-1.cfg index d8a8c7df..e0444963 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/125/restock-engineplate-125-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/125/restock-engineplate-125-1.cfg @@ -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 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 d09a2c0c..4d3aa697 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 @@ -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 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/25/restock-engineplate-25-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/25/restock-engineplate-25-1.cfg index f701890c..9930b56f 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/25/restock-engineplate-25-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/25/restock-engineplate-25-1.cfg @@ -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 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-engineplate-375-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-engineplate-375-1.cfg index bdd99cad..433f71b3 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-engineplate-375-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/375/restock-engineplate-375-1.cfg @@ -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 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/5/restock-engineplate-5-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/5/restock-engineplate-5-1.cfg index 548c9960..bdb55555 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/5/restock-engineplate-5-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Coupling/5/restock-engineplate-5-1.cfg @@ -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