Regal Eagle Posted March 23, 2022 Posted March 23, 2022 Hi, hope I am posting in the right place. I purchased some LCD screens to fit with my cougar button mounts and edited the lua to place the MFDs inside the new screens but now when I am on a mission, when I press for knee board, it does come up on my main monitor but comes up (partially) in my right MFD screen as per picture. Below is my lua script for the MFDs: Spoiler _ = function(p) return p; end; name = _('Sam MFD 3'); Description = '' Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440/1440; } } LEFT_MFCD = { x = 3520; y = -12; width = 630; height = 620; } RIGHT_MFCD = { x = 4335; y = -12; width = 630; height = 620; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center Any help would be greatly appreciated. I miss my kneeboards
TAIPAN_ Posted March 30, 2022 Posted March 30, 2022 The post from jonsky7 is the fix, I'm running that change. I use a find in files & replace using SublimeText app after every update. 1 Pimax Crystal VR & Simpit User | Ryzen CPU & Nvidia RTX GPU | Some of my mods
Recommended Posts