Jump to content

Recommended Posts

Posted

Hey guys. My system has three monitors (1920x1200 on left, 1920x1080 center, and a 800x600 of the right). I do not use the left display when gaming. When I adjust the config so I get the Schval on my little 800x600 monitor on the right using the left mfcd monitor config file using the following code:

 

_ = function(p) return p; end;

name = _('Camera + LMFCD(on right side)');

Description = 'Left MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.77;

}

}

 

LEFT_MFCD =

{

x = 1920;

y = 0;

width = 800;

height = 600;

}

 

UIMainView = Viewports.Center

 

I set the resolution of the game to (1920+1920+800) 4640x1080 in the options menu in the game.

 

What happens is this:

 

photobucket-4040-1321298315204.jpg

 

 

any suggestions?

  • Recently Browsing   0 members

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