From 9a2edc59b16ba831ee00f69d9cd8f441167ee146 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Tue, 28 Apr 2020 10:54:11 -0700 Subject: [PATCH] Add nodes to spherical tanks --- .../Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg | 1 + .../Parts/FuelTank/125/restock-fuel-tank-sphere-125-1.cfg | 1 + .../Parts/FuelTank/1875/restock-fuel-tank-sphere-1875-1.cfg | 1 + .../Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg | 1 + .../Parts/FuelTank/375/restock-fuel-tank-sphere-375-1.cfg | 1 + Distribution/RestockPlus/changelog.txt | 1 + 6 files changed, 6 insertions(+) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg index b4dca4c7..509bbe9e 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg @@ -21,6 +21,7 @@ PART // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 0 + node_stack_top = 0.0, 0.229, 0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 0 // Tech TechRequired = propulsionSystems diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/125/restock-fuel-tank-sphere-125-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/125/restock-fuel-tank-sphere-125-1.cfg index 7812dfae..f6e489ea 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/125/restock-fuel-tank-sphere-125-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/125/restock-fuel-tank-sphere-125-1.cfg @@ -21,6 +21,7 @@ PART // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1 + node_stack_top = 0.0, 0.444, 0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1 // Tech TechRequired = generalRocketry diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/1875/restock-fuel-tank-sphere-1875-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/1875/restock-fuel-tank-sphere-1875-1.cfg index 5d64dcc1..1625a370 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/1875/restock-fuel-tank-sphere-1875-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/1875/restock-fuel-tank-sphere-1875-1.cfg @@ -21,6 +21,7 @@ PART // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.203, 0, 0.0, -1.0, 0.0, 1 + node_stack_top = 0.0, 0.733, 0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, -0.203, 0.0, 0.0, -1.0, 0.0, 1 // Tech TechRequired = advRocketry diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg index f6252f1d..a5ae55a7 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg @@ -21,6 +21,7 @@ PART // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2 + node_stack_top = 0.0, 0.855, 0, 0.0, 1.0, 0.0, 1 node_attach = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2 // Tech TechRequired = fuelSystems diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-sphere-375-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-sphere-375-1.cfg index 43ddd5c9..892aca91 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-sphere-375-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/375/restock-fuel-tank-sphere-375-1.cfg @@ -21,6 +21,7 @@ PART // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.28, 0, 0.0, -1.0, 0.0, 3 + node_stack_top = 0.0, 1.19, 0, 0.0, 1.0, 0.0, 1 node_attach = 0.0, -0.28, 0.0, 0.0, -1.0, 0.0, 3 // Tech TechRequired = highPerformanceFuelSystems diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 07b0c80e..28e101d8 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -33,6 +33,7 @@ v1.1.0 - Rovemax Model S2-T (Andrew Cassidy): 90° rotated rover wheel for building tricycles - Rovemax Model M0 (Andrew Cassidy): folding rover wheel. Disabled if Making History is installed - Fixes and improvements + - Added nodes on the top of hemispherical tanks for easier attachement - Fixed shrouds on Caravel's variants (#796) - RE-137 'Schnauzer'Liquid Fuel Engine and RE-I2 "Caravel" Liquid Fuel Engine have had their manufacturer colours changed to Green-Grey/White (no gameplay effect) to match with the Saturn V parts and Galleon better. They also have new manufacturers and designations (Universal Paperclips) - Adjusted MH hiding patch to apply to tech tree correctly and disable part testing contracts (#799)