-
-
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 #103 from zer0Kerbal/1.0.4.0
1.0.4.0 (2015-07-31) - Tweaks
- Loading branch information
Showing
8 changed files
with
51 additions
and
145 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
{ | ||
"MAJOR" : 1, | ||
"MINOR" : 0, | ||
"PATCH" : 3, | ||
"PATCH" : 4, | ||
"BUILD" : 0 | ||
}, | ||
"KSP_VERSION" : | ||
|
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
115 changes: 0 additions & 115 deletions
115
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-README.txt
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
{ | ||
"MAJOR" : 1, | ||
"MINOR" : 0, | ||
"PATCH" : 3, | ||
"PATCH" : 4, | ||
"BUILD" : 0 | ||
}, | ||
"KSP_VERSION" : | ||
|
42 changes: 42 additions & 0 deletions
42
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_EnableDeprecatedParts.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
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 | ||
} | ||
|
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