beterthanlife Posted May 29, 2011 Posted May 29, 2011 Hi, I want to show various displays on a second monitor in flaming cliffs 2, but I cant get anthing other than the main viewport to show. My monitor resolutions are 1920x1200 and 1024x768. Heres the graphics section of my options lua: ["graphics"] = { ["multiMonitorSetup"] = "camera+shkval1024", ["color"] = "32", ["heatBlr"] = 1, ["scenes"] = "high", ["water"] = 3, ["fullScreen"] = false, ["visibRange"] = "High", ["aspect"] = 3.3, ["textures"] = 2, ["shadows"] = 2, ["effects"] = 3, ["width"] = 3968, ["lights"] = 2, ["height"] = 1200, ["civTraffic"] = 1, ["resolution"] = "3968x1200", ["haze"] = 1, }, -- end of ["graphics"] Heres my MonitorSetup lua: _ = function(p) return p; end; name = ('2 Screen (camera + shkval1024)'); Description = 'Shkval on the left monitor, camera on the right'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1200; viewDx = 0; viewDy = 0; aspect = 1.6; } } LEFT_MFCD = { x = 1920; y = 0; width = 1024; height = 768; } If I switch the viewport x coordinates to 1920 it shows in the second monitor fine, but the LEFT_MFCD will not show, regardless of the x, y co-ordinates I use. Ive tried entering several differerent keywords instead of LEFT_MFCD, including: CMSC RWR RIGHT_MFCD LEFT_MFCD Shkval ABRIS Nothing seems to make a difference. Please help folks!
Recommended Posts