Jump to content

Recommended Posts

Posted

I want to get rid of flight data (mines and enemies), pointing arrow (the one that points to the target) and the radar display, but I would like to keep the icons (square around the target) in the cockpit view.

How to edit the HUDDATA to get this?

I tried some stuff, mostly deleting text under [infoDisplay] but that caused the game to crash.

 

 

Posted

In the options is a point where you can toggle through the head up data including no data visible. You must first set a key combination. I use myself STRG+H.

Posted
In the options is a point where you can toggle through the head up data including no data visible. You must first set a key combination. I use myself STRG+H.

 

Yeah I know for that, but still I can't help myself not peaking at that head up data when I need to force my self to use the instruments in the cockpit. :biggrin:

 

Btw, that removes the icons needed to track the target and I really hate padlocking. Add to that my 15' monitor on my laptop which makes simple visual track whit no icons impossible.

 

  

Posted

Just "comment out" these two lines in the InfoDisplay section of the Huddata.ini by adding the forward slashes.

 

//BottomLeftPosition=0.01,0.985

//BottomRightPosition=0.99,0.985

 

Then go to Display004 (Radar) and make the Height and Width 0.0.

 

Not sure if you can completely eliminate the direction arrows. If you set their size (ConeSize= ) to zero they still show at the edge of your screen.

Posted

for the cones you could do what i did (by accident) :blush:

tho you have to do it for every cockpit you flew in (so its a bit of a pain)

add

InternalClipDistMin=0.01 to the cockpit.ini

 

under the

[CockpitSeat001]

--blah blah---

ExternalClipDistMin=0.03

InternalClipDistMin=0.01 <--here

 

seems to break the arrows/cones (in FE anyway)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..