-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/zer0Kerbal/FuelTanksPlus
- Loading branch information
Showing
14 changed files
with
271 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL01875-Black.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
PART | ||
{ | ||
name = TPtank0mL01875-Black | ||
module = Part | ||
author = NecroBones | ||
|
||
MODEL { | ||
model = FuelTanksPlus/Size0/TPtank0mL01875-Black | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 1.0 | ||
|
||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 0 | ||
node_stack_bottom = 0.0, -0.9375, 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 | ||
entryCost = 1600 | ||
cost = 600 | ||
category = FuelTank | ||
subcategory = 0 | ||
title = FTP 0.625m Vanguard-100 Fuel Tank | ||
manufacturer = Fuel Tanks Plus | ||
description = A relatively mass/cost efficient fuel tank for probes and other small vehicles. | ||
|
||
attachRules = 1,1,1,1,0 | ||
|
||
mass = 0.0625 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
maxTemp = 2900 | ||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = LiquidFuel | ||
amount = 45 | ||
maxAmount = 45 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
amount = 55 | ||
maxAmount = 55 | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudTop | ||
bottomNodeName = top | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudBottom | ||
bottomNodeName = bottom | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
} |
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL01875-Grey.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
PART | ||
{ | ||
name = TPtank0mL01875-Grey | ||
module = Part | ||
author = NecroBones | ||
|
||
MODEL { | ||
model = FuelTanksPlus/Size0/TPtank0mL01875-Grey | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 1.0 | ||
|
||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 0 | ||
node_stack_bottom = 0.0, -0.9375, 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 | ||
entryCost = 1600 | ||
cost = 600 | ||
category = FuelTank | ||
subcategory = 0 | ||
title = FTP 0.625m Oscar-100 Fuel Tank | ||
manufacturer = Fuel Tanks Plus | ||
description = A relatively mass/cost efficient fuel tank for probes and other small vehicles. | ||
|
||
attachRules = 1,1,1,1,0 | ||
|
||
mass = 0.0625 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
maxTemp = 2900 | ||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = LiquidFuel | ||
amount = 45 | ||
maxAmount = 45 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
amount = 55 | ||
maxAmount = 55 | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudTop | ||
bottomNodeName = top | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudBottom | ||
bottomNodeName = bottom | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
} |
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL01875-White.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
PART | ||
{ | ||
name = TPtank0mL01875-White | ||
module = Part | ||
author = NecroBones | ||
|
||
MODEL { | ||
model = FuelTanksPlus/Size0/TPtank0mL01875-White | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 1.0 | ||
|
||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 0 | ||
node_stack_bottom = 0.0, -0.9375, 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 | ||
entryCost = 1600 | ||
cost = 600 | ||
category = FuelTank | ||
subcategory = 0 | ||
title = FTP 0.625m Juno-100 Fuel Tank | ||
manufacturer = Fuel Tanks Plus | ||
description = A relatively mass/cost efficient fuel tank for probes and other small vehicles. | ||
|
||
attachRules = 1,1,1,1,0 | ||
|
||
mass = 0.0625 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
maxTemp = 2900 | ||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = LiquidFuel | ||
amount = 45 | ||
maxAmount = 45 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
amount = 55 | ||
maxAmount = 55 | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudTop | ||
bottomNodeName = top | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = TPtankShroudBottom | ||
bottomNodeName = bottom | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
|
||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters