From dcabc6a61e7fbcf71e72d250cc878b1a19250d29 Mon Sep 17 00:00:00 2001 From: ABZB Date: Tue, 25 Aug 2015 08:55:51 -0400 Subject: [PATCH] Fixed a couple of things Removed vestigial cryo boil-off modules from pre-coolers fixed texture on mk2 pre-cooler --- .../Mk2_Extended_KSPI_Integration/mk2_KSPI_fuel_tanks.cfg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/StarLionIndustries/Mk2_Extended_KSPI_Integration/mk2_KSPI_fuel_tanks.cfg b/StarLionIndustries/Mk2_Extended_KSPI_Integration/mk2_KSPI_fuel_tanks.cfg index a644ea0..16cf2a8 100644 --- a/StarLionIndustries/Mk2_Extended_KSPI_Integration/mk2_KSPI_fuel_tanks.cfg +++ b/StarLionIndustries/Mk2_Extended_KSPI_Integration/mk2_KSPI_fuel_tanks.cfg @@ -4,6 +4,7 @@ @mass += 0.05 @TechRequired = supersonicFlight @cost = 750 + @category = Aero @title = Mk2 Pre-Cooler @description = A magnificent piece of engineering that pre-cools the air flow from atmospheric engines, preventing overheating at high speeds. MODULE @@ -14,11 +15,6 @@ !RESOURCE[*]{} !RESOURCE[*]{} !RESOURCE[*]{} - - @MODEL - { - @texture = Nacelle, Squad/Parts/Aero/engineNacelle/Nacelle - } } +PART[mk2UST]:NEEDS[WarpPlugin]:FIRST { @@ -358,4 +354,5 @@ !RESOURCE[*],*{} !MODULE[InterstellarFuelSwitch]{} !MODULE[ModuleFuelTanks]:NEEDS[ModularFuelTanks|RealFuels]{} + !MODULE[FNModuleCryostat],*{} } \ No newline at end of file