Skip to content

Commit

Permalink
0.9.0.0 (2015-05-19) - Balance tweaks, Nuclear tanks
Browse files Browse the repository at this point in the history
## 0.9.0.0 (2015-05-19) - Balance tweaks, Nuclear tanks

* Re-balanced the Oscar-like tanks to correspond to the Oscar-B changes.
* Adjusted Interstellar Fuel Switch config to not load if CryoEngines is installed (so Cryo can do the right thing).
* Added LF-only tanks (1.25m and 2.5m) for use with nuclear engines.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com>
* closes #40 - 0.9 (2015-05-19) - Balance tweaks, Nuclear tanks
* updates #26 - Previous Releases

Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com>

---
  • Loading branch information
zer0Kerbal committed Apr 12, 2022
1 parent 25d4aad commit 62bb59e
Show file tree
Hide file tree
Showing 32 changed files with 536 additions and 35 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" : 8,
"PATCH" : 1,
"MINOR" : 9,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9 (2015-05-19) - Balance tweaks, Nuclear tanks
- Re-balanced the Oscar-like tanks to correspond to the Oscar-B changes.
- Adjusted Interstellar Fuel Switch config to not load if CryoEngines is installed (so Cryo can do the right thing).
- Added LF-only tanks (1.25m and 2.5m) for use with nuclear engines.

0.8.2 (2015-05-08) - Fixes, 1.0.2 tweaks
- Tweaked attachment node priority order on many tanks for easier attachment in the VAB.
- Changed the "fuel switching" configs to support Interstellar Fuel Switch.
Expand Down
4 changes: 2 additions & 2 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 8,
"PATCH" : 1,
"MINOR" : 9,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
126 changes: 108 additions & 18 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[TPtank3mL11250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank3mL11250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -16,7 +16,7 @@
showInfo = true
}
}
@PART[TPtank3mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank3mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -33,7 +33,7 @@
showInfo = true
}
}
@PART[TPtank2mL11250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank2mL11250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -51,7 +51,25 @@
showInfo = true
}
}
@PART[TPtank2mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank2mL07500*]: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 = 2880,3520;5760;7040
basePartMass = 4
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank2mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -69,7 +87,43 @@
showInfo = true
}
}
@PART[TPtank2mL00469*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank2mL03750*]: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 = 1440,1760;2880;3520
basePartMass = 2
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank2mL01875*]: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 = 720,880;1440;1760
basePartMass = 1
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank2mL00469*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -87,7 +141,7 @@
showInfo = true
}
}
@PART[TPtank1mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank1mL05625*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -105,7 +159,25 @@
showInfo = true
}
}
@PART[TPtank0mL01875*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank0mL03750*]: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;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 90,110;180;220;1750
basePartMass = 0.125
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank0mL01875*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -123,7 +195,25 @@
showInfo = true
}
}
@PART[TPtank0mL01350*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank0mL00938*]: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;Xenon
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas
resourceAmounts = 22.5,27.5;45;55;437.5
basePartMass = 0.0375
displayCurrentTankCost = false
hasGUI = true
availableInFlight = false
availableInEditor = true
showInfo = true
}
}
@PART[TPtank0mL01350*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -141,7 +231,7 @@
showInfo = true
}
}
@PART[TPtank0mL00700*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank0mL00700*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -159,7 +249,7 @@
showInfo = true
}
}
@PART[TPtank0mL00175*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtank0mL00175*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -177,7 +267,7 @@
showInfo = true
}
}
@PART[TPtankTri*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtankTri*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -195,7 +285,7 @@
showInfo = true
}
}
@PART[TPtankCube01250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtankCube01250*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -213,7 +303,7 @@
showInfo = true
}
}
@PART[TPtankCube00750*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtankCube00750*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -231,7 +321,7 @@
showInfo = true
}
}
@PART[TPtankCube00500*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPtankCube00500*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -249,7 +339,7 @@
showInfo = true
}
}
@PART[TPcone2m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPcone2m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -267,7 +357,7 @@
showInfo = true
}
}
@PART[TPcone3m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPcone3m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -285,7 +375,7 @@
showInfo = true
}
}
@PART[TPdome2m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPdome2m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand All @@ -303,7 +393,7 @@
showInfo = true
}
}
@PART[TPdome3m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch]
@PART[TPdome3m*]:NEEDS[FSfuelSwitch|InterstellarFuelSwitch&!CryoEngines]
{
MODULE
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ bulkheadProfiles = size0, srf
RESOURCE
{
name = LiquidFuel
amount = 4.05
maxAmount = 4.05
amount = 9
maxAmount = 9
}

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ bulkheadProfiles = size0, srf
RESOURCE
{
name = LiquidFuel
amount = 16.875
maxAmount = 16.875
amount = 25.2
maxAmount = 25.2
}

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ bulkheadProfiles = size0, srf
RESOURCE
{
name = LiquidFuel
amount = 27
maxAmount = 27
amount = 36
maxAmount = 36
}

RESOURCE
{
name = Oxidizer
amount = 33
maxAmount = 33
amount = 44
maxAmount = 44
}


Expand Down
Binary file modified GameData/NecroBones/FuelTanksPlus/Size1/TPtank1m-Specular.dds
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 62bb59e

Please sign in to comment.