diff --git a/Scripts/DCS-ExportScript/ExportsModules/Ka-50_3.lua b/Scripts/DCS-ExportScript/ExportsModules/Ka-50_3.lua index 929464a3..ce6bda4d 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/Ka-50_3.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/Ka-50_3.lua @@ -298,6 +298,13 @@ ExportScript.ConfigArguments = [1010] = "%0.4f", -- HMD_PrismsRotPhase [1015] = "%0.4f", -- lamp_MasterWarning_brightness [1016] = "%0.4f", -- lamp_RotorRPM_brightness + + [435] = "%0.4f", -- Laser standby ON/OFF switch + [400] = "%0.4f", -- Weapon mode switch - Burst Length + [398] = "%0.4f", -- Cannon rate of fire setting + [399] = "%0.4f", -- Cannon round selector switch HE/AP + [403] = "%0.4f", -- Manual/Auto weapon system control switch + [387] = "%0.4f", -- Master Arm switch } ----------------------------- @@ -396,4 +403,4 @@ function ExportScript.ListIndicationLogDump(mainPanelDevice) -- list_indication ltmp1 = list_indication(ltmp2) ExportScript.Tools.WriteToLog(ltmp2..': '..ExportScript.Tools.dump(ltmp1)) end -end \ No newline at end of file +end