Jrsrambo Posted June 14, 2024 Posted June 14, 2024 i need to know to know how to export MFD screen or edit scrip for OH-58. Anyone know to do ? thank
gottel Posted June 14, 2024 Posted June 14, 2024 a 2.5 k monitor above, a 2k below, instruments on lower monitor: _ = function(p) return p; end; name = _('2 Mon OH58D'); Description = '2 Mon OH58D' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; } } LEFT_MFCD = { x = 340; y = 1470; width = 900; height = 645; } RIGHT_MFCD = { x = 1325; y = 1470; width = 900; height = 645; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center
Jrsrambo Posted June 15, 2024 Author Posted June 15, 2024 Thank. i use normal scrip and found tiny mfd screen pop on main screen. so i think kiowa use some different scrip for mfd screen.
BaD CrC Posted June 15, 2024 Posted June 15, 2024 I don't know how this is working for this module, but both the MFDs worked on my 5 inches USB screens without having to do anything to export them. This really blew my mind. https://www.blacksharkden.com http://discord.gg/blacksharkden
Jrsrambo Posted June 20, 2024 Author Posted June 20, 2024 for normal scrip the screen little pop up on below. happen only kiowa. I use 7inc 4:3 and write scrip 600x600. this match size for MFD cougar case. on another module is show same size i edit just only kiowa is not.
Recommended Posts