Jump to content

Recommended Posts

Posted

I have my two MFCDs working in my second monitor but the screens in the cockpit are black. All switches are on. Any ideas why they are off in the cockpit?

Posted

Is this in 1.5? I know many people purposely disable the in cockpit screens when exporting to save resources and gain some fps. Maybe ED has now made this the default when exporting.

Posted

Ian

 

Ian;2505877']How did you edit your Lua files? If you simply replaced them with ones you downloaded from somewhere' date=' that is likely the reason. If you follow the link in my sig, you can read how I did it, and that works for me in 1.5.[/quote']

 

Here is the .lua file that I am using. I don't see anthing that would turn them off on the main cockpit.

 

_ = function(p) return p; end;

name = _('duelmonitors');

Description = 'Two monitor configuration';

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.7;

}

}

 

LEFT_MFCD =

{

x = 2000;

y = 105;

width = 550;

height = 800;

}

 

RIGHT_MFCD =

{

x = 2555;

y = 105;

width = 550;

height = 800;

}

 

UIMainView = Viewports.Center

  • Recently Browsing   0 members

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