White HUD

Aviation & Simulation Topics
Post Reply
User avatar
Convertible
Virtual Thunderbird Alumnus
Posts: 1069
Joined: Thu Apr 07, 2005 5:59 pm
Location: Phoenix, AZ

White HUD

Post by Convertible » Fri Mar 10, 2006 2:59 pm

Hi all,

I was playing around in the view.lua file and tried to make the HUD white to try to match what I have seen from the real Tbirds with great success. All you need to do is to change the line at the very bottom for the F15 to {255, 255, 255} in the view.lua file. I flight tested it the other night and it looks really good both in the air and on the ground. Just thought you might want to know if interested. I have also found a really neat mint green color if you want to try it: {70, 255, 160}. I have been using this one for a while, but still like the white better though.

Code: Select all

-- HUD RGB color 
HUDColor = {}
HUDColor[PlaneIndex.iSu_27] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_33] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}
HUDColor[PlaneIndex.iSu_39] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29K] = {0, 255, 0}
HUDColor[PlaneIndex.iA_10] = {0, 255, 0}
HUDColor[PlaneIndex.iF_15] = {0, 255, 0}
Convertible
User avatar
Lawndart
Virtual Thunderbird
Posts: 9292
Joined: Tue Mar 29, 2005 8:36 am
Location: Mooresville, NC

Post by Lawndart » Tue Mar 21, 2006 4:35 am

My HUD rocks now! Thanks for pointing this out!
User avatar
Redeye
Virtual Thunderbird
Posts: 852
Joined: Wed Mar 30, 2005 1:48 pm
Location: Vancouver, BC

Post by Redeye » Tue Mar 21, 2006 11:15 am

Flying with it for awhile now and i like it. Nice find Con.
User avatar
Burner
Virtual Thunderbird Alumnus
Posts: 1420
Joined: Tue Mar 29, 2005 5:08 pm
Location: New Orleans, LA

Post by Burner » Tue Mar 21, 2006 12:30 pm

I'll second that, white HUD is where its at :D
User avatar
Convertible
Virtual Thunderbird Alumnus
Posts: 1069
Joined: Thu Apr 07, 2005 5:59 pm
Location: Phoenix, AZ

Post by Convertible » Tue Mar 21, 2006 3:45 pm

Glad I could help out. I like it too.

Vertible
Post Reply