SPIKEN Posted February 4, 2014 Posted February 4, 2014 I have, in vain, tried to change the color of the HUD info of the A-10C. The document I have read says the keyboard command should be RCtrl H, but nothing happens. Have anybody been able to change HUD color on the A-10C?
Irregular programming Posted February 4, 2014 Posted February 4, 2014 Dunno what the keyboard shortcut is, but the switch is located on the front left panel marked with "HUD mode" and you can choose between day and night.
Blooze Posted February 4, 2014 Posted February 4, 2014 RCTL+H will not change anything in the A-10C. There are only 2 colors available. Green by default and light amber if switched to night mode. You can also adjust the brightness with a switch below the HUD. [sIGPIC][/sIGPIC]
kontiuka Posted February 14, 2014 Posted February 14, 2014 Good to know. That's what I get for only skimming through that part of the manual.
Crashmo Posted March 3, 2014 Posted March 3, 2014 (edited) HUD Color Change This thread: http://forums.eagle.ru/showthread.php?t=68562&highlight=HUD+transparency It is older, so research the later pages. Try this: DCS World\Mods\aircrafts\A-10C\cockpit\scripts\HUD\indicator HUD_init.lua Edit with notepad ++ At the bottom are lines that contain the RGB values for day and night colors. day_color = {255/255, 0, 0, 255/255} night_color = {243/255, 116/255, 13/255, 255/255} This is mine. I have changed the day color to solid red. The first value is Red, then Green, then Blue, and Opacity(I think). All RGB colors are a value 0-255. My problem is making the opacity darker. Full red is really transparent pink in the game. I need and want to see the HUD text against bright sky backgrounds and it is near impossible. Here is a site for gathering RGB color numbers, look toward the bottom of the page. http://html-color-codes.info/ Edited March 3, 2014 by Crashmo
Recommended Posts