Jump to content

Multi-monitor:How to put MPCD and RWR on 2nd monitor


Fsea

Recommended Posts

Hi:

I have 2 screen like this:

attachment.php?attachmentid=188080&stc=1&d=1529600306

right one is 1920x1080. left one is 1080x1920

 

I have create a new monitor setup file to put left MFD and right MFD to my left monitor.

 

lua code:

 

 

_ = function(p) return p; end;

name = _('MySetup');

Description = 'Left MFCD on the left monitor top,Right MFCD on the left monitor blow and camera on the screen'

-- Left monitor:1080x1920 , Right monitor:1920x1080

Viewports =

{

Center =

{

x = 1080;

y = 94;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 16 / 9;

}

}

 

LEFT_MFCD =

{

x = 120;

y = 0;

width = 960;

height = 960;

}

 

RIGHT_MFCD =

{

x = 120;

y = 960;

width = 960;

height = 960;

}

 

UIMainView = Viewports.Center

 

 

 

But when I play F-15C It's only put VSD to my left monitor.

attachment.php?attachmentid=188081&stc=1&d=1529600412

 

So Is there any way to put MPCD and RWR to my left monitor?

256156760_1.PNG.a9a3ec382fa0b37e5b94059d5544cac8.PNG

20180622003742_1.thumb.jpg.0a090c03e448aba65244a0b755200d86.jpg

Link to comment
Share on other sites

  • 3 weeks later...

There is no native support for exporting the TEWS (RWR) and MPCD in the F-15C to a second screen; I'm not sure if anyone has figured it out yet. The guy doing UltraMFCD made some mention of getting it working some time ago but I think he has since left the community.

 

In other modules you look in mods/<aircraft>/cockpit/scripts/<device>/ for the relevant init.lua file and add a "try_find_assigned_viewport" function along with a call to viewporthandling.lua (if not already present) but unfortunately these files are not present in the F-15.

Link to comment
Share on other sites

  • 6 months later...
There is no native support for exporting the TEWS (RWR) and MPCD in the F-15C to a second screen; I'm not sure if anyone has figured it out yet. The guy doing UltraMFCD made some mention of getting it working some time ago but I think he has since left the community.

 

In other modules you look in mods/<aircraft>/cockpit/scripts/<device>/ for the relevant init.lua file and add a "try_find_assigned_viewport" function along with a call to viewporthandling.lua (if not already present) but unfortunately these files are not present in the F-15.

 

Is what you're saying here explained anywhere in more detail for A10C (DCS 2.5.3)? I'm trying to export the RWR to my 2nd monitor. I've already got the MFDs (under my Cougar MFDs) and CDU over there with the help of A10 Cockpit Server, but can't figure out how to export the RWR...

"I mean, I guess it would just be a guy who you know, grabs bananas and runs. Or, um, a banana that grabs things. Why would a banana grab another banana? I mean, those are the kind of questions I don't want to answer." - Michael Bluth

Link to comment
Share on other sites

  • Recently Browsing   0 members

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