diff --git a/FerramAerospaceResearch/FARAeroUtil.cs b/FerramAerospaceResearch/FARAeroUtil.cs index 6c88cc72..ab444483 100644 --- a/FerramAerospaceResearch/FARAeroUtil.cs +++ b/FerramAerospaceResearch/FARAeroUtil.cs @@ -275,11 +275,6 @@ public static void LoadAeroDataFromConfig() loaded = true; - string forceUpdatePath = KSPUtil.ApplicationRootPath.Replace("\\", "/") + - "GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg"; - if (File.Exists(forceUpdatePath)) - File.Delete(forceUpdatePath); - //Get Kerbin currentBodyData = FARAeroData.AtmosphericConfiguration[1]; } diff --git a/GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg b/GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg deleted file mode 100644 index 7b10ddb6..00000000 --- a/GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg +++ /dev/null @@ -1,47 +0,0 @@ -//This file is required to ensure an update to the correct state -//It will be automatically deleted once KSP has run once with FAR installed -//This file will be custom for any version that includes it -//FAR v0.15.7 -@FARAeroStress[default]:AFTER[FerramAerospaceResearch] -{ - @FARPartStressTemplate[structural] - { - @XZmaxStress = 100 - } - @FARPartStressTemplate[rocketFuelTank] - { - @XZmaxStress = 30 - } - @FARPartStressTemplate[aircraftFuelTank] - { - @XZmaxStress = 50 - !Resources { } - - Resources - { - numReq = 1 - res = LiquidFuel - res = Kerosene - res = AvGas - rejectUnlistedResources = true - } - } - @FARPartStressTemplate[SRB] - { - @XZmaxStress = 105 - !Resources { } - - Resources - { - numReq = 1 - res = SolidFuel - res = HTPB - res = PBAN - res = PSPC - res = HNIW - res = NGNC - rejectUnlistedResources = true - } - } -} -