Stevo Posted June 24, 2022 Posted June 24, 2022 Any way to remove the MFDs from the ALT F1 HUD-only view? System Specs: Windows 8.1 Asus p6T i7 920@3.4 6gb mem Msi GTX 970 Thrustmaster Warthog and rudder pedals Track ir 4 logitech G510 http://www.Berserkers.nl
Svenson Posted July 14, 2022 Posted July 14, 2022 Sure go to the Monitor setup folder of DCS... Create a new .lua file with the following in it. Name it 1Camera_No_MFCD.lua _ = function(p) return p; end; name = _('NO MFCDs in HUD-only'); Description = 'One monitor configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } LEFT_MFCD = { x = 2; y = 2; width = 1; height = 1; } RIGHT_MFCD = { x = 1; y = 1; width = 1; height = 1; Just save it and in the next time in the menu of DCS in video settings select this new profile. Cheers 1
John Galt Posted July 15, 2022 Posted July 15, 2022 I bought the Thrustmaster MFD set and a couple of Cubesim screens and now not only do I have a clear hud only look but have quality MFD's still available. By the way, flying hud only in the new South Atlantic map is a trip.
idenwen Posted August 1, 2022 Posted August 1, 2022 On 7/15/2022 at 6:06 PM, John Galt said: I bought the Thrustmaster MFD set and a couple of Cubesim screens and now not only do I have a clear hud only look but have quality MFD's still available. Interesting Idea..have to try that. But how do you interact with the switches and knobs. F1 to hotas?
Robert31178 Posted August 2, 2022 Posted August 2, 2022 On 8/1/2022 at 2:49 PM, idenwen said: Interesting Idea..have to try that. But how do you interact with the switches and knobs. F1 to hotas? Yes, I also would like to know because I went Cubesim also and am in the middle of a pit build. Can't wait to be up and running again!
John Galt Posted August 3, 2022 Posted August 3, 2022 I'm not sure I understand your question. All the hotas and keyboard functions remain, you just lose the view of the rest of the cockpit. I cycle between the two views constantly. I hope this answers your question, if not I apologize.
Archangel44 Posted December 7, 2024 Posted December 7, 2024 (edited) Mr. Svenson, Fantastic, thank you very much. FYI, I'm not a computer guru and followed your instructions to the T but it would not show up in the In-Game monitor settings until I added a closed bracket at the very end of the command line like this. After I added that closed bracket, it showed up in the monitor settings and like a dream come true, it works. Thank you again. Original: RIGHT_MFCD = { x = 1; y = 1; width = 1; height = 1; Fixed: RIGHT_MFCD = { x = 1; y = 1; width = 1; height = 1; } Edited December 7, 2024 by Archangel44 1 F-4E, F-5E-3, F-14, F-15E, F-16C, FA18-C, F-86, A-10C, Spitfire, AJS-37, KA50, MiG-19, L-39, P-51, Flaming Cliffs, All maps, WWII Assets, Combined Arms, Super Carrier.
Recommended Posts