Jump to content

Recommended Posts

Posted

Okey. So I have two screens working. One for UIMainView and the second screen for MFCD etc exported with helios on top. Works flawlessly.

 

Two things that bother me!

F10 map is stretched over both screens and I wonder is it possible to somewhat place it just on one screen?

Same goes for NVG. The elipse starts on the left side but does not finish equally on the right side as if it's stretched to the other screen.

 

My screen config just in case - total resolution set in game is 3840x1080.

_ = function(p) return p; end;
name = _('Two screen use with Helios, LOZ prof');
Description = 'Two screen config'
Viewports =
{
Center =
   {
       x = 0;
       y = 0;
       width = 1920;
       height = 1080;
       viewDx = 0;
       viewDy = 0;
       aspect = 1.6;
   }
}

RIGHT_MFCD =
   {
       x = 3326;
       y = 120;
       width = 445;
       height = 445;
   }

LEFT_MFCD =
   {
       x = 1987;
       y = 120;
       width = 445;
       height = 445;
   }

CMSC_SCREEN =
   {
       x = 2776;
       y = 141;
       width = 230;
       height = 49;
   }

CMSP_SCREEN =
   {
       x = 2995;
       y = 190;
       width = 270;
       height = 70;
   }

RWR_SCREEN =
   {
       x = 2520;
       y = 161;
       width = 175;
       height = 175;
   }
   
DIGIT_CLOCK =
   {
       x = 2400;
       y = 830;
       width = 122;
       height = 122;
   }
   
UHF_FREQUENCY_STATUS =
   {
       x = 2555;
       y = 565;
       width = 120;
       height = 30;
   }
   
UHF_PRESET_CHANNEL =
   {
       x = 2668;
       y = 477;
       width = 30;
       height = 30;
   }
   
UHF_REPEATER =
   {
       x = 2576;
       y = 695;
       width = 110;
       height = 30;
   }
   
UIMainView = Viewports.Center

 

Any ideas are welcome!

Aviate - Navigate - Communicate



Posted

Fix for the stretched NVG is included in this thread:

Fix for misplaced/stretched MP and Mission Gui - also for BS

 

 

A workaround to get the Map on one screen is using SoftTH - and switching on 'Draw all contend on main-screen' with the [App key + S].

SoftTH will also make it possible for you to use DCS in full-screen mode -even if you use Helios and probably gain fps and/or allow you to switch on more eyecandy.

Learn more about it >>>SoftTH NEWS

  • Recently Browsing   0 members

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