From 3a9097ab92c3cc49581626b711e789e13f0a3b43 Mon Sep 17 00:00:00 2001 From: Bailey Date: Tue, 23 Apr 2024 12:57:29 +0900 Subject: [PATCH] minor F16 update commented out unnecessary functions --- .../ExportsModules/F-16C_50.lua | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Scripts/DCS-ExportScript/ExportsModules/F-16C_50.lua b/Scripts/DCS-ExportScript/ExportsModules/F-16C_50.lua index 7ac53bb..06d9f46 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/F-16C_50.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/F-16C_50.lua @@ -699,18 +699,18 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) ExportScript.EcmPanel(mainPanelDevice) ExportScript.FuelInfo(mainPanelDevice) - ExportScript.UhfRadioPresets(mainPanelDevice) + ExportScript.UhfRadioPresets(mainPanelDevice) - if LoIsObjectExportAllowed() then -- returns true if world objects data is available - if LoIsOwnshipExportAllowed() then -- returns true if ownship data is available - ExportScript.LoAircraftInfo(mainPanelDevice) -- Provides a lot of aircraft properties - ExportScript.AirportInfo(mainPanelDevice) -- Provides info on the two closest airports - ExportScript.WindsAloft(mainPanelDevice) -- Gets winds at the aircraft - ExportScript.GroundRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player) - ExportScript.AirRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player) - ExportScript.IglaHunter(mainPanelDevice) -- Locates closest Igla (Use in Single Player) - end - end + --if LoIsObjectExportAllowed() then -- returns true if world objects data is available + --if LoIsOwnshipExportAllowed() then -- returns true if ownship data is available + --ExportScript.LoAircraftInfo(mainPanelDevice) -- Provides a lot of aircraft properties + --ExportScript.AirportInfo(mainPanelDevice) -- Provides info on the two closest airports + --ExportScript.WindsAloft(mainPanelDevice) -- Gets winds at the aircraft + --ExportScript.GroundRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player) + --ExportScript.AirRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player) + --ExportScript.IglaHunter(mainPanelDevice) -- Locates closest Igla (Use in Single Player) + --end + --end -- TODO FIX: If cold start online then this blocks exports after it. Keep this last. ExportScript.CountermeasureReadouts(mainPanelDevice)