Skip to content

Commit

Permalink
Merge pull request #96 from zer0Kerbal/0.11.0.0
Browse files Browse the repository at this point in the history
0.11.0.0 (2015-06-12) - New things
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 02f11d8 + 79e42f3 commit 311fa0d
Show file tree
Hide file tree
Showing 20 changed files with 675 additions and 21 deletions.
4 changes: 2 additions & 2 deletions FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 10,
"PATCH" : 1,
"MINOR" : 11,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
7 changes: 7 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.11 (2015-06-12) - New things.
- Added support for Modular Fuel Systems (Modular Fuel Tanks).
- Added support for Deadly Reentry.
- Added white and orange double-length tanks.
- Added 3.75m nuclear (LF-only) tank (one length for now).
- Reconverted textures to DDS format (again).

0.10.1 (2015-05-28) - Appearance tweaks.
- Altered sheen/specular on nuclear LF tanks, and size 3 "silver" tanks.
- corrected a mesh mistake on the 2.5m nuclear tanks.
Expand Down
45 changes: 33 additions & 12 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
{
"NAME": "Fuel Tanks Plus",
"URL": "http://ksp.necrobones.com/files/FuelTanksPlus/FuelTanksPlus.version",
"DOWNLOAD": "https://kerbalstuff.com/mod/529/Fuel%20Tanks%20Plus",
"VERSION": {
"MAJOR": 0,
"MINOR": 10,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 1
"NAME" : "FuelTanksPlus (FTP)",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/FuelTanksPlus/master/FuelTanksPlus.version",
"DOWNLOAD" : "https://github.com/zer0Kerbal/FuelTanksPlus/releases/latest",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FuelTanksPlus/master/changelog.md",
"GITHUB" :
{
"USERNAME" : "zer0Kerbal",
"REPOSITORY" : "FuelTanksPlus",
"ALLOW_PRE_RELEASE" : false
},
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 11,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 2
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 0,
"MINOR" : 9,
"PATCH" : 0
},
"INSTALL_LOC" :
{
"NAME" : "FuelTanksPlus",
"DIRECTORY" : "NecroBones/FuelTanksPlus"
}
}
23 changes: 23 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_DeadlyReentry.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@PART[TPtank*|TPprobe*]:FOR[FuelTanksPlus]:NEEDS[DeadlyReentry]
{
@maxTemp = 1073.15
MODULE
{
name = ModuleAeroReentry
skinMaxTemp = 2000
}
}
@PART[TPcone*|TPdome*|TPtank1mCone*]:FOR[FuelTanksPlus]:NEEDS[DeadlyReentry]
{
@maxTemp = 1523.15
@emissiveConstant = 0.6
{
name = ModuleAeroReentry
skinThicknessFactor = 0.1
skinHeatConductivity = 0.012
skinMaxTemp = 2000
}
}



18 changes: 18 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@
showInfo = true
}
}
@PART[TPtank2mL15000*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
name:NEEDS[FSfuelSwitch&!InterstellarFuelSwitch] = FSfuelSwitch
name:NEEDS[InterstellarFuelSwitch&!FSfuelSwitch] = InterstellarFuelSwitch
name:NEEDS[InterstellarFuelSwitch&FSfuelSwitch] = InterstellarFuelSwitch
resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 5760,7040;11520;14080
basePartMass = 8
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank2mL11250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
Expand Down
Loading

0 comments on commit 311fa0d

Please sign in to comment.