Skip to content

Commit

Permalink
Merge pull request #103 from zer0Kerbal/1.0.4.0
Browse files Browse the repository at this point in the history
1.0.4.0 (2015-07-31) - Tweaks
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents dbd163f + df5fcd4 commit c3c188d
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 145 deletions.
2 changes: 1 addition & 1 deletion FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 3,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
5 changes: 5 additions & 0 deletions GameData/NecroBones/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.4 (2015-07-31) - Tweaks.
- Now including a (disabled by default) Module Manager config for re-enabling deprecated parts in the VAB/SPH.
- This should not be relied upon as a long-term solution.
- Corrected a mistake with dry-mass of the FLT-50-FTP tank in the fuel switching config.

1.0.3 (2015-07-18) - Tweaks.
- Will now start including ModuleManager and the InterstellerFuelSwitch folders in the zip archive.
- Addressed an issue with the old deprecated parts showing up in the manufacturer's tab.
Expand Down
115 changes: 0 additions & 115 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt

This file was deleted.

26 changes: 0 additions & 26 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 3,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

// This is a ModuleManager config that will re-enable the old deprecated parts
// in the VAB/SPH menus. To activate, simply rename the file from 'txt' to 'cfg'.

@PART[TPtankCube?????|TPtankTri0?|TPtank?mL?????-*|TPtankR??-*|TPtank1mCone?|TPcone?m-*|TPdome?m-*]:AFTER[FuelTanksPlus]
{
@category = FuelTank
@manufacturer = FTP-DEPRECATED
}
@PART[TPtankCube00500|TPtankCube00750|TPtankCube01250|TPtankTri01]:AFTER[FuelTanksPlus]
{
@TechRequired = propulsionSystems
}
@PART[TPtankTri02]:AFTER[FuelTanksPlus]
{
@TechRequired = ionPropulsion
}
@PART[TPtank0mL?????-*]:AFTER[FuelTanksPlus]
{
@TechRequired = precisionPropulsion
}
@PART[TPtank1mL00313-White]:AFTER[FuelTanksPlus]
{
@TechRequired = basicRocketry
}
@PART[TPtank1mL05625-*|TPtank1mCone?|TPtank2mL00469-White]:AFTER[FuelTanksPlus]
{
@TechRequired = fuelSystems
}
@PART[TPtankR0?-*|TPtank1mCone?|TPcone2m-*|TPdome2m-*|TPtank2mL05625-White]:AFTER[FuelTanksPlus]
{
@TechRequired = advFuelSystems
}
@PART[TPtank2mL11250-*|TPtank2mL15000-*|TPdome3m-*|TPcone3m-*|TPtank3mL00938-White]:AFTER[FuelTanksPlus]
{
@TechRequired = largeVolumeContainment
}
@PART[TPtank3mL05625-White|TPtank3mL11250-*|TPtank3mL15000-White]:AFTER[FuelTanksPlus]
{
@TechRequired = highPerformanceFuelSystems
}

Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer
resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 22.5,27.5;45;55
basePartMass = 0.75
basePartMass = 0.0375
}
}
@PART[TPtank0mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines]
Expand Down
2 changes: 1 addition & 1 deletion json/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Fuel Tanks Plus",
"labelColor": "BADA55",
"message": "1.0.3.0",
"message": "1.0.4.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit c3c188d

Please sign in to comment.