Jump to content

Unable to export Hornet MPCD to extra monitor


Recommended Posts

I would like to have the Hornet's MPCD to always be exported to my secondary monitor. I have been trying with the following, but with no success.

I have the following setup in Windows:

image.png

 

2 is my primary monitor @ 3840 x 2160 . 3 is my secondary monitor @ 1280x720. 1 is a monitor that I keep turned off and is not part of this setup.

In the game's settings, I use 3840x2160 as my resolution.

I have the following lua:

_  = function(p) return p; end;

name = _('Avt Main and mini1');

Description = 'One monitor and mini for MFD'

-- Main screen:   3840 x 2160

-- Small monitor: 1280 x 720

Viewports =

{

     Center =

     {

          x = 0;

          y = 0;

          width = 3840;

          height = 2160;

          viewDx = 0;

          viewDy = 0;

          aspect = 3840/2160;

     }     

}



CENTER_MFCD =

{

     x = 3840;

     y = 0;

     width = 720;

     height = 1280;

}



UIMainView = Viewports.Center

 

Here is the behavior: Nothing is displayed on the second monitor at all. In no cockpit view (ALT F1), the MPCD disappears from the center.

I would appreciate any help. Thank you!

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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