Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Scripts/DCS-ExportScript/ExportsModules/Ka-50_3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

-----------------------------
Expand Down Expand Up @@ -396,4 +403,4 @@ function ExportScript.ListIndicationLogDump(mainPanelDevice) -- list_indication
ltmp1 = list_indication(ltmp2)
ExportScript.Tools.WriteToLog(ltmp2..': '..ExportScript.Tools.dump(ltmp1))
end
end
end