Add nodes to spherical tanks

This commit is contained in:
Chris Adderley 2020-04-28 10:54:11 -07:00
parent d274576fa3
commit 9a2edc59b1
6 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ PART
// Attachment // Attachment
attachRules = 1,1,1,1,0 attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 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 node_attach = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 0
// Tech // Tech
TechRequired = propulsionSystems TechRequired = propulsionSystems

View File

@ -21,6 +21,7 @@ PART
// Attachment // Attachment
attachRules = 1,1,1,1,0 attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1 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 node_attach = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1
// Tech // Tech
TechRequired = generalRocketry TechRequired = generalRocketry

View File

@ -21,6 +21,7 @@ PART
// Attachment // Attachment
attachRules = 1,1,1,1,0 attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.203, 0, 0.0, -1.0, 0.0, 1 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 node_attach = 0.0, -0.203, 0.0, 0.0, -1.0, 0.0, 1
// Tech // Tech
TechRequired = advRocketry TechRequired = advRocketry

View File

@ -21,6 +21,7 @@ PART
// Attachment // Attachment
attachRules = 1,1,1,1,0 attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2 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 node_attach = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2
// Tech // Tech
TechRequired = fuelSystems TechRequired = fuelSystems

View File

@ -21,6 +21,7 @@ PART
// Attachment // Attachment
attachRules = 1,1,1,1,0 attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.28, 0, 0.0, -1.0, 0.0, 3 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 node_attach = 0.0, -0.28, 0.0, 0.0, -1.0, 0.0, 3
// Tech // Tech
TechRequired = highPerformanceFuelSystems TechRequired = highPerformanceFuelSystems

View File

@ -33,6 +33,7 @@ v1.1.0
- Rovemax Model S2-T (Andrew Cassidy): 90° rotated rover wheel for building tricycles - 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 - Rovemax Model M0 (Andrew Cassidy): folding rover wheel. Disabled if Making History is installed
- Fixes and improvements - Fixes and improvements
- Added nodes on the top of hemispherical tanks for easier attachement
- Fixed shrouds on Caravel's variants (#796) - 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) - 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) - Adjusted MH hiding patch to apply to tech tree correctly and disable part testing contracts (#799)