-
-
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.
1.12.0.0 (2017-04-07) - Tweaks & Fixes
## 1.12.0.0 (2017-04-07) - Tweaks & Fixes * Corrected a typo that was preventing the B9PartSwitch patches from applying correctly on the radial tanks. * Slightly increased the performance of the 2m/3m stack decouplers, and increased their propellant maximums. * Changed ModularFuelTanks config to use consolidated wildcard patch. * Removed "cryogenic" tank type assignments from the MFT configs. * Stack decouplers in sizes 1.25m, 2.5m, and 3.75m collider updates, now actually hollow. * Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com * closes #74 - 1.12 (2017-04-07) - Tweaks & Fixes * updates #26 - Previous Releases Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com> ---
- Loading branch information
1 parent
956cf7f
commit d45ad96
Showing
12 changed files
with
407 additions
and
366 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"VERSION" : | ||
{ | ||
"MAJOR" : 1, | ||
"MINOR" : 11, | ||
"MINOR" : 12, | ||
"PATCH" : 0, | ||
"BUILD" : 0 | ||
}, | ||
|
376 changes: 376 additions & 0 deletions
376
GameData/NecroBones/FuelTanksPlus/Patches/FuelTanksPlus_ModularFuelTanks-old.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,376 @@ | ||
@PART[TPtankCube00500*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 6 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankCube00750*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 18 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankCube01250*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 80 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankTri*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 50 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankR01*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 100 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankR02*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 200 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtankR03*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 400 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank0mL00175*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 20 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank0mL00700*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 56 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank0mL01350*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 80 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank0mL01875*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 100 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1mL00313*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 50 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1mL00938*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 200 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1mL01875*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 400 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1mL03750*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1mL05625*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 1200 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL00469*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 400 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL01875*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 1600 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL03750*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 3200 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL05625*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 4800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL07500*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 6400 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL11250*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 9600 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2mL15000*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 12800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3mL00938*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 1800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3mL03750*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 7200 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3mL05625*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 10800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3mL11250*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 21600 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3mL15000*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 28800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3m2mA]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 5076 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank3m2mA2]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 3045 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank2m1mA]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPtank1m0mA]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 100 | ||
type = Default | ||
} | ||
} | ||
@PART[TPcone0m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 40 | ||
type = Default | ||
} | ||
} | ||
@PART[TPcone1m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 128 | ||
type = Default | ||
} | ||
} | ||
@PART[TPdome1m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 100 | ||
type = Default | ||
} | ||
} | ||
@PART[TPcone2m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 1600 | ||
type = Default | ||
} | ||
} | ||
@PART[TPdome2m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 800 | ||
type = Default | ||
} | ||
} | ||
@PART[TPcone3m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 2400 | ||
type = Default | ||
} | ||
} | ||
@PART[TPdome3m*]:FOR[FuelTanksPlus]:NEEDS[ModularFuelTanks] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleFuelTanks | ||
volume = 1200 | ||
type = Default | ||
} | ||
} | ||
|
||
// Fix-ups: | ||
|
||
@PART[TP*Orange]:NEEDS[ModularFuelTanks]:AFTER[FuelTanksPlus] | ||
{ | ||
@MODULE[ModuleFuelTanks] | ||
{ | ||
@type = Cryogenic | ||
} | ||
} | ||
@PART[TPtank*Nuke]:NEEDS[ModularFuelTanks]:AFTER[FuelTanksPlus] | ||
{ | ||
@MODULE[ModuleFuelTanks] | ||
{ | ||
@type = Fuselage | ||
} | ||
} | ||
@PART[TPtankR*MP]:NEEDS[ModularFuelTanks]:AFTER[FuelTanksPlus] | ||
{ | ||
@MODULE[ModuleFuelTanks] | ||
{ | ||
@type = RCS | ||
@volume *= 1.25 | ||
} | ||
} |
Oops, something went wrong.