Jump to content

pilot interface location


yeldraw1

Recommended Posts

  • ED Team

Hi, 

are you all using multiscreen ? 

And can you tell us how you have your screens orientated. side by side or over under for example

Attach your monitor.lua if possible

 

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, HP Reverb G2

Link to comment
Share on other sites

Hi,

I´m using three 7" monitors and I don´t see the interface when I start it.

This the Win10 configuration:

Win10 Monitoranordnung.jpg

And this is my monitor.lua:

_  = function(p) return p; end;
name = _('FlipperAH-64D');
Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
Viewports =
{
     Center =
     {
          x = 0;
          y = 0;
          width = 1920;
          height = 1080;
          viewDx = 0;
          viewDy = 0;
          aspect = 1920/1080;
     }
}

MFD_plt_left =
{
     x = 1950;
     y = 0;
     width = 750;
     height = 600;
     aspect = 1024/600;
}

MFD_plt_right =
{
     x = 2974;
     y = 0;
     width = 750;
     height = 600;
     aspect = 1024/600;
}

CENTER_MFCD =
{
     x = 3998;
     y = 0;
     width = 750;
     height = 600;
     aspect = 1024/768;
}

UIMainView = Viewports.Center

It only works for the pilot view, the cpg are "overwritten" by the pilot screens...

The Center_MFCD-lines are the remains of my Hornet-lua...

 

 


Edited by Flipper

“The uninitiated non-believers think an airplane is a collection of moving parts and miles of wiring.

We know better.”

 

Marshall “War Dog” Lefavor

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

same as above, I have a 4 monitor layout - I do get the MFD's to export even though bugged to CPG regardless fo seat as everyone is saying before - 

 

I also use trackIR buy my George menu shows up on my 4th monitor between my MFD's - so no way to see it in game because it is covered by CougarMFD body.

I wish I knew how to move where it displays!

 

Thanks!


Edited by pedrodatguy
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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