Rapti Posted April 28, 2023 Posted April 28, 2023 Hello everyone, the following problems: 1. When I switch to HUD only via Alt&F1, the right MFCD is displayed enlarged. Does anyone know this problem? I use Helios to configure the instruments. 2. Is it possible to adjust the vertical position of the HUD? The helios.lua looks like this: _ = function(p) return p end name = _('Helios') description = 'Generated from compatible Helios Profiles' A_10C_2_DIGIT_CLOCK = { x = 3139.5, y = 3027, width = 160.5, height = 160.5 } A_10C_2_LEFT_MFCD = { x = 2808, y = 2209.5, width = 403.5, height = 409.5 } A_10C_2_RIGHT_MFCD = { x = 4315.5, y = 2209.5, width = 403.5, height = 409.5 } A_10C_2_RWR_SCREEN = { x = 3297, y = 2220, width = 252, height = 252 } Viewports = { Center = { x = 1920, y = 0, width = 3840, height = 2160, aspect = 1.77777777777778, dx = 0, dy = 0 } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Cente
lesthegrngo Posted April 28, 2023 Posted April 28, 2023 You might want to check the resolution that the particular monitor that shows that MFCD is set up in Windows Extended desktop Cheers Les
Rapti Posted May 5, 2023 Author Posted May 5, 2023 I got a tip from a Group member.Replace C:\Program Files\Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common\Cockpit\ViewportHandling.luaWith the attached File.Works perfect ViewportHandling.lua.txtGesendet von meinem SM-G988B mit Tapatalk
Recommended Posts