Jump to content

Warthog_Power

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Warthog_Power

  1. Hey guys! My main monitor resolution is 1680x1050 and 2nd Monitor, 1024x768 So I want to use my second monitor as Right MFD (For TPG). I tryed to do something but honestly nothing happens So anyone could help me with this? Many thanks!..

     

    My Conf.

    _ = function(p) return p; end;

    name = _('Center and RMFD');

    Description = 'For TGP'

    Viewports =

    {

    Center =

    {

    x = 0;

    y = 0;

    width = 1680;

    height = 1050;

    viewDx = 0;

    viewDy = 0;

    aspect = 1.6;

    }

    }

     

    RIGHT_MFCD =

    {

    x = 1832;

    y = 7;

    width = 755;

    height = 755;

    }

     

    UIMainView = Viewports.Center

×
×
  • Create New...