andrewd251 Posted November 28, 2018 Posted November 28, 2018 evening all As the title suggests i'm looking for some help exporting the hornets MPCD. I have managed to get the top left and right screens to work, however the MPCD wont move from my main monitor no matter what values i put in the x & y sections of the monitor .lua file. Below is my monitor.lua file. _ = function(p) return p; end; name = _('1 Screen + 3 MFD on second screen'); Description = 'One monitor with 3 MFD on second screen configuration' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } Gui = { x = 0; y = 0; width = 1920; height = 1080; } LEFT_MFCD = { x = 1920 + 73; y = 5; width = 530; height = 530; } RIGHT_MFCD = { x = 1920 + 676; y = 5; width = 530; height = 530; } F18_AMPCD = { x = 1920 + 275; y = 540; width = 530; height = 530; } UIMainView = Gui Any help would be appreciated.
xoxen Posted November 29, 2018 Posted November 29, 2018 Instead of "F18_AMPCD" use "CENTER_MFCD". AMD Ryzen 7 5800X3D, MSI MPG X570 Gaming Plus, 64GB Crucial Ballistix DDR4-3600 CL16, Asus TUF Gaming RTX 4080 OC, Windows 11 64bit Home Premium, TrackIR 5 with TrackClip: Pro!, Virpil MongoosT-50CM3 Base + TM Warthog Stick + 7cm extension + WINWING Orion 2 with F-15EX grips, Cougar MFDs with 8" displays, Saitek Rudder Pedals, Samsung Odyssey G9 49" 5120x1440 @120 Hz
Capt Zeen Posted November 30, 2018 Posted November 30, 2018 Yes, use "CENTER_MFCD" Capt_Zeen_HELIOS PROFILES_WEBSITE Capt_Zeen_Youtube Channel
Recommended Posts