This commit is contained in:
Chris Adderley
2020-04-25 09:24:18 -07:00
166 changed files with 3463 additions and 4826 deletions

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style long fuel tank
PART
{
name = restock-fueltank-5-1
@ -22,14 +24,11 @@ PART
scale = 1,-1,1
rotation = 0, 0, 0
}
node_stack_top = 0.0, 7.5, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -7.5, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 150800
cost = 51200
@ -63,7 +62,6 @@ PART
amount = 28160
maxAmount = 28160
}
MODULE
{
name = ModulePartVariants

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style medium fuel tank
PART
{
name = restock-fueltank-5-2
@ -22,14 +24,11 @@ PART
scale = 1,-1,1
rotation = 0, 0, 0
}
node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 75800
cost = 25600
@ -63,7 +62,6 @@ PART
amount = 14080
maxAmount = 14080
}
MODULE
{
name = ModulePartVariants

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style short fuel tank
PART
{
name = restock-fueltank-5-3
@ -22,14 +24,11 @@ PART
scale = 1,-1,1
rotation = 0, 0, 0
}
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 35200
cost = 12800
@ -63,7 +62,6 @@ PART
amount = 7040
maxAmount = 7040
}
MODULE
{
name = ModulePartVariants
@ -77,10 +75,10 @@ PART
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
5mSmallBlackWhite = true
5mSmallOrange = false
}
{
5mSmallBlackWhite = true
5mSmallOrange = false
}
}
VARIANT
{
@ -90,10 +88,10 @@ PART
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
5mSmallBlackWhite = false
5mSmallOrange = true
}
{
5mSmallBlackWhite = false
5mSmallOrange = true
}
}
}
}

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style mini fuel tank
PART
{
name = restock-fueltank-5-4
@ -22,14 +24,11 @@ PART
scale = 1,-1,1
rotation = 0, 0, 0
}
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 19600
cost = 6400
@ -52,18 +51,17 @@ PART
bulkheadProfiles = size4, srf
tags = #LOC_RestockPlus_restock-fuel-tank-5-4_tags
RESOURCE
{
name = LiquidFuel
amount = 2880
maxAmount = 2880
}
RESOURCE
{
name = Oxidizer
amount = 3520
maxAmount = 3520
}
{
name = LiquidFuel
amount = 2880
maxAmount = 2880
}
RESOURCE
{
name = Oxidizer
amount = 3520
maxAmount = 3520
}
MODULE
{
name = ModulePartVariants
@ -77,10 +75,10 @@ PART
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
5mMiniBlackWhite = true
5mMiniOrange = false
}
{
5mMiniBlackWhite = true
5mMiniOrange = false
}
}
VARIANT
{
@ -90,10 +88,10 @@ PART
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
5mMiniBlackWhite = false
5mMiniOrange = true
}
{
5mMiniBlackWhite = false
5mMiniOrange = true
}
}
}
}

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style 5m to 3.75m fuel tank
PART
{
name = restock-fueltank-adapter-375-5-1
@ -25,10 +27,8 @@ PART
node_stack_top = 0.0, 1.25, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, -1.25, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 21600
cost = 6400
@ -62,7 +62,6 @@ PART
amount = 3520
maxAmount = 3520
}
MODULE
{
name = ModulePartVariants

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style engine mount
PART
{
name = restock-fueltank-saturn-engine-1
@ -135,19 +137,16 @@ PART
method = FIXED_JOINT
rigid = true
}
node_stack_top = 0.0, 1.25, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -1.3, 0.0, 0.0, -1.0, 0.0, 2
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 24000
cost = 8000
category = FuelTank
subcategory = 0
stackSymmetry = 3
stackSymmetry = 3
title = #LOC_RestockPlus_restock-fuel-tank-saturn-engine-1_title
manufacturer = #autoLOC_501638
description = #LOC_RestockPlus_restock-fuel-tank-saturn-engine-1_description
@ -162,7 +161,7 @@ PART
breakingTorque = 400
maxTemp = 2000
fuelCrossFeed = True
bulkheadProfiles = size4, size1, srf
bulkheadProfiles = size4, size1, srf
tags = #LOC_RestockPlus_restock-fuel-tank-saturn-engine-1_tags
RESOURCE
{
@ -176,43 +175,41 @@ PART
amount = 4950
maxAmount = 4950
}
MODULE
{
name = ModuleDynamicNodes
autostrut = true
NODE_SET
{
name = ModuleDynamicNodes
autostrut = true
NODE_SET
{
DisplayText = Four
MeshTransform = 5mMountSaturnX5
NodePrefix = N4_
SetCount = 4
Symmetry = 3
}
NODE_SET
{
DisplayText = Three
MeshTransform = 5mMountSaturnX4
NodePrefix = N3_
SetCount = 3
Symmetry = 2
}
NODE_SET
{
DisplayText = Two
MeshTransform = 5mMountSaturnX3
NodePrefix = N2_
SetCount = 2
Symmetry = 1
}
NODE_SET
{
DisplayText = Six
MeshTransform = 5mMountSaturnX7
NodePrefix = N6_
SetCount = 6
Symmetry = 5
}
DisplayText = Four
MeshTransform = 5mMountSaturnX5
NodePrefix = N4_
SetCount = 4
Symmetry = 3
}
NODE_SET
{
DisplayText = Three
MeshTransform = 5mMountSaturnX4
NodePrefix = N3_
SetCount = 3
Symmetry = 2
}
NODE_SET
{
DisplayText = Two
MeshTransform = 5mMountSaturnX3
NodePrefix = N2_
SetCount = 2
Symmetry = 1
}
NODE_SET
{
DisplayText = Six
MeshTransform = 5mMountSaturnX7
NodePrefix = N6_
SetCount = 6
Symmetry = 5
}
}
}