diff --git a/FuelTanksPlus.version b/FuelTanksPlus.version index 46d3cc8b..50fbad56 100644 --- a/FuelTanksPlus.version +++ b/FuelTanksPlus.version @@ -12,7 +12,7 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 4, + "MINOR" : 5, "PATCH" : 0, "BUILD" : 0 }, diff --git a/GameData/NecroBones/FuelTanksPlus/Agencies/Agents.cfg b/GameData/NecroBones/FuelTanksPlus/Agencies/Agents.cfg index b4770316..a0c814c0 100644 --- a/GameData/NecroBones/FuelTanksPlus/Agencies/Agents.cfg +++ b/GameData/NecroBones/FuelTanksPlus/Agencies/Agents.cfg @@ -15,6 +15,6 @@ AGENT mentality = Commercial mentality = Industrial mentality = Economic 0.3 - mentality = moral 0.2 + mentality = Moral 0.2 mentality = Patient 0.9 } \ No newline at end of file diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt index 9a6f2381..af61e991 100644 --- a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt @@ -1,3 +1,16 @@ +1.5 (2015-12-17) - Tweaks. + - Rewrote the fuel-switching config. + - Should play more nicely with other mods that affect fuel switching. + - Consolidated patches to reduce complexity. + - Capacities standardized based on mass, so some values will have changed slightly. + - Added "FuelTanksPlus_ATM.cfg" with settings to attempt to disable or dissuade ActiveTextureManagement for this mod. + - Can optionally be deleted to return to ATM defaults. + - ATM known to occasionally have caching issues with remapped/shared textures in my mods. + - FuelTanksPlus is already very memory efficient and uses DDS, so ATM doesn't help much for this case. + - May need to delete ATM's cache if using ATM and some textures still aren't appearing. + - Replaced some placeholder images with smaller versions that will be more obvious when reassignment fails. + - Corrected a typo with Agency mentality. + 1.4 (2015-12-04) - Update. - Added stack decouplers with built-in separation motors, and color-changing capability. diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version index 92f02ce4..40f43cbe 100644 --- a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version @@ -12,7 +12,7 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 4, + "MINOR" : 5, "PATCH" : 0, "BUILD" : 0 }, diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_ATM.cfg b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_ATM.cfg new file mode 100644 index 00000000..1d0a6d7c --- /dev/null +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_ATM.cfg @@ -0,0 +1,16 @@ +ACTIVE_TEXTURE_MANAGER_CONFIG +{ + folder = FuelTanksPlus + enabled = true + OVERRIDES + { + FuelTanksPlus/.* + { + compress = false + mipmaps = false + scale = 1 + max_size = 0 + make_not_readable = false + } + } +} diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg index b0ddb7e2..09e69092 100644 --- a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.cfg @@ -1,525 +1,124 @@ -@PART[TPtank3mL15000]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] + +@PART[TPtankL*|TPtank?mL*|TPdome*|TPcone*|TPtank?m?mA]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch]:NEEDS[!CryoEngines&!modularFuelTanks&!RealFuels]:FOR[FuelTanksPlus] { + %LF = #$RESOURCE[LiquidFuel]/maxAmount$ + %OX = #$RESOURCE[Oxidizer]/maxAmount$ + + %LF2 = #$LF$ + @LF2 *= 2 + %OX2 = #$OX$ + @OX2 *= 2 + MODULE { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch + volumeMultiplier:NEEDS[InterstellarFuelSwitch] = 1 + massMultiplier:NEEDS[InterstellarFuelSwitch] = 1 resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 12960,15840;25920;31680 - basePartMass = 18 + resourceAmounts = #$../LF$,$../OX$;$../LF2$;$../OX2$ + basePartMass = #$../mass$ } + !RESOURCE[LiquidFuel] {} + !RESOURCE[Oxidizer] {} + !LF + !OX + !LF2 + !OX2 } -@PART[TPtank3mL11250]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] + +@PART[TPtankTri]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch]:NEEDS[!CryoEngines&!modularFuelTanks&!RealFuels]:FOR[FuelTanksPlus] { MODULE { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 9720,11880;19440;23760 - basePartMass = 15 - } -} -@PART[TPtank3mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 4860,5940;9720;11880 - basePartMass = 7.5 - } -} -@PART[TPtank3mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 3240,3960;6480;7920 - basePartMass = 4.5 - } -} -@PART[TPtank3mL00938]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 810,990;1620;1980 - basePartMass = 1.25 - } -} -@PART[TPtank2mL15000]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 5760,7040;11520;14080 - basePartMass = 8 - } -} -@PART[TPtank2mL11250]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 4320,5280;8640;10560 - basePartMass = 6 - } -} -@PART[TPtank2mL07500]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 2880,3520;5760;7040 - basePartMass = 4 - } -} -@PART[TPtank2mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 2160,2640;4320;5280 - basePartMass = 3 - } -} -@PART[TPtank2mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 1440,1760;2880;3520 - basePartMass = 2 - } -} -@PART[TPtank2mL01875]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 720,880;1440;1760 - basePartMass = 1 - } -} -@PART[TPtank2mL00469]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 180,220;360;440 - basePartMass = 0.25 - } -} -@PART[TPtank1mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 540,660;1080;1320 - basePartMass = 0.75 - } -} -@PART[TPtank1mL00313]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 22.5,27.5;45;55 - basePartMass = 0.0375 - } -} -@PART[TPtank0mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas - resourceAmounts = 90,110;180;220;1750 - basePartMass = 0.125 - } -} -@PART[TPtank0mL01875]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas - resourceAmounts = 45,55;90;110;875 - basePartMass = 0.0625 - } -} -@PART[TPtank0mL00938]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = 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 - } -} -@PART[TPtank0mL01350]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas - resourceAmounts = 36,44;72;88;665 - basePartMass = 0.0475 - } -} -@PART[TPtank0mL00700]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas - resourceAmounts = 25.2,30.8;50.4;61.6;490 - basePartMass = 0.035 - } -} -@PART[TPtank0mL00175]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas - resourceAmounts = 9,11;18;22;135 - basePartMass = 0.007 - } -} -@PART[TPcone0m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 18,22;36;44 - basePartMass = 0.02 - } -} -@PART[TPcone1m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 57.6,70.4;115.2;140.8 - basePartMass = 0.08 - } -} -@PART[TPcone2m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 720,880;1440;1760 - basePartMass = 1 - } -} -@PART[TPcone3m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 1080,1320;2160;2640 - basePartMass = 1.5 - } -} -@PART[TPdome1m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 45,55;90;110 - basePartMass = 0.0625 - } -} -@PART[TPdome2m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 360,440;720;880 - basePartMass = 0.5 - } -} -@PART[TPdome3m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 540,660;1080;1320 - basePartMass = 0.75 - } -} -@PART[TPtankTri]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch + volumeMultiplier:NEEDS[InterstellarFuelSwitch] = 1 + massMultiplier:NEEDS[InterstellarFuelSwitch] = 1 resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant resourceAmounts = 22.5,27.5;2800;235 basePartMass = 0.035 tankMass = 0.0;0.09;0.0 } + !RESOURCE[LiquidFuel] {} + !RESOURCE[Oxidizer] {} } -@PART[TPtankCube125]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] + +@PART[TPtankCube*]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch]:NEEDS[!CryoEngines&!modularFuelTanks&!RealFuels]:FOR[FuelTanksPlus] { + %LF = #$RESOURCE[LiquidFuel]/maxAmount$ + %OX = #$RESOURCE[Oxidizer]/maxAmount$ + + %Xenon = #$mass$ + @Xenon *= 14000 + %Monoprop = #$mass$ + @Monoprop *= 1880 + MODULE { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch + volumeMultiplier:NEEDS[InterstellarFuelSwitch] = 1 + massMultiplier:NEEDS[InterstellarFuelSwitch] = 1 resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant - resourceAmounts = 36,44;980;130 - basePartMass = 0.07 - } -} -@PART[TPtankCube075]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant - resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant - resourceAmounts = 8.1,9.9;210;28 - basePartMass = 0.015 - } -} -@PART[TPtankCube050]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant - resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant - resourceAmounts = 2.7,3.3;140;18 - basePartMass = 0.01 - } -} -@PART[TPtank1mL00938-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 180;220;5250;235;187.5 - basePartMass = 0.125 - tankMass = 0.0;0.0;0.2875;0;0.125 - } -} -@PART[TPtank1mL01875-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceAmounts = #$../LF$,$../OX$;$../Xenon$;$../Monoprop$ + basePartMass = #$../mass$ + } + !RESOURCE[LiquidFuel] {} + !RESOURCE[Oxidizer] {} + !LF + !OX + !Xenon + !Monoprop +} + +@PART[TPtank?mL?????-Nuke]:HAS[@RESOURCE[LiquidFuel],!RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch],!MODULE[FSfuelSwitch],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[Firespitter|InterstellarFuelSwitch]:NEEDS[!CryoEngines&!modularFuelTanks&!RealFuels]:FOR[FuelTanksPlus] +{ + %LF = #$RESOURCE[LiquidFuel]/maxAmount$ + %OX = #$LF$ + @OX *= 11 + @OX /= 9 + + %XenonMass = #$mass$ + @XenonMass *= 3.3 + %OreMass = #$mass$ + @OreMass *= 2 + + %Xenon = #$XenonMass$ + @Xenon *= 14000 + %Monoprop = #$mass$ + @Monoprop *= 1880 + %Ore = #$OreMass$ + @Ore *= 750 + + MODULE + { + name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch + volumeMultiplier:NEEDS[InterstellarFuelSwitch] = 1 + massMultiplier:NEEDS[InterstellarFuelSwitch] = 1 resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 360;440;10500;470;375 - basePartMass = 0.25 - tankMass = 0.0;0.0;0.575;0;0.25 - } -} -@PART[TPtank1mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 720;880;21000;940;750 - basePartMass = 0.5 - tankMass = 0.0;0.0;1.15;0;0.5 - } -} -@PART[TPtank2mL01875-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 1440;1760;42000;1880;1500 - basePartMass = 1.0 - tankMass = 0.0;0.0;2.3;0;1.0 - } -} -@PART[TPtank2mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 2880;3520;84000;3760;3000 - basePartMass = 2.0 - tankMass = 0.0;0.0;4.6;0;2.0 - } -} -@PART[TPtank2mL07500-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 5760;7040;168000;7520;6000 - basePartMass = 4.0 - tankMass = 0.0;0.0;9.2;0;4.0 - } -} -@PART[TPtank3mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore - resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore - resourceAmounts = 6480;7920;189000;8460;6750 - basePartMass = 4.5 - tankMass = 0.0;0.0;10.35;0;4.5 - } -} -@PART[TPtank3m2mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 2284.2,2791.8;4568.4;5583.6 - basePartMass = 3.1725 - } -} -@PART[TPtank3m2mA2]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 1370.52,1675.08;2741.04;3350.16 - basePartMass = 1.9035 - } -} -@PART[TPtank2m1mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 360,440;720;880 - basePartMass = 0.5 - } -} -@PART[TPtank1m0mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] -{ - MODULE - { - name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch - name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch - resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer - resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer - resourceAmounts = 45,55;90;110 - basePartMass = 0.0625 - } -} -@PART[TP*]:HAS[@]:NEEDS[InterstellarFuelSwitch] -{ - @MODULE[InterstellarFuelSwitch] - { - %volumeMultiplier = 1 - %massMultiplier = 1 - } -} -//@PART[TP*]:HAS[#module[FSfuelSwitch]]:NEEDS[FSfuelSwitch] -//{ -// !RESOURCE[LiquidFuel] {} -// !RESOURCE[Oxidizer] {} -//} \ No newline at end of file + resourceAmounts = #$../LF$;$../OX$;$../Xenon$;$../Monoprop$;$../Ore$ + basePartMass = 0 + tankMass = #$../mass$;$../mass$;$../XenonMass$;$../mass$;$../OreMass$ + } + !RESOURCE[LiquidFuel] {} + !LF + !OX + !Xenon + !Monoprop + !XenonMAss + !Ore + !OreMass +} + + + + + + + diff --git a/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.orig b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.orig new file mode 100644 index 00000000..b0ddb7e2 --- /dev/null +++ b/GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_FuelSwitch.orig @@ -0,0 +1,525 @@ +@PART[TPtank3mL15000]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 12960,15840;25920;31680 + basePartMass = 18 + } +} +@PART[TPtank3mL11250]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 9720,11880;19440;23760 + basePartMass = 15 + } +} +@PART[TPtank3mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 4860,5940;9720;11880 + basePartMass = 7.5 + } +} +@PART[TPtank3mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 3240,3960;6480;7920 + basePartMass = 4.5 + } +} +@PART[TPtank3mL00938]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 810,990;1620;1980 + basePartMass = 1.25 + } +} +@PART[TPtank2mL15000]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 5760,7040;11520;14080 + basePartMass = 8 + } +} +@PART[TPtank2mL11250]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 4320,5280;8640;10560 + basePartMass = 6 + } +} +@PART[TPtank2mL07500]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 2880,3520;5760;7040 + basePartMass = 4 + } +} +@PART[TPtank2mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 2160,2640;4320;5280 + basePartMass = 3 + } +} +@PART[TPtank2mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 1440,1760;2880;3520 + basePartMass = 2 + } +} +@PART[TPtank2mL01875]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 720,880;1440;1760 + basePartMass = 1 + } +} +@PART[TPtank2mL00469]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 180,220;360;440 + basePartMass = 0.25 + } +} +@PART[TPtank1mL05625]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 540,660;1080;1320 + basePartMass = 0.75 + } +} +@PART[TPtank1mL00313]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 22.5,27.5;45;55 + basePartMass = 0.0375 + } +} +@PART[TPtank0mL03750]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas + resourceAmounts = 90,110;180;220;1750 + basePartMass = 0.125 + } +} +@PART[TPtank0mL01875]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas + resourceAmounts = 45,55;90;110;875 + basePartMass = 0.0625 + } +} +@PART[TPtank0mL00938]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = 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 + } +} +@PART[TPtank0mL01350]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas + resourceAmounts = 36,44;72;88;665 + basePartMass = 0.0475 + } +} +@PART[TPtank0mL00700]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas + resourceAmounts = 25.2,30.8;50.4;61.6;490 + basePartMass = 0.035 + } +} +@PART[TPtank0mL00175]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer;Xenon + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer;XenonGas + resourceAmounts = 9,11;18;22;135 + basePartMass = 0.007 + } +} +@PART[TPcone0m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 18,22;36;44 + basePartMass = 0.02 + } +} +@PART[TPcone1m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 57.6,70.4;115.2;140.8 + basePartMass = 0.08 + } +} +@PART[TPcone2m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 720,880;1440;1760 + basePartMass = 1 + } +} +@PART[TPcone3m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 1080,1320;2160;2640 + basePartMass = 1.5 + } +} +@PART[TPdome1m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 45,55;90;110 + basePartMass = 0.0625 + } +} +@PART[TPdome2m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 360,440;720;880 + basePartMass = 0.5 + } +} +@PART[TPdome3m*]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 540,660;1080;1320 + basePartMass = 0.75 + } +} +@PART[TPtankTri]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant + resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant + resourceAmounts = 22.5,27.5;2800;235 + basePartMass = 0.035 + tankMass = 0.0;0.09;0.0 + } +} +@PART[TPtankCube125]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant + resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant + resourceAmounts = 36,44;980;130 + basePartMass = 0.07 + } +} +@PART[TPtankCube075]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant + resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant + resourceAmounts = 8.1,9.9;210;28 + basePartMass = 0.015 + } +} +@PART[TPtankCube050]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;Xenon;MonoPropellant + resourceNames = LiquidFuel,Oxidizer;XenonGas;MonoPropellant + resourceAmounts = 2.7,3.3;140;18 + basePartMass = 0.01 + } +} +@PART[TPtank1mL00938-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 180;220;5250;235;187.5 + basePartMass = 0.125 + tankMass = 0.0;0.0;0.2875;0;0.125 + } +} +@PART[TPtank1mL01875-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 360;440;10500;470;375 + basePartMass = 0.25 + tankMass = 0.0;0.0;0.575;0;0.25 + } +} +@PART[TPtank1mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 720;880;21000;940;750 + basePartMass = 0.5 + tankMass = 0.0;0.0;1.15;0;0.5 + } +} +@PART[TPtank2mL01875-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 1440;1760;42000;1880;1500 + basePartMass = 1.0 + tankMass = 0.0;0.0;2.3;0;1.0 + } +} +@PART[TPtank2mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 2880;3520;84000;3760;3000 + basePartMass = 2.0 + tankMass = 0.0;0.0;4.6;0;2.0 + } +} +@PART[TPtank2mL07500-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 5760;7040;168000;7520;6000 + basePartMass = 4.0 + tankMass = 0.0;0.0;9.2;0;4.0 + } +} +@PART[TPtank3mL03750-Nuke]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel;Oxidizer;Xenon;MonoPropellant;Ore + resourceNames = LiquidFuel;Oxidizer;XenonGas;MonoPropellant;Ore + resourceAmounts = 6480;7920;189000;8460;6750 + basePartMass = 4.5 + tankMass = 0.0;0.0;10.35;0;4.5 + } +} +@PART[TPtank3m2mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 2284.2,2791.8;4568.4;5583.6 + basePartMass = 3.1725 + } +} +@PART[TPtank3m2mA2]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 1370.52,1675.08;2741.04;3350.16 + basePartMass = 1.9035 + } +} +@PART[TPtank2m1mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 360,440;720;880 + basePartMass = 0.5 + } +} +@PART[TPtank1m0mA]:FOR[FuelTanksPlus]:NEEDS[!InterstellarFuelSwitch|InterstellarFuelSwitch&!CryoEngines] +{ + MODULE + { + name:NEEDS[!InterstellarFuelSwitch|CryoEngines] = FSfuelSwitch + name:NEEDS[InterstellarFuelSwitch&!CryoEngines] = InterstellarFuelSwitch + resourceGui:NEEDS[InterstellarFuelSwitch] = LiquidFuel+Oxidizer;LiquidFuel;Oxidizer + resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer + resourceAmounts = 45,55;90;110 + basePartMass = 0.0625 + } +} +@PART[TP*]:HAS[@]:NEEDS[InterstellarFuelSwitch] +{ + @MODULE[InterstellarFuelSwitch] + { + %volumeMultiplier = 1 + %massMultiplier = 1 + } +} +//@PART[TP*]:HAS[#module[FSfuelSwitch]]:NEEDS[FSfuelSwitch] +//{ +// !RESOURCE[LiquidFuel] {} +// !RESOURCE[Oxidizer] {} +//} \ No newline at end of file diff --git a/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.mbm b/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.mbm new file mode 100644 index 00000000..91e6a46f Binary files /dev/null and b/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.mbm differ diff --git a/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.png b/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.png deleted file mode 100644 index 3cfff222..00000000 Binary files a/GameData/NecroBones/FuelTanksPlus/Size1/TPtank0m-Specular.png and /dev/null differ diff --git a/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.mbm b/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.mbm new file mode 100644 index 00000000..91e6a46f Binary files /dev/null and b/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.mbm differ diff --git a/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.png b/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.png deleted file mode 100644 index 7dd7d3d5..00000000 Binary files a/GameData/NecroBones/FuelTanksPlus/Size2/TPtank1m-Specular.png and /dev/null differ diff --git a/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.mbm b/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.mbm new file mode 100644 index 00000000..91e6a46f Binary files /dev/null and b/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.mbm differ diff --git a/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.png b/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.png deleted file mode 100644 index d3fc7786..00000000 Binary files a/GameData/NecroBones/FuelTanksPlus/Size3/TPtank2m-Specular.png and /dev/null differ diff --git a/GameData/NecroBones/FuelTanksPlus/changelog.md b/GameData/NecroBones/FuelTanksPlus/changelog.md index fad5ec2f..89bbbd28 100644 --- a/GameData/NecroBones/FuelTanksPlus/changelog.md +++ b/GameData/NecroBones/FuelTanksPlus/changelog.md @@ -126,7 +126,7 @@ --- -## 1.8.2 (2016-04-28) - Mesh switching compatibility +## 1.8.2.0 (2016-04-28) - Mesh switching compatibility * Added support for B9PartSwitch. Firespitter and InterstellarFuelSwitch still work too, of course. * closes #66 - 1.8.2 (2016-04-28) - Mesh switching compatibility @@ -134,7 +134,7 @@ --- -## 1.8.1 (2016-04-24) - KSP 1.1 minor update +## 1.8.1.0 (2016-04-24) - KSP 1.1 minor update * Fix for fuel-switching to properly disable when something else is adding it (such as CryoEngines), relating to change in ModuleManager's logic. * closes #65 - 1.8.1 (2016-04-24) - KSP 1.1 minor update @@ -142,7 +142,7 @@ --- -## 1.8 (2016-04-02) - KSP 1.1 minor update +## 1.8.0.0 (2016-04-02) - KSP 1.1 minor update * Added search tags. * Updated included copies of dependencies to 1.1 compatible versions. @@ -151,7 +151,7 @@ --- -## 1.7 (2016-03-11) Minor fixes, removal of deprecated parts +## 1.7.0.0 (2016-03-11) Minor fixes, removal of deprecated parts * Corrected capitalization of "ModularFuelTanks" in the fuel-switching rules. * Added MonoPropellant as a choice for LFO tanks in the fuel-switching rules. @@ -169,7 +169,7 @@ --- -## 1.6 (2016-01-11) - Tweaks +## 1.6.0.0 (2016-01-11) - Tweaks * Increased propellant and thrust for 2.5m and 3.75m decouplers. * Sharpened the appearance of the checkered 1.25m long tank (Mercury setting). @@ -178,7 +178,7 @@ --- -## 1.5 (2015-12-17) - Tweaks +## 1.5.0.0 (2015-12-17) - Tweaks * Rewrote the fuel-switching config. * Should play more nicely with other mods that affect fuel switching. diff --git a/changelog.md b/changelog.md index fad5ec2f..89bbbd28 100644 --- a/changelog.md +++ b/changelog.md @@ -126,7 +126,7 @@ --- -## 1.8.2 (2016-04-28) - Mesh switching compatibility +## 1.8.2.0 (2016-04-28) - Mesh switching compatibility * Added support for B9PartSwitch. Firespitter and InterstellarFuelSwitch still work too, of course. * closes #66 - 1.8.2 (2016-04-28) - Mesh switching compatibility @@ -134,7 +134,7 @@ --- -## 1.8.1 (2016-04-24) - KSP 1.1 minor update +## 1.8.1.0 (2016-04-24) - KSP 1.1 minor update * Fix for fuel-switching to properly disable when something else is adding it (such as CryoEngines), relating to change in ModuleManager's logic. * closes #65 - 1.8.1 (2016-04-24) - KSP 1.1 minor update @@ -142,7 +142,7 @@ --- -## 1.8 (2016-04-02) - KSP 1.1 minor update +## 1.8.0.0 (2016-04-02) - KSP 1.1 minor update * Added search tags. * Updated included copies of dependencies to 1.1 compatible versions. @@ -151,7 +151,7 @@ --- -## 1.7 (2016-03-11) Minor fixes, removal of deprecated parts +## 1.7.0.0 (2016-03-11) Minor fixes, removal of deprecated parts * Corrected capitalization of "ModularFuelTanks" in the fuel-switching rules. * Added MonoPropellant as a choice for LFO tanks in the fuel-switching rules. @@ -169,7 +169,7 @@ --- -## 1.6 (2016-01-11) - Tweaks +## 1.6.0.0 (2016-01-11) - Tweaks * Increased propellant and thrust for 2.5m and 3.75m decouplers. * Sharpened the appearance of the checkered 1.25m long tank (Mercury setting). @@ -178,7 +178,7 @@ --- -## 1.5 (2015-12-17) - Tweaks +## 1.5.0.0 (2015-12-17) - Tweaks * Rewrote the fuel-switching config. * Should play more nicely with other mods that affect fuel switching. diff --git a/json/mod.json b/json/mod.json index 0d6f01b4..d0e04c3a 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "Fuel Tanks Plus", "labelColor": "BADA55", - "message": "1.4.0.0", + "message": "1.5.0.0", "color": "darkgreen", "style": "plastic" }