Jump to content

kellmat74

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by kellmat74

  1. Well, I figured it out. Apparently I didn't understand my own equipment. All I had to do was touch the MFD displays and then DCS recognized them. They were already showing the desktop and my mouse could move into them, but I never did that while DCS was running.

     

    I actually accidentally touch one while I was in the simulation and the two MFDs that were at the bottom of my Center Viewer jumped onto the tablets!

     

    Of course I had to tweak the alignment once I finally got them on the MFDs, but that was easy. I had no idea that I had to touch the screens to get DCS to recognize them.

     

    By the way I was using Deskspace on Kindle Fires if anyone runs into this again.

  2. Simple Center Viewport, Left and Right MFD Config still not working

     

    I would love if someone could help me figure out why this lua is not working.

     

    Based on many posts above, here is what I have loaded in my MonitorSetup folder:

     

     

    _ = function(p) return p; end;

    name = _('LRMFCDCamera');

    Description = 'Left MFCD on the left monitor, Right MFCD on the right and camera on the center'

    Viewports =

    {

    Center =

    {

    x = 0;

    y = 0;

    width = 2560;

    height = 1080;

    viewDx = 0;

    viewDy = 0;

    aspect = 2560/1080;

    },

    }

     

    LEFT_MFCD =

    {

    x = 480;

    y = 1080;

    width = 600;

    height = 600;

    aspect = 1024/600;

    }

     

    RIGHT_MFCD =

    {

    x = 1536;

    y = 1080;

    width = 600;

    height = 600;

    aspect = 1024/600;

    }

     

    UIMainView = Viewports.Center

    GU_MAIN_VIEWPORT = Viewports.Center

     

     

    Here is how I have my displays configured in Windows 10:

     

    IMG_2623.jpg.29a24c83b3c3ce5d7981633d0aa60db0.jpg

     

    I've also selected my lua config file in the display setup with DCS and set the dimensions to 2560 x 1680. The Main Screen is 2560 x 1080 and the two MFDs are android tablets at 1024 x 600 each.

     

    Here is how the Main Menus Appears:

     

    IMG_2619.jpg.ad928180c8f04f9c79d62d4fb0e7c6c9.jpg

     

    Here is what the main screen looks like in sim:

     

    IMG_2621.jpg.01826d1fd3d4ab86360e78b4e3e01cf4.jpg

     

    Here is my overall setup:

     

    IMG_2622.jpg.55f8d3495e4fb8cfa784e0b12a9618b0.jpg

     

    Any assistance would be much appreciated.

    Thanks

×
×
  • Create New...