Jump to content

Recommended Posts

Posted

I can't figure out why....I'm trying to add a monitor LUA so I can use second screen to show the left and right mfcds to use with a pair of thrustmaster mfd's.

 

I open the lua in notepad++ edit it and save it but in game it's not recognized under monitors.

 

Even for example when I download one like capt zeens monitor lua and place it in the C:\Program Files\Eagle Dynamics\DCS World\Config\MonitorSetup folder it dosent see it ...Any ideas ....heres my file ...thanks for any help...

 

_ = function(p) return p; end;

name = _('2_monitors_FA18C');

Description = 'Right, Left, RWR, IFEI, UFC, and AMPCD in right monitor'

 

--TOTAL DEL VIEWPORT

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 16/9;

}

}

 

--LEFT

LEFT_MFCD =

{

x = 2078;

y = 165;

width = 411;

height = 411;

}

 

-

 

--RIGHT

RIGHT_MFCD =

{

x = 2890;

y = 165;

width = 411;

height = 411;

}

 

 

 

--AMPCD

F18_AMPCD =

{

x = 2482;

y = 572;

width = 512;

height = 512;

}

 

 

 

UIMainView = Viewports.Center

i7-9700K @ 5.0 l MSI MPG Z390 Gaming Plus MB l 32GB DDR4 2400 Ram l Sabrent Rocket Q 1TB M.2 l EVGA 3080 FTW l Win10 Pro l WarBRD/Warthog Hotas l VKB MkIV rudder Pedals l Reverb G2

  • Recently Browsing   0 members

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