I have done an extensive search and looked around to try and find a solution.
I have two identical monitors. Both w/ a resolution of 1680x1050.
I am unable to get more than 1 monitor working at all. When I attempt to follow some techniques on the forums, I find that the items in question are moved, but they do not appear on the 2nd monitor.
This is the setup For my display:
Monitor1 Monitor 2
|..........| |..........|
|..........| |..........|
|..........| |..........|
I would like the Camera to appear on Monitor 1 and anything "fancy" to appear on Monitor 2.
Here are my lua files.
Eagle Dynamics\Ka-50\BlackShark\data\scripts\options.lua
options =
{
["views"] =
{
["cockpit"] =
{
["mirrors"] = false,
["reflections"] = false,
["avionics"] = 1,
["russianHud"] = false,
}, -- end of ["cockpit"]
}, -- end of ["views"]
["difficulty"] =
{
["padlock"] = true,
["easyRadar"] = true,
["enemies"] = true,
["setGlobal"] = false,
["immortal"] = false,
["geffect"] = "none",
["easyFlight"] = true,
["permitCrash"] = true,
["radio"] = true,
["tips"] = true,
["fuel"] = false,
["aftSwitching"] = false,
["cockpitLanguage"] = "english",
["units"] = "imperial",
["externalViews"] = true,
["hud"] = true,
["myPlane"] = true,
["iconsTheme"] = "nato",
["map"] = true,
["weapons"] = false,
["allies"] = true,
["labels"] = false,
}, -- end of ["difficulty"]
["audio"] =
{
["wind"] = 100,
["radio"] = 100,
["musicEn"] = false,
["engines"] = 100,
["soundEn"] = true,
["effects"] = 100,
["music"] = 50,
["radioSpeech"] = true,
["warnings"] = 100,
["volume"] = 100,
["inCockpit"] = 100,
["mech"] = 100,
["subtitles"] = true,
["gui"] = 50,
}, -- end of ["audio"]
["graphics"] =
{
["multiMonitorSetup"] = "shkval+camera",
["color"] = "32",
["heatBlr"] = 0,
["scenes"] = "medium",
["water"] = 2,
["fullScreen"] = false,
["visibRange"] = "Medium",
["aspect"] = 4.8,
["textures"] = 1,
["shadows"] = 2,
["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"] = 1050,
["resolution"] = "1680x1050",
["civTraffic"] = 0,
["width"] = 5040,
}, -- end of ["graphics"]
} -- end of optionsEagle Dynamics\Ka-50\Config\MonitorSetup\Shkval+Camera.lua
Description = 'Shkval on the left monitor, camera on the right'
Viewports =
{
Center =
{
x = 1680;
y = 0;
width = 1680;
height = 1050;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
Shkval =
{
x = 4200;
y = 0;
width = 840;
height = 1050/2;
}
ABRIS =
{
x = 3360;
y = 0;
width = 840;
height = 1050;
}