Jump to content

Stacked Monitor 2 cameras


Apar

Recommended Posts

I got it to work! https://imgur.com/a/NzxCxqV

 

here's my .lua

 

_  = function(p) return p; end;
name = _('49x34 Stacked');
Description = '49x34 Stacked'
Viewports =
{
    Top = 
    {
         x = 0;
         y = 0;
         width = 5120;
         height = 1440;
         viewDx = 0;
         viewDy = 1;
         aspect = 5120/1440;
    },

    Center = 
    {
         x = 0;
         y = 1440;
         width = 5120;
         height = 1440;
         viewDx = 0;
         viewDy = 0;
         aspect = 5120/1440;
    }
}

GUI =
{
x = 0; -- puts gui on centre monitor-- x = screen.width;
y = 1440;
width = 5120; -- width = screen.width ;
height = 1440;
}
UIMainView = GUI -- force GUI to appear in the choosen screen position.
GU_MAIN_VIEWPORT = Viewports.Center

 

 

 

 

So now issue is when I zoom in it center's to the middle of two screens.. I still have to look down to center the sights to the center of one monitor.. Anybody knows how to force Zoom center to only one monitor?


Edited by Apar
  • Thanks 1
Link to comment
Share on other sites

  • 2 years later...
Am 27.12.2020 um 16:20 schrieb Apar:

So now issue is when I zoom in it center's to the middle of two screens.. I still have to look down to center the sights to the center of one monitor.. Anybody knows how to force Zoom center to only one monitor?

Hi Apar, did you find a solution for this? Thanks.

Mancher zum Meister sich erklärt, dem nie das Handwerk ward gelehrt!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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