Jump to content

Moving dialogs from center


Go to solution Solved by jonsky7,

Recommended Posts

Posted

I have successfully got my two monitor setup, alas the dialogs always being in the center of both monitors makes it hard to read sometimes due to some small distance between both monitors. Is there a way to tell the system to put all of the dialogs on one of the monitors?

  • Solution
Posted

Yes, If you go into your monitor config file

usually located in Saved Games\DCS\Config\Monitorsetup

there is an entry at the bottom that says 

UIMainView = Viewports.Center

 

The UIMainview sets the boundaries for the Main menu, F10 map, Mission editor, and the dialogs that appear in game.

 

You can change it from the above to something like

UIMainView = 
{
x = 0;
y = 0;
width = 2560;
height = 1440;
}

and limit the boundary to either one of your monitors.

 

If you have absolutely no idea what any of that means, you might want to have a read of this thread
 

 

  • Like 1
  • 1 month later...
  • Recently Browsing   0 members

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