Jump to content

Recommended Posts

Posted

I have 2 monitor setup (left 1920x1080 and right 1920x1080) - Can somebody point me how to setup existing monitor.lua so i can add lines to export MFDS, DED and RWR?

I could configure my monitor.lua for different aircraft.

 

Like for F-18 i have this:

 

--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 = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.7777777777777777;

}

}

LEFT_MFCD =

{

x = 1921.0;

y = 0.0;

width = 300;

height = 300;

}

RIGHT_MFCD =

{

x = 2221.0;

y = 0.0;

width = 300;

height = 300;

}

CENTER_MFCD =

{

x = 2521.0;

y = 0.0;

width = 300;

height = 300;

}

 

F14_JESTER_MENU =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

}

 

UIMainView = Viewports.Center

[sIGPIC][/sIGPIC]

Pilot from Croatia

  • Recently Browsing   0 members

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