From c62dd06647793943161344f6ffc8b844b0012734 Mon Sep 17 00:00:00 2001 From: mcmicha Date: Mon, 12 Sep 2016 01:20:50 +0200 Subject: [PATCH] changed slipball export format add gear brake arguments 56 and 57 --- Scripts/DCS-ExportScript/ExportsModules/MiG-21Bis.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/DCS-ExportScript/ExportsModules/MiG-21Bis.lua b/Scripts/DCS-ExportScript/ExportsModules/MiG-21Bis.lua index 2f3c42f..37c2fe6 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/MiG-21Bis.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/MiG-21Bis.lua @@ -75,7 +75,7 @@ ExportScript.ConfigEveryFrameArguments = -- DA-200 subgroup --------------------------------------------------------------------------------------------------------------------------------------------------------- [107] = "%.6f", -- DA200_TurnNeedle [106] = "%.4f", -- DA200_VerticalVelocity - [31] = "%.1f", -- DA200_Slipball + [31] = "%.4f", -- DA200_Slipball [177] = "%.1f", -- KPP_switch [259] = "%.1f", -- KPP_ARRETIR [535] = "%.1f", -- KPP_ARRETIR_light @@ -275,6 +275,9 @@ ExportScript.ConfigEveryFrameArguments = [120] = "%.4f", -- flightMinutes [121] = "%.4f", -- secondsMeterTimeMinutes [122] = "%.4f", -- secondsMeterTimeSeconds +-- Gear Brake + [56] = "%.4f", -- Gearbrake_needle2 + [57] = "%.4f", -- Gearbrake_needle1 } ExportScript.ConfigArguments = {