No matter what I do the game will not start a mission, it just stops working and spits me out to the end mission screen.
Two monitors. Left one is 17" 1280x1024. Main one is 22" 1680x1050. They are set up so that the bottom edges are flush (left monitor is arranged at -1280, 26 in windows as an extended desktop).
My options file:
options =
{
["difficulty"] =
{
["padlock"] = true,
["easyRadar"] = false,
["miniHUD"] = true,
["birds"] = 100,
["optionsView"] = "optview_all",
["permitCrash"] = true,
["immortal"] = false,
["map"] = true,
["radio"] = true,
["labels"] = false,
["tips"] = true,
["aftSwitching"] = false,
["cockpitLanguage"] = "english",
["units"] = "imperial",
["easyFlight"] = false,
["altTrimmingMethod"] = false,
["externalViews"] = true,
["iconsTheme"] = "nato",
["fuel"] = false,
["weapons"] = false,
["setGlobal"] = false,
["geffect"] = "none",
}, -- end of ["difficulty"]
["views"] =
{
["cockpit"] =
{
["mirrors"] = true,
["reflections"] = false,
["russianHud"] = false,
["avionics"] = 1,
}, -- end of ["cockpit"]
}, -- end of ["views"]
["sound"] =
{
["world"] = 0,
["radioSpeech"] = true,
["cockpit"] = 0,
["volume"] = 0,
["headphones"] = 0,
["music"] = 0,
["subtitles"] = true,
["gui"] = 0,
}, -- end of ["sound"]
["graphics"] =
{
["multiMonitorSetup"] = "custom+shkval+camera",
["color"] = "32",
["heatBlr"] = 1,
["scenes"] = "high",
["water"] = 2,
["fullScreen"] = true,
["visibRange"] = "High",
["aspect"] = 1.6,
["textures"] = 2,
["shadows"] = 3,
["effects"] = 3,
["width"] = 2960,
["lights"] = 2,
["height"] = 1050,
["civTraffic"] = 0,
["resolution"] = "1680x1050",
["haze"] = 1,
}, -- end of ["graphics"]
} -- end of options
My custom+shkval+camera file:
_ = function(p) return p; end;
name = _('Custom+Shkval+Camera');
Description = 'Shkval on the left monitor, camera on the right';
Viewports =
{
Center =
{
x = 1280;
y = 0;
width = 1680;
height = screen.height;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
Shkval =
{
x = 0;
y = 26;
width = 1280;
height = 1024;
}
Please help me out. I have no idea where I'm going wrong.:helpsmilie:
Eventually, I'd like to get the ABRIS displayed on the right half of the left screen and the shkval in the top left quarter of the left screen (then use Helios to fill the rest in with dials).