Tangolima600 Posted November 14, 2011 Posted November 14, 2011 Hey guys. My system has three monitors (1920x1200 on left, 1920x1080 center, and a 800x600 of the right). I do not use the left display when gaming. When I adjust the config so I get the Schval on my little 800x600 monitor on the right using the left mfcd monitor config file using the following code: _ = function(p) return p; end; name = _('Camera + LMFCD(on right side)'); Description = 'Left MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.77; } } LEFT_MFCD = { x = 1920; y = 0; width = 800; height = 600; } UIMainView = Viewports.Center I set the resolution of the game to (1920+1920+800) 4640x1080 in the options menu in the game. What happens is this: any suggestions?
Tangolima600 Posted November 14, 2011 Author Posted November 14, 2011 SOLVED: Referenced the axis point for the small monitor and change the y variable to the proper number indicated.
Recommended Posts