Jump to content

hud colors


RICARDO

Recommended Posts

hello, is there anyway to customise the colors and transparency of the different colors of the huds?

I am used to fly with very transparent hud types in BS.

I think that it helps to locate ground targets, and i would like to adapt this for

FC2.

Link to comment
Share on other sites

To customize the HUD color go to "Config/View", open view.lua with notepad++ and modify these lines:

 

 
-- HUD RGB color 
HUDColor = {}
HUDColor[PlaneIndex.iSu_27] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iSu_33] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}
HUDColor[PlaneIndex.iSu_39] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iMiG_29] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iMiG_29K] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iA_10] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iF_15] = {[color=red]0, 255, 0[/color]}
HUDColor[PlaneIndex.iKA_50] = {[color=red]0, 255, 0[/color]}

 

Can't tell for transparency tough

 

Voilà!

  • Like 1

=ACU=Tech

TECH Systemes

Computer 1 Computer 2

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

  • Recently Browsing   0 members

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