Skip to content

Commit

Permalink
Merge pull request #84 from zer0Kerbal/0.4.0.0-beta
Browse files Browse the repository at this point in the history
## 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
zer0Kerbal authored Apr 12, 2022
2 parents 134e082 + 3221b37 commit 7615e1b
Show file tree
Hide file tree
Showing 47 changed files with 717 additions and 191 deletions.
2 changes: 1 addition & 1 deletion FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 3,
"MINOR" : 4,
"PATCH" : 0,
"BUILD" : 0
},
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.4 (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.

0.3 (2015-02-02) - Beta, more tanks
- Added three 0.625m tanks.

Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 3,
"MINOR" : 4,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
129 changes: 6 additions & 123 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_TweakScale.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[TPcone2m-Orange]
@PART[TPcone2m*]
{
MODULE
{
Expand All @@ -7,43 +7,7 @@
defaultScale = 2.5
}
}
@PART[TPcone2m-Red]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[TPcone2m-White]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[TPcone3m-Silver]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 3.75
}
}
@PART[TPcone3m-Tan]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 3.75
}
}
@PART[TPcone3m-White]
@PART[TPcone3m*]
{
MODULE
{
Expand All @@ -52,16 +16,7 @@
defaultScale = 3.75
}
}
@PART[TPtank0mL01875-Black]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 0.625
}
}
@PART[TPtank0mL01875-Grey]
@PART[TPtank0mL*]
{
MODULE
{
Expand All @@ -70,25 +25,7 @@
defaultScale = 0.625
}
}
@PART[TPtank0mL01875-White]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 0.625
}
}
@PART[TPtank1mL05625-Checkered]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 1.25
}
}
@PART[TPtank1mL05625-Green]
@PART[TPtank1mL*]
{
MODULE
{
Expand All @@ -97,34 +34,7 @@
defaultScale = 1.25
}
}
@PART[TPtank1mL05625-White]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 1.25
}
}
@PART[TPtank2mL11250-Blue]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[TPtank2mL11250-Orange]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[TPtank2mL11250-Red]
@PART[TPtank2mL*]
{
MODULE
{
Expand All @@ -133,34 +43,7 @@
defaultScale = 2.5
}
}
@PART[TPtank2mL11250-White]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[TPtank3mL11250-Silver]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 3.75
}
}
@PART[TPtank3mL11250-Tan]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 3.75
}
}
@PART[TPtank3mL11250-White]
@PART[TPtank3mL*]
{
MODULE
{
Expand Down
Binary file modified GameData/NecroBones/FuelTanksPlus/Size0/TPtank0m-Specular.mbm
Binary file not shown.
78 changes: 78 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL00175-Grey.cfg
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 GameData/NecroBones/FuelTanksPlus/Size0/TPtank0mL00700-Grey.cfg
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.
Loading

0 comments on commit 7615e1b

Please sign in to comment.