Jump to content

Recommended Posts

Posted

2 Monitors use yes and this is the result, the knee board and also the axis input display on other levels are also shifted, why is this not oriented to the centre of the screen?

 

Spoiler

_  = function(p) return p; end;
name = _('2_monitors_A10C 2 MFDS"');
Description = A10C setup'

--TOTAL GAME VIEWPORT
Viewports =
{
     Center =
     {
          x = 0;
          y = 0;
          width  = 3440;
          height = 1440;
          viewDx = 0;
          viewDy = 0;
          aspect = 2.3888888888889;
     }
}


LEFT_MFCD =
{
     x = -20;
     y = 1435;
     width = 1000;
     height = 1000;
}


RIGHT_MFCD =
{
     x = 950;
     y = 1435;
     width = 1000;
     height = 1000;
   }


UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center

 

IMG_20210617_223258.jpg

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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