Jump to content

Blue_Storm

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Blue_Storm

  1. Thanks for the great work, feel free to add this code snippet to ProcessIkarusDCSConfigLowImportance -- Oxygen PSI gauge export if ExportScript.Config.Debug then ExportScript.Tools.WriteToLog('66554: '..ExportScript.Tools.dump(string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400))) end local oxyStr = "" oxyStr = string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400) .. "\nPSI" ExportScript.Tools.SendData(66554, oxyStr) This will enable you to retrieve the reading of the oxygen pressure gauge (not that it moves a lot ...)
  2. Hi there, just thought that for completeness, I should post here the Mirage 2000 profile myself and Bearcat have been working on over the past year(s). it is mostly complete (as in nearly all aircraft functions are accessible through the streamdeck), and the latest version released today contains both a standard and an XL profile... Hop on the Discord https://discord.gg/EfqjqpDA or head directly to github https://github.com/b04rdr1d3r/M2KC-Streamdeck-profile-for-DCS-Interface or get it directly from the ED website https://www.digitalcombatsimulator.com/en/files/3315930/ feedback most welcome !
  3. In case there is some interest, here is my Streamdeck profile for the Mirage 2000C here https://www.digitalcombatsimulator.com/en/files/3315930/ or on github : https://github.com/b04rdr1d3r/M2KC-Streamdeck-profile-for-DCS-Interface It's mostly complete and allows you to work INS calibration, VTH management, PCA management, gear lights, radio etc...
×
×
  • Create New...