Help
What would the settings needed with this:
center monitor: 21" CRT Max res is 1600*1200
Side monitor: 15" CRT, Max res 1024*768
Playing the game in 1280*1024.
I would like to have a least the ABRIS on the small monitor, ABRIS/SHKVAL would be great though. I tried to figure it out by my self, I guess I'm just too dumb:wacko:
*EDIT*
Well, after much fiddling around, I manage to make it work, with my usual playing resolution ie. 1280*1024... Took a lot of testing and some swearing..
I was able to slect 3560*1024 for the sim resolution, ABRIS & SHKVAL fits nicely on my 15"
Description = '2MonitorTest'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1280;
height = 1024;
viewDx = 0;
viewDy = 0;
aspect = 4/3;
}
}
Shkval =
{
x = 1280;
y = 301;
width = 562;
height = 422;
}
ABRIS =
{
x = 1842;
y = 128;
width = 462;
height = 768;
}
["graphics"] =
{
["multiMonitorSetup"] = "2monitortest",
["color"] = "32",
["heatBlr"] = 1,
["scenes"] = "medium",
["water"] = 2,
["fullScreen"] = false,
["visibRange"] = "Low",
["aspect"] = 1.3333333333333,
["textures"] = 1,
["shadows"] = 1,
["display_mode"] =
{
["avi"] =
{
["bpp"] = 32,
["resolution"] = "640x480",
["full_screen"] = false,
["aspect"] = 1.333333333,
["height"] = 480,
["width"] = 640,
}, -- end of ["avi"]
}, -- end of ["display_mode"]
["effects"] = 3,
["lights"] = 2,
["haze"] = 1,
["terrPrld"] = "20",
["height"] = 1024,
["resolution"] = "2560x1024",
["civTraffic"] = 1,
["width"] = 2560,
}, -- end of ["graphics"]
The read only step was crucial for me, and made all the difference