Jump to content

strike277

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by strike277

  1. Okay I got it working finally. During the adjusting process I was having to go into the sim twice to get it to come up at the correct resolution. It took some time, but it worked. As far as the width and height, not that did literally adjust the width and hight of the MFD's them selves. The X coord raised and lowered and the Y coord move them from side to side. Whew what a job, but it's done finaly and I really gotta thank every one in this thread for getting U.S. nubskulls on the right track. :smilewink: P.S. Just ordered my X65F !:megalol:
  2. okay that didn't work, but this did with a 22" secondary monitor. the only issue is the mfds are just a tad too big. When ever I make any adjustment to bring them down it brings the center screen in to the scondary again. _ = function(p) return p; end; name = _('Strike'); Description = 'Two monitor configuration'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1050; viewDx = 0; viewDy = 0; aspect = 1.7; } } LEFT_MFCD = { x = 51+1920; y = 0; width = 440; height = 440; } RIGHT_MFCD = { x = 1020+1920; y = 0; width = 440; height = 440; } UIMainView = Viewports.Center HELP !!!
  3. Adjusting the Hz didn't work. It's almost like the mfcd is attached some how and when I move it right it drags the center screen with it.
  4. Yep, the correct res combo and I'm running in windowed mode. I'll give the refresh rate a look though. I'll let you know what happens.
  5. Okay ,here is the script. Thanks for any help. = function(p) return p; end; name = _('Strike_Dual_Monitor'); Description = 'Two monitor configuration'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.6; } } LEFT_MFCD = { x = 1920; y = 175; width = 360; height = 360; } RIGHT_MFCD = { x = 2399; y = 175; width = 360; height = 360; } UIMainView = Viewports.Center
  6. I'm gonna go out of my mind! insignia 42" Plasma as main and set up as left monitor running at1920X1080 Acer 19" wide screen set up at 1440x900. Combined res in options. The mfcds will show up on the second monitor, but I can't get them to center. I'm I want to overlay my cougar mfds on the scond screen, but want them more towards the bottom with enough room to place the cdu inbetween eventualy. When I move the mfcds to the right it pulls the center view partialy on to the second monitr. Please help. I've been messing with this for days now.
  7. Oh, okay, thanks for the reply.
  8. I'm having an issue getting this to work. As I understand it you simply start ecm click new,name it,save it, check what you want, manouver where you want, save again, start the sim, imput combined res, then play? My main monitor is a 42" plasma and my secondary is an Acer 19" wide screen.
×
×
  • Create New...