RICARDO Posted April 5, 2010 Posted April 5, 2010 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.
ACUTech Posted April 5, 2010 Posted April 5, 2010 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à! 1 =ACU=Tech TECH Systemes Computer 1 Computer 2 [sIGPIC][/sIGPIC]
RICARDO Posted April 5, 2010 Author Posted April 5, 2010 thanks for your answer. you have one value by plane but 5 different hud colors in flight, can you change also thoses other colors?
Recommended Posts