Limaro Posted December 25, 2021 Posted December 25, 2021 Hello Everyone, I am currently testing the AV-8B and tried to figure out, how to get my two extra screens used. I saw this thread: I removed the two dashes from MPCDR_init.lua and MPCDK_init.lua in C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\AV8BNA\Cockpit\MPCD\indicator try_find_assigned_viewport("RIGHT_MFCD") And my screensetup looks like this: _ = function(p) return p; end; name = _('2Camera + RMFCD'); Description = 'Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; } } RIGHT_MFCD = { x = 3026; y = 2258; width = 800; height = 800; } LEFT_MFCD = { x = 3; y = 2259; width = 800; height = 800; } CENTER_MFCD = { x = 1525; y = 2261; width = 800; height = 800; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center This is selected in DCS, and working well for A10 and F16 and F18. However, for the Harrier is remains black on my left and right screen. But they are somehow active. They show things like mouse, control input (ctrl+Enter) and the kneeboard. Does anyone have an idea? Windows 11 Pro 64Bit - AMD Ryzen 5800X3D - AMD 6900 XT - 64 GB RAM VPC MongoosT-50CM2 Throttle, VPC WarBRD Base, VPC MongoosT-50CM2 Grip
Ramsay Posted December 25, 2021 Posted December 25, 2021 (edited) 48 minutes ago, Limaro said: Does anyone have an idea? Have you enabled the Left and Right "MPCD Export" keybinds and used them ? Edited December 25, 2021 by Ramsay 1 i9 9900K @4.8GHz, 64GB DDR4, RTX4070 12GB, 1+2TB NVMe, 6+4TB HD, 4+1TB SSD, Winwing Orion 2 F-15EX Throttle + F-16EX Stick, TPR Pedals, TIR5, Win 11 Pro x64, Odyssey G93SC 5120X1440
Limaro Posted December 25, 2021 Author Posted December 25, 2021 Ah ok. that was a quite unexpected soolution. thanks for that. Do you also know if there is a way to adjust the font weight shown? Everything is so fat. (I observed that the displays in my main screen automatically increase font weight when moving head backwards, and gets thinner, coming closer. so i hope that this is adjustable. By screens resolutions are 800 x 800) Windows 11 Pro 64Bit - AMD Ryzen 5800X3D - AMD 6900 XT - 64 GB RAM VPC MongoosT-50CM2 Throttle, VPC WarBRD Base, VPC MongoosT-50CM2 Grip
Recommended Posts