Jump to content

Recommended Posts

Posted

Does anybody know the setting that will change the Target Box color from red to clear (invisible)?

 

The red target box is lame but I still like to use the target and padlock keys to point me in the right direction.

Posted
Does anybody know the setting that will change the Target Box color from red to clear (invisible)?

 

The red target box is lame but I still like to use the target and padlock keys to point me in the right direction.

 

I believe the target box color is located in the HudDatat.ini in the flight folder. You can change both size and color, but the color is some sort of code that I haven't figured out yet (it's like a set of 3 numbers)

Guest Saganuay82
Posted (edited)

One thing I can point out is to modify the size of the box. You can take it down to a minimum but will really have a hard time seeing it. Your target info box and cones will still work.

 

[Display001]
DisplayType=DIRECTOR
ObjectType=TARGET_ENEMY
ConeSize=5
BoxSize=1
BoxType=SQUARE
BoxColor=1.0,0.0,0.0,0.75
ConeModelName=redcone

 

Oops forgot that is in your HUDDATA.ini in your flight folder. I seem to remember having to extract it.

Edited by Saganuay82
Posted
One thing I can point out is to modify the size of the box. You can take it down to a minimum but will really have a hard time seeing it. Your target info box and cones will still work.

 

[Display001]
DisplayType=DIRECTOR
ObjectType=TARGET_ENEMY
ConeSize=5
BoxSize=1
BoxType=SQUARE
BoxColor=1.0,0.0,0.0,0.75
ConeModelName=redcone

 

Oops forgot that is in your HUDDATA.ini in your flight folder. I seem to remember having to extract it.

 

The other option is to simply delete this entry from the HUDATA.INI. None of the TW sims have an issue with doing this.

Posted

Change the section to this:

 

[Display001]

DisplayType=DIRECTOR

ObjectType=TARGET_ENEMY

ConeSize=25

BoxSize=10

BoxType=SQUARE

BoxColor=0.0,0.0,0.0,0.25

ConeModelName=redcone

 

and it will turn the box a pale gray color which is much harder to see against the background, especially the ground. Forget who posted this originally...

Posted
Change the section to this:

 

[Display001]

DisplayType=DIRECTOR

ObjectType=TARGET_ENEMY

ConeSize=25

BoxSize=10

BoxType=SQUARE

BoxColor=0.0,0.0,0.0,0.25

ConeModelName=redcone

 

and it will turn the box a pale gray color which is much harder to see against the background, especially the ground. Forget who posted this originally...

 

Would you happen to know how to decipher the color codes? I imagine it's some primary color formula but I'm at a loss as to what it is?

Posted
Would you happen to know how to decipher the color codes? I imagine it's some primary color formula but I'm at a loss as to what it is?

 

Tank the color code:

BoxColor=0.0,0.0,0.0,0.25

translate to:

BoxColor=R,G,B,Alpha

 

not direct RGB colors but I've had a tool for making the RGB to Game perameter entries for quite a while. Simple find the RGB value of the color you want, in Photoshop or similar program, enter it into the tool and you will find the corresponding game code to use. As shown the last value is the alpha setting or transparency.

You can use the color tool HERE

Posted
Tank the color code:

BoxColor=0.0,0.0,0.0,0.25

translate to:

BoxColor=R,G,B,Alpha

 

not direct RGB colors but I've had a tool for making the RGB to Game perameter entries for quite a while. Simple find the RGB value of the color you want, in Photoshop or similar program, enter it into the tool and you will find the corresponding game code to use. As shown the last value is the alpha setting or transparency.

You can use the color tool HERE

 

Ah, that makes sense. Thanks for clearing that up for me.

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • 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..