epoch Posted July 29, 2018 Posted July 29, 2018 Some time ago I saw this thread and I exported my left and right MPCDs to my other monitor. I don't want to export the screens any more, but for some reason I can't disable the export. The following lines are commented out in the MPCDL/MPCDR.LUA respectively: --try_find_assigned_viewport("RIGHT_MFCD") --try_find_assigned_viewport("LEFT_MFCD") Yet each time I start up the AV8B, as soon as turn on an MPCD it exports a copy on top of my main window. I then have to toggle the [Left MPCD view export on/off] and [Right MPCD view export on/off] commands to turn off the export. How do I permanently prevent the MPCDs from exporting? (I'm probably missing something completely obvious but thanks in advance for any advice).
epoch Posted January 17, 2019 Author Posted January 17, 2019 Anyone able to help me with this one? It's driving me nuts!
Xtacy Posted January 17, 2019 Posted January 17, 2019 can't you just go to: C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Config\MonitorSetup and edit the monitor config .lua file you are using, and remove the LEFT_MFCD and RIGHT_MFCD sections?
Supmua Posted January 17, 2019 Posted January 17, 2019 The Harrier doesn’t export MFCD unless you activate it with keyboard commands when you start a mission. I run 2 monitors have to do this every time at the start of a mission. Are you saying that your MFCDs get exported automatically no matter what? Sent from my iPhone using Tapatalk PC: 5800X3D/4090, 11700K/3090, 9900K/2080Ti. Joystick bases: TMW, VPC WarBRD, MT50CM2, VKB GFII, FSSB R3L Joystick grips: TM (Warthog, F/A-18C), Realsimulator (F-16SGRH, F-18CGRH), VKB (Kosmosima LH, MCG, MCG Pro), VPC MongoosT50-CM2 Throttles: TMW, Winwing Super Taurus, Logitech Throttle Quadrant, Realsimulator Throttle (soon) VR: HTC Vive/Pro, Oculus Rift/Quest 2, Valve Index, Varjo Aero, https://forum.dcs.world/topic/300065-varjo-aero-general-guide-for-new-owners/
epoch Posted January 17, 2019 Author Posted January 17, 2019 (edited) can't you just go to: C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Config\MonitorSetup and edit the monitor config .lua file you are using, and remove the LEFT_MFCD and RIGHT_MFCD sections? Already been there. Not enabled. This is my .lua _ = function(p) return p; end; name = _('1 Screen'); Description = 'One monitor configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } GU_MAIN_VIEWPORT = Viewports.Center The Harrier doesn’t export MFCD unless you activate it with keyboard commands when you start a mission. I run 2 monitors have to do this every time at the start of a mission. Are you saying that your MFCDs get exported automatically no matter what? Yes, that's the problem. As far as I can tell I'm not exporting them. From my options.lua: ["AV8BNA"] = { ["CPLocalList"] = "default", ["INS_Alignment"] = 0, ["INS_GYROHasNAV"] = false, ["MPCD_EXPORT"] = false, }, Edited January 17, 2019 by epoch
jonsky7 Posted January 18, 2019 Posted January 18, 2019 Have you tried checking the box in the "SPECIAL" settings tab from the game menu? Also, would love to know what you did, because I actually want them on permanently.
epoch Posted January 18, 2019 Author Posted January 18, 2019 Have you tried checking the box in the "SPECIAL" settings tab from the game menu? Also, would love to know what you did, because I actually want them on permanently. I've tried checking/unchecking the 'special' box yeah. That's what the ["MPCD_EXPORT"] settings is in the options.lua I pasted above. What I did to get it permanent was follow the thread I linked to in my original post.
Recommended Posts