From e8ec661615fa88cb86cf1f48ebf1666fb2c1ec94 Mon Sep 17 00:00:00 2001 From: mcmicha Date: Fri, 9 Sep 2016 00:48:09 +0200 Subject: [PATCH] change value range for VertVelocPilot and VertVelocCopilot --- Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua b/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua index 40fa412..2764c98 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua @@ -90,8 +90,8 @@ ExportScript.ConfigEveryFrameArguments = -- [132] = "%.4f", -- TurnPtr {-1.0, 1.0} [133] = "%.4f", -- SideSlip {-1.0, 1.0} - [134] = "%.2f", -- VertVelocPilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0} - [251] = "%.2f", -- VertVelocCopilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0} + [134] = "%.4f", -- VertVelocPilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0} + [251] = "%.4f", -- VertVelocCopilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0} -- ADI - pilot [142] = "%.4f", -- Attitude_Roll {1.0, -1.0} [143] = "%.4f", -- Attitude_Pitch {1.0, -1.0}