-
-
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 pull request #84 from zer0Kerbal/0.4.0.0-beta
## 0.4.0.0-beta (2015-02-07) - Beta * Fixed the cap-shrouds to be hidden from the menu icons for the 1.25m tanks. * Changed TweakScale config to use wildcards instead of duplicating settings for every tank. * Altered appearance of the grey "Oscar" 0.62m tank to have fewer ribs. * Renamed most tanks to have better name sorting alongside the stock tanks. * Mildly increased torque/breaking strength on 1.25m, 2.5m, and 3.75m cylindrical tanks. * Added three more 0.625m "Oscar" tanks in several sizes, with a spread of mass/fuel/size ratios to fill the gaps. * Added Orange/White 2.5m and 3.75m tanks that are 3/4 the length of the longest stock tanks in those sizes. * Added white 2.5m and 3.75m tanks that are half the length of the smallest stock tanks in those sizes. * Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> * closes #32 - 0.4 (2015-02-07) - Beta * updates #26 - Previous Releases ---
- Loading branch information
Showing
47 changed files
with
717 additions
and
191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"VERSION" : | ||
{ | ||
"MAJOR" : 0, | ||
"MINOR" : 3, | ||
"MINOR" : 4, | ||
"PATCH" : 0, | ||
"BUILD" : 0 | ||
}, | ||
|
10 changes: 10 additions & 0 deletions
10
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"VERSION" : | ||
{ | ||
"MAJOR" : 0, | ||
"MINOR" : 3, | ||
"MINOR" : 4, | ||
"PATCH" : 0, | ||
"BUILD" : 0 | ||
}, | ||
|
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 modified
BIN
+0 Bytes
(100%)
GameData/NecroBones/FuelTanksPlus/Size0/TPtank0m-Specular.mbm
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL00175-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 = TPtank0mL00175-Grey | ||
module = Part | ||
author = NecroBones | ||
|
||
MODEL { | ||
model = FuelTanksPlus/Size0/TPtank0mL00175-Grey | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
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_attach = 0.3125, 0.0, 0.0, 1.0, 0.0, 0.0, 0 | ||
|
||
TechRequired = precisionEngineering | ||
entryCost = 4500 | ||
cost = 150 | ||
category = FuelTank | ||
subcategory = 0 | ||
title = Oscar-A 0.625m Fuel Tank | ||
manufacturer = Fuel Tanks Plus | ||
description = Small scale fuel storage for satellites, probes, and other small vehicles. Manufactured in cooperation between Probodobodyne Inc, and Fuel Tanks Plus, Inc. | ||
|
||
attachRules = 1,1,1,1,0 | ||
|
||
mass = 0.007 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
maxTemp = 2900 | ||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = LiquidFuel | ||
amount = 2.7 | ||
maxAmount = 2.7 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
amount = 3.3 | ||
maxAmount = 3.3 | ||
} | ||
|
||
|
||
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/TPtank0mL00700-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 = TPtank0mL00700-Grey | ||
module = Part | ||
author = NecroBones | ||
|
||
MODEL { | ||
model = FuelTanksPlus/Size0/TPtank0mL00700-Grey | ||
scale = 1.0, 1.0, 1.0 | ||
} | ||
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_attach = 0.3125, 0.0, 0.0, 1.0, 0.0, 0.0, 0 | ||
|
||
TechRequired = precisionEngineering | ||
entryCost = 2200 | ||
cost = 350 | ||
category = FuelTank | ||
subcategory = 0 | ||
title = Oscar-C 0.625m Fuel Tank | ||
manufacturer = Fuel Tanks Plus | ||
description = Small scale fuel storage for satellites, probes, and other small vehicles. Manufactured in cooperation between Probodobodyne Inc, and Fuel Tanks Plus, Inc. | ||
|
||
attachRules = 1,1,1,1,0 | ||
|
||
mass = 0.0275 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
maxTemp = 2900 | ||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = LiquidFuel | ||
amount = 13.5 | ||
maxAmount = 13.5 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Oxidizer | ||
amount = 16.5 | ||
maxAmount = 16.5 | ||
} | ||
|
||
|
||
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.
Oops, something went wrong.