Jump to content

Custom Monitor .lua Settings- Monitor on Left


Recommended Posts

Sorry for the double posting, but I thought I'd give this forum a try. I'm pretty much stumped. My setup:

 

primary monitor: 1920x1080

secondary monitor: 1600x900 (to the left of primary monitor)

 

Now PeterP's guide to tweaking .lua's says that it's best to have the primary monitor in the center or to the left, but that's not an option in this situation, due to how my workstation is set up for work and school projects. Below is my custom lua code:

 

_ = function(p) return p; end;

name = _('BothMFCD');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 1601;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1920/1080;

}

}

 

LEFT_MFCD =

{

x = 0;

y = 0;

width = 600;

height = 600;

}

 

RIGHT_MFCD =

{

x = 600;

y = 0;

width = 600;

height = 600;

}

 

UIMainView = Viewports.Center

 

And below is what I'm seeing when I load up the game. The secondary monitor doesn't even seem to be registering in-game, as it never loaded anything when I started DCS:W, and the same windows I had open on that side stayed open.

 

Screen_130717_190515_zpsc4e2016e.jpg' al

 

Any help would be great. I've downloaded SoftTH, but I'm re-reading it for the fourth or fifth time trying to make heads or tails of it. Also, I've read PeterP's Dummie's Guide, and I'm running the game in windowed mode, 3520x1080.

 

Thanks in advance!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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