Jump to content

Recommended Posts

Posted

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
 

 

 

mfd.jpeg

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...