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.
TheBiggerBass Posted June 17 Posted June 17 (edited) Above solution removes MFDs from every view. Is there any way to move/resize MFDs for Alt F1 view only? Edited June 17 by TheBiggerBass System: HP Z2 Tower, Win11 24H2, i9-14900K, 64GB RAM, 2TB SSD (M2) + 18TB HDD (Sata), GeForce RTX4070 TI Super 16GB VRAM, Samsung Odyssey 57" curved monitor (main screen) + BenQ 32" UW3270 (secondary screen), VKB Gunfighter Ultimate MK4 + S-TECS Throttle DCS: A-10A Flaming Cliffs 3, A-10C II, A-4, AH-64D, AV8BNA, Bf-109, F-4E, F4U-1D, F/A-18C, F-15, F-16C, F-22A, F-86, Fw 190 A8, I-16, KA-50, Mi-24P, MI-24P, MiG-29, Mosquito, P-47D, P-51D, Spitfire, TF-51D, UH-1H, UH-60L, all VSN - all terrains - CA, WWII Assets
TheBiggerBass Posted June 20 Posted June 20 Am 17.6.2025 um 12:11 schrieb TheBiggerBass: Is there any way to move/resize MFDs for Alt F1 view only? Nobody? System: HP Z2 Tower, Win11 24H2, i9-14900K, 64GB RAM, 2TB SSD (M2) + 18TB HDD (Sata), GeForce RTX4070 TI Super 16GB VRAM, Samsung Odyssey 57" curved monitor (main screen) + BenQ 32" UW3270 (secondary screen), VKB Gunfighter Ultimate MK4 + S-TECS Throttle DCS: A-10A Flaming Cliffs 3, A-10C II, A-4, AH-64D, AV8BNA, Bf-109, F-4E, F4U-1D, F/A-18C, F-15, F-16C, F-22A, F-86, Fw 190 A8, I-16, KA-50, Mi-24P, MI-24P, MiG-29, Mosquito, P-47D, P-51D, Spitfire, TF-51D, UH-1H, UH-60L, all VSN - all terrains - CA, WWII Assets
Recommended Posts