Jump to content

Recommended Posts

Posted

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?

  • 2 weeks later...
  • 3 weeks later...
Posted (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 by Crashmo
  • Recently Browsing   0 members

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