Jump to content

Boris5134

Members
  • Posts

    5
  • Joined

  • Last visited

  1. OMG...... I could KISS you right now!
  2. Its directly to the right, square on the top right of the main monitor meets the square top left corner of the second. Thank you for the welcome, been reading for a while, been a while since I played and I've always wanted to do more with DCS just didn't have the money and time to until more recently. Right now just trying to get back in the saddle, like riding a motorcycle. Need to feel that friction zone again before I hit the road.
  3. Did that, still nothing. Like what in the world could I be doing SO wrong for this to just COMPLETELY not work at all. I coded with Arma 2 and Arma 3 for more than 4 years, its not THAT difficult, I UNDERSTAND the concept. I just can't get the darn thing to WORK. I have no idea why.
  4. Tried and got nothing. Again.........
  5. I have been at this for hours now and I seem to be simply just stuck. I've looked over all the tutorials and what not and I still can not get this thing to produce just one MFCD on my second monitor. Currently I am using a 24" 1920x1080 primary LCD monitor with a 19" 1280x1024 secondary and have been trying to get one or both MFCD's working for DCS A-10C as standalone and when launched under DCS World. I have been over the code over and over and over again and I don't seem to get what the issue is. I've loaded training missions, instant action, haven't done MP yet but want to when my buddies get on. I just can't seem to get this to work and it is FRUSTRATING! _ = function(p) return p; end; name = _('Center + LMFCD + RMFCD'); Description = 'Two monitor configuration'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; } } LEFT_MFCD = { x = 1920; y = 1024; width = 640; height = 640; } RIGHT_MFCD = { x = 2560; y = 1024; width = 640; height = 640; } UIMainView = Viewports.Center If I've read this right this should produce a half screen size (square of course) Left and Right MFCD at the bottom of my right monitor and I get nothing. IDK what else to do. I'm at a loss.
×
×
  • Create New...