Hello,
I have the AV8B module and configured my second monitor to show the Left MFCD and Right MFCD on the second monitor (and the CDU for the A10). Works great for the Hornet, F-16C, and the A-10C.
I can get them to show on the AV8B only if I am in external view (F2). Move in and out of the cockpit, and they show on the secod screen when outside and don't when inside (??)
The special option to disable MFCD export is unchecked (and sets the AV8B plugin setting in the .lua file to 'false' as below).
DCS Steam Edition, Stable (non-beta)
Here's my config, any ideas?
working-setup.lua
_ = function(p) return p; end;
name = _('Working-Setup');
Description = 'Cockpit, left and right MFCDs and CDU Export setup'
Viewports =
{
Center =
{
x = 0.0;
y = 0.0;
width = 1920;
height = 1200;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
LEFT_MFCD =
{
x = 1920.0;
y = 0.0;
width = 596;
height = 596;
}
RIGHT_MFCD =
{
x = 2518.0;
y = 0.0;
width = 600;
height = 600;
}
CDU =
{
x = 2247.0;
y = 750.0;
width = 560;
height = 360;
}
UIMainView = Viewports.Center
options.lua
options = {
["VR"] = {
["box_mouse_cursor"] = true,
["custom_IPD"] = 63.5,
["custom_IPD_enable"] = false,
["enable"] = true,
["hand_controllers"] = true,
["pixel_density"] = 1,
["prefer_built_in_audio"] = true,
["use_mouse"] = false,
},
["difficulty"] = {
["RBDAI"] = true,
["aircraftMode"] = true,
["autoTrimmer"] = false,
["avionicsLanguage"] = "native",
["birds"] = 0,
["cockpitStatusBarAllowed"] = false,
["cockpitVisualRM"] = false,
["compassTape"] = true,
["controlsIndicator"] = true,
["easyCommunication"] = true,
["easyFlight"] = false,
["easyRadar"] = false,
["externalViews"] = true,
["fuel"] = false,
["geffect"] = "realistic",
["hideStick"] = false,
["iconsTheme"] = "nato",
["immortal"] = false,
["labels"] = 3,
["map"] = true,
["miniHUD"] = false,
["optionsView"] = "optview_all",
["padlock"] = true,
["permitCrash"] = true,
["radio"] = true,
["reports"] = true,
["setGlobal"] = true,
["spectatorExternalViews"] = true,
["tips"] = true,
["units"] = "imperial",
["unrestrictedSATNAV"] = true,
["userMarks"] = true,
["userSnapView"] = true,
["wakeTurbulence"] = true,
["weapons"] = false,
},
["format"] = 1,
["graphics"] = {
["multiMonitorSetup"] = "working-setup",
["aspect"] = 2.6,
["width"] = 3120,
["height"] = 1200,
["fullScreen"] = true,
["DOF"] = 0,
["LensEffects"] = 0,
["MSAA"] = 1,
["SSAA"] = 1,
["SSAO"] = 0,
["anisotropy"] = 4,
["aspect"] = 2.6,
["chimneySmokeDensity"] = 10,
["civTraffic"] = "high",
["clouds"] = 1,
["clutterMaxDistance"] = 1500,
["cockpitGI"] = 1,
["effects"] = 3,
["flatTerrainShadows"] = 0,
["forestDistanceFactor"] = 1,
["fullScreen"] = true,
["heatBlr"] = 1,
["lights"] = 2,
["messagesFontScale"] = 1,
["motionBlur"] = 0,
["outputGamma"] = 2.2,
["preloadRadius"] = 150000,
["rainDroplets"] = true,
["scaleGui"] = false,
["shadowTree"] = false,
["shadows"] = 4,
["sync"] = false,
["terrainTextures"] = "max",
["textures"] = 2,
["treesVisibility"] = 10000,
["useDeferredShading"] = 1,
["visibRange"] = "High",
["water"] = 2,
},
["miscellaneous"] = {
["Coordinate_Display"] = "Lat Long",
["F2_view_effects"] = 1,
["TrackIR_external_views"] = true,
["accidental_failures"] = false,
["allow_server_screenshots"] = false,
["autologin"] = false,
["chat_window_at_start"] = true,
["collect_stat"] = false,
["f10_awacs"] = true,
["f11_free_camera"] = true,
["f5_nearest_ac"] = true,
["force_feedback_enabled"] = true,
["headmove"] = false,
["show_pilot_body"] = false,
["synchronize_controls"] = false,
},
["plugins"] = {
["AV8BNA"] = {
["CPLocalList"] = "default",
["INS_Alignment"] = 0,
["INS_GYROHasNAV"] = false,
["MPCD_EXPORT"] = false,
},
}
<<snip>>
}
Regards
Braedon