Pinefang Posted October 5, 2015 Posted October 5, 2015 I have my two MFCDs working in my second monitor but the screens in the cockpit are black. All switches are on. Any ideas why they are off in the cockpit?
AceKng1 Posted October 5, 2015 Posted October 5, 2015 Is this in 1.5? I know many people purposely disable the in cockpit screens when exporting to save resources and gain some fps. Maybe ED has now made this the default when exporting.
FSFIan Posted October 5, 2015 Posted October 5, 2015 How did you edit your Lua files? If you simply replaced them with ones you downloaded from somewhere, that is likely the reason. If you follow the link in my sig, you can read how I did it, and that works for me in 1.5. DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
Pinefang Posted October 6, 2015 Author Posted October 6, 2015 Ian Ian;2505877']How did you edit your Lua files? If you simply replaced them with ones you downloaded from somewhere' date=' that is likely the reason. If you follow the link in my sig, you can read how I did it, and that works for me in 1.5.[/quote'] Here is the .lua file that I am using. I don't see anthing that would turn them off on the main cockpit. _ = function(p) return p; end; name = _('duelmonitors'); Description = 'Two monitor configuration'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.7; } } LEFT_MFCD = { x = 2000; y = 105; width = 550; height = 800; } RIGHT_MFCD = { x = 2555; y = 105; width = 550; height = 800; } UIMainView = Viewports.Center
Recommended Posts