Jump to content

Recommended Posts

Posted

Hello,

 

Im experimenting with multiple monitors, but somehow the CDU has appeared as a transparent screen on one of my monitors.

 

I dont have it scripted in the LUA to be showing, but still it shows..

 

Can anybody help me turn it off?

 

This is my LUA file:

 

_ = function(p) return p; end;

name = _('Samcro Two Actual');

Description = 'Two monitor configuration';

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.77;

}

}

 

LEFT_MFCD =

{

x = 70;

y = 1200;

width = 440;

height = 440;

}

 

RIGHT_MFCD =

{

x = 1420;

y = 1200;

width = 440;

height = 440;

}

 

UIMainView = Viewports.Center

 

[sIGPIC][/sIGPIC]

 

Vincere Est Totum

  • Recently Browsing   0 members

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