Jump to content

How to Manipulate the F2 HUD


Warhog

Recommended Posts

As you all know F1 takes you inside the cockpit with the HUD. F2 removes the cockpit and displays just the HUD and in 2.5 it also shows left and right MFCD's. I would like to remove the MFCD's but I'm not sure what the file name is for the F2 view and where its located.

 

The goal here is when I hit F2 ONLY the HUD will be displayed. Nothing else.

 

Can anyone shed some light on how I might accomplish this.

Regards

John W

aka WarHog.

 

My Cockpit Build Pictures...



John Wall

 

My Arduino Sketches ... https://drive.google.com/drive/folders/1-Dc0Wd9C5l3uY-cPj1iQD3iAEHY6EuHg?usp=sharing

 

 

WIN 10 Pro, i8-8700k @ 5.0ghz, ASUS Maximus x Code, 16GB Corsair Dominator Platinum Ram,



AIO Water Cooler, M.2 512GB NVMe,

500gb SSD, EVGA GTX 1080 ti (11gb), Sony 65” 4K Display

VPC MongoosT-50, TM Warthog Throttle, TRK IR 5.0, Slaw Viper Pedals

Link to comment
Share on other sites

If the MFDs are exported then they will not be displayed in F2 view.

 

If you just want to disable them all together you can even just "export" them to a single monitor view, giving them a 1 x 1 viewport size.

 

Also, and I haven't tested this, but I believe that if you look for the following lines in Mods\aircraft\A-10C\Cockpit\Scripts\MFCD\indicator\MFCD_init.lua

 

if LockOn_Options.flight.easy_radar then 
  render_target_always = true
  purposes 	 = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW,render_purpose.SCREENSPACE_OUTSIDE_COCKPIT}
else
  render_target_always = false
  purposes 	 = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW}
end

 

and change it to

 

if LockOn_Options.flight.easy_radar then 
  render_target_always = true
  purposes 	 = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW,render_purpose.SCREENSPACE_OUTSIDE_COCKPIT}
else
  render_target_always = false
  purposes 	 = {render_purpose.GENERAL}
end

 

then this should stop them being displayed in HUD only view.


Edited by Bullant

Intel i7 13700K @ 5.3 GHz / ASUS TUF Gaming Z490-Plus / 64 Gb G.Skill DDR4-3600 / RTX 4090 / 2TB Kingston KC3000 NVME / Win 10 x64 Pro / Pimax Crystal / WINWING F/A-18 HOTAS

A-10C, AJS-37, AV-8B, F-4E, F-5E, F-14, F-15E, F-16, F/A-18C, F-86F, FC3, Christen Eagle 2, FW190D-9, Mosquito, P-47D, P-51D, Spitfire, AH-64D, KA-50, UH-1H

Combined Arms, WWII Asset Pack, China Assets Pack, Super Carrier, Falklands Assets

Nevada, Normandy, Persian Gulf, The Channel, Syria, Mariana Islands, South Atlantic, Sinai, Kola, Afghanistan

Link to comment
Share on other sites

Thank you Andrew. :thumbup:. I will give it a try.

Regards

John W

aka WarHog.

 

My Cockpit Build Pictures...



John Wall

 

My Arduino Sketches ... https://drive.google.com/drive/folders/1-Dc0Wd9C5l3uY-cPj1iQD3iAEHY6EuHg?usp=sharing

 

 

WIN 10 Pro, i8-8700k @ 5.0ghz, ASUS Maximus x Code, 16GB Corsair Dominator Platinum Ram,



AIO Water Cooler, M.2 512GB NVMe,

500gb SSD, EVGA GTX 1080 ti (11gb), Sony 65” 4K Display

VPC MongoosT-50, TM Warthog Throttle, TRK IR 5.0, Slaw Viper Pedals

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...