Jump to content

Recommended Posts

Posted (edited)

Hello guys (Again), I managed to have a 3x27" 1920*1080 monitors side by side (the regular setup), but seems that DCS for some reason doesn't recognize the left monitor...

 

here is my 3 Monitors.lua file 

 

_  = function(p) return p; end;
name = _('3 Monitors');
Description = 'Configuration with 3 identical monitors each with its own camera'
Viewports = 
{
     Left = 
     {
          x = 0;
          y = 0;
          width = 1920;
          height = 1080;
          viewDx = -1;
          viewDy = 0;
          aspect = 1920/1080;
     },

     Center = 
     {
          x = 1920;
          y = 0;
          width = 1920;
          height = 1080;
          viewDx = 0;
          viewDy = 0;
          aspect = 1920/1080;
     },

     Right = 
     {
          x = 3840;
          y = 0;
          width = 1920;
          height = 1080;
          viewDx = 1;
          viewDy = 0;
          aspect = 1920/1080;
     }
}


UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center

 

attached is a screenshot of my entire setup, the two screens at the bottom are 2 800*600 Lilliput monitors that I didn't set up yet...

 

Appreciate your help guys

 

 

 

Untitled.jpg

Edited by Ressay
  • Recently Browsing   0 members

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