Skip to content

Commit

Permalink
Merge pull request #89 from zer0Kerbal/0.8.0.0-beta
Browse files Browse the repository at this point in the history
0.8.0.0-beta (2015-04-28) - Beta + KSP 1.0 updates
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 3112f88 + 67fb74e commit 291e5f0
Show file tree
Hide file tree
Showing 46 changed files with 238 additions and 220 deletions.
6 changes: 3 additions & 3 deletions FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 7,
"MINOR" : 8,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 0,
"MINOR" : 9,
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 0
},
"KSP_VERSION_MIN" :
Expand Down
10 changes: 10 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8 (2015-04-28) - Beta + KSP 1.0 updates
- Corrected Xenon options for Fuel Switcher.
- KSP 1.0 fixes, including but not limited to:
- Costs, max temps, and tech tree assignments of all fuel tanks
- Mass adjustments on 0.625m and 3.75m tanks
- Capacity adjustments on tanks close to Oscar-B
- Fixed bottom attachment nodes
- Added attachment profile settings
- Increased scale of "triangular" tanks by 25% to make them align nicely with the small cubes.

0.7.1 (2015-03-25) - Beta
- Corrected fuel capacity of the FL-T50 fuel tank.

Expand Down
6 changes: 3 additions & 3 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 7,
"MINOR" : 8,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 0,
"MINOR" : 9,
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 0
},
"KSP_VERSION_MIN" :
Expand Down
16 changes: 8 additions & 8 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 45,55;90;110;875
basePartMass = 0.0625
displayCurrentTankCost = false
Expand All @@ -116,7 +116,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 27,33;665
basePartMass = 0.0475
displayCurrentTankCost = false
Expand All @@ -132,7 +132,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 13.5,16.5;385
basePartMass = 0.0275
displayCurrentTankCost = false
Expand All @@ -148,7 +148,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 2.7,3.3;95
basePartMass = 0.007
displayCurrentTankCost = false
Expand All @@ -164,7 +164,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 22.5,27.5;2800
basePartMass = 0.125
displayCurrentTankCost = false
Expand All @@ -180,7 +180,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 36,44;980
basePartMass = 0.07
displayCurrentTankCost = false
Expand All @@ -196,7 +196,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 8.1,9.9;210
basePartMass = 0.015
displayCurrentTankCost = false
Expand All @@ -212,7 +212,7 @@
{

name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Xenon
resourceNames = LiquidFuel,Oxidizer;XenonGas
resourceAmounts = 2.7,3.3;140
basePartMass = 0.01
displayCurrentTankCost = false
Expand Down
9 changes: 4 additions & 5 deletions GameData/NecroBones/FuelTanksPlus/Probe/TPtankCube00500.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ scale = 1.0
rescaleFactor = 0.97

node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = propulsionSystems
entryCost = 1600
cost = 150
category = FuelTank
Expand All @@ -34,9 +34,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900


maxTemp = 2000
bulkheadProfiles = size0, srf

RESOURCE
{
Expand Down
8 changes: 4 additions & 4 deletions GameData/NecroBones/FuelTanksPlus/Probe/TPtankCube00750.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.375, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.375, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = propulsionSystems
entryCost = 1600
cost = 400
category = FuelTank
Expand All @@ -34,8 +34,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0, srf


RESOURCE
Expand Down
8 changes: 4 additions & 4 deletions GameData/NecroBones/FuelTanksPlus/Probe/TPtankCube01250.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.625, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = propulsionSystems
entryCost = 1600
cost = 1000
category = FuelTank
Expand All @@ -34,8 +34,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0, srf


RESOURCE
Expand Down
10 changes: 5 additions & 5 deletions GameData/NecroBones/FuelTanksPlus/Probe/TPtankTri01-LFO.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ MODEL {
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 1.0
rescaleFactor = 1.25

node_stack_top = 0.0, 0.1925, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1925, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1925, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = propulsionSystems
entryCost = 1600
cost = 200
category = FuelTank
Expand All @@ -33,8 +33,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0


RESOURCE
Expand Down
8 changes: 4 additions & 4 deletions GameData/NecroBones/FuelTanksPlus/Probe/TPtankTri02-Xenon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ MODEL {
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 1.0
rescaleFactor = 1.25

node_stack_top = 0.0, 0.1925, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1925, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1925, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = ionPropulsion
entryCost = 16000
Expand All @@ -33,8 +33,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0


RESOURCE
Expand Down
20 changes: 10 additions & 10 deletions GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL00175-Grey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.0875, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.0875, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.0875, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.3125, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = precisionPropulsion
entryCost = 4500
cost = 150
cost = 100
category = FuelTank
subcategory = 0
title = Oscar-A 0.625m Fuel Tank
Expand All @@ -26,30 +26,30 @@ description = Small scale fuel storage for satellites, probes, and other small v

attachRules = 1,1,1,1,0

mass = 0.007
mass = 0.01
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0, srf


RESOURCE
{
name = LiquidFuel
amount = 2.7
maxAmount = 2.7
amount = 4.05
maxAmount = 4.05
}

RESOURCE
{
name = Oxidizer
amount = 3.3
maxAmount = 3.3
amount = 4.95
maxAmount = 4.95
}


Expand Down
20 changes: 10 additions & 10 deletions GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL00700-Grey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.35, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.35, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.3125, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = precisionPropulsion
entryCost = 2200
cost = 350
cost = 150
category = FuelTank
subcategory = 0
title = Oscar-C 0.625m Fuel Tank
Expand All @@ -26,30 +26,30 @@ description = Small scale fuel storage for satellites, probes, and other small v

attachRules = 1,1,1,1,0

mass = 0.0275
mass = 0.035
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0, srf


RESOURCE
{
name = LiquidFuel
amount = 13.5
maxAmount = 13.5
amount = 16.875
maxAmount = 16.875
}

RESOURCE
{
name = Oxidizer
amount = 16.5
maxAmount = 16.5
amount = 20.625
maxAmount = 20.625
}


Expand Down
10 changes: 5 additions & 5 deletions GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL01350-Grey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.675, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.675, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.3125, 0.0, 0.0, 1.0, 0.0, 0.0, 0

TechRequired = precisionEngineering
TechRequired = precisionPropulsion
entryCost = 1800
cost = 500
cost = 350
category = FuelTank
subcategory = 0
title = Oscar-D 0.625m Fuel Tank
Expand All @@ -34,8 +34,8 @@ angularDrag = 2
crashTolerance = 6
breakingForce = 50
breakingTorque = 50
maxTemp = 2900

maxTemp = 2000
bulkheadProfiles = size0, srf


RESOURCE
Expand Down
Loading

0 comments on commit 291e5f0

Please sign in to comment.