jppsx Posted August 22, 2020 Posted August 22, 2020 everything was fine few mouth ago not sure what was changed and dont know how to fix this yet also it seam only a issue in f-18 . there my monitor setup file _ = function(p) return p; end; name = _('home custom mfcd center&left'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.77777777777778; } } LEFT_MFCD = { x = 3856; y = 30; width = 1024; height = 1024; } RIGHT_MFCD = { x = 1980; y = 30; width = 1024; height = 1024; } JF17_CENTER_MFCD = { x = 3200; y = 30; width = 760; height = 1013.33; } JF17_RIGHT_MFCD = { x = 1990; y = 56; width = 760; height = 1013.33; } JF17_LEFT_MFCD = { x = 4120; y = 30; width = 760; height = 1013.33; } F14_HSD = { x = 1980; y = 56; width = 640; height = 640; } F14_VDI = { x = 2560; y = 56; width = 640; height = 640; } F14_RWR = { x = 1980; y = 700; width = 240; height = 240; } m21RIGHT_MFCD = { x = 1920; y = 56; width = 1024; height = 1024; } f18LEFT_MFCD = { x = 4040; y = 30; width = 840; height = 840; } f18CENTER_MFCD = { x = 3200; y = 30; width = 840; height = 840; } f18RIGHT_MFCD = { x = 1980; y = 56; width = 840; height = 840; } F16_RWR = { x = 3500; y = 400; width = 240; height = 240; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center
jppsx Posted August 22, 2020 Author Posted August 22, 2020 (edited) I did found that the file I have to modify changed from the original one and this exempel try_find_assigned_viewport("f18CENTER_MFCD") dont seam to work anymore I used specific names to have custom monitor setup depending on what plane I use . so how do it work now? Edited August 22, 2020 by jppsx
jppsx Posted August 22, 2020 Author Posted August 22, 2020 problem solved i found the new file that need to be modify
Recommended Posts