Jump to content

Recommended Posts

Posted (edited)

So I have tried to export my Left/Right DDI's for the hornet onto a 4th monitor. I have the monitors in a triplehead config then the 4th below the center to make a "T" shape. My cougar MFD's are attached to the monitor, and I have set up the DDI output to be in the appropriate positions. I do get the data output as expected, but what I didn't expect is for the cockpit camera to also be rendered behind the DDI data instead of a solid black background. Below is a screenshot example of what is happening. I started with one of the canned .lua files (Camera and Right MFCD I think) and built onto to it to add the positioning and GUI position and aspect.

 

I'd appreciate anyone's input as to what might be going on. The canned monitor setup files work, but when I modify them and use my version with both the A-10 and the Hornet, I get the full camera render in the viewport. Strange.

 

https://photos.app.goo.gl/g1wWF5aizP1E57C27

 

Below is my monitor setup file:

 

_ = function(p) return p; end;

name = _('L+R MFCD');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 5760;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 5760 / 1080;

},

 

GUI=

{

x = 1920;

y = 0;

width = 1920;

height = 1080;

},

 

LEFT_MFCD =

{

x = 5760;

y = 0;

width = 411;

height = 411;

},

 

RIGHT_MFCD =

{

x = 7269;

y = 0;

width = 411;

height = 411;

},

}

 

UIMainView = Viewports.Center

LEFT_MFCD = Viewports.LEFT_MFCD

RIGHT_MFCD = Viewports.RIGHT_MFCD

Edited by FlyinBeagle
Add lua example
Posted

use VIRTUAL Cockpit Server to configure and set up your DDI's on the second monitor.

 

you can do it through the Graphic Interface and it will create the file for you.

 

then you just have to select that created config in your Graphic setup up menu.

 

works like a charm for the Hornet for me.

 

EE92DAC1-771D-42B2-B12A-1D22055A5061_zpsr1wqfgbn.jpg

[sIGPIC]https://forums.eagle.ru/signaturepics/sigpic70550_3.gif[/sIGPIC]

Asus Z390-H - SSD M.2 EVO 970 - Intel I9 @5.0ghz - 32gb DDR4 4000 - EVGA 3090 - Cougar FSSB + Virpil WRBRD + Hornet Stick - Thrustmaster TPR Pedal + WinWing MIP + Orion + TO and CO pannels - Track IR5

Posted

for info, this is my file :

 

--Virtual cockpit server for DCS

--<DCS root directory>\Config\MonitorSetup

--Monitor setup file

 

 

 

_ = function(p) return p; end;

name = _('FA18CScreen');

Description = 'Cockpit, left and right MPCDs'

Viewports =

{

Center =

{

x = 0.0;

y = 0.0;

width = 3840;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 3.5555555555555554;

}

}

LEFT_MFCD =

{

x = 3899.0;

y = 234.0;

width = 444;

height = 444;

}

RIGHT_MFCD =

{

x = 5258.0;

y = 248.0;

width = 444;

height = 444;

}

CENTER_MFCD =

{

x = 4568.0;

y = 377.0;

width = 450;

height = 444;

}

UIMainView = Viewports.Center

[sIGPIC]https://forums.eagle.ru/signaturepics/sigpic70550_3.gif[/sIGPIC]

Asus Z390-H - SSD M.2 EVO 970 - Intel I9 @5.0ghz - 32gb DDR4 4000 - EVGA 3090 - Cougar FSSB + Virpil WRBRD + Hornet Stick - Thrustmaster TPR Pedal + WinWing MIP + Orion + TO and CO pannels - Track IR5

  • Recently Browsing   0 members

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