Jump to content

Change color labels


Go to solution Solved by razo+r,

Recommended Posts

Posted

Hello,

In the same idea as being able to add new colors to coalitions, I would like to replace the color of the labels.
I doubt that my request will succeed, so if someone could help me modify these colors directly in the game that would be nice.
I suppose that they must be in a file, perhaps one of those of the mission editor: concretely I want to replace red and blue with yellow and green, this for coalitions and also for labels.


Thanks in advance,
Sincerely,
Michael

  • Solution
Posted (edited)

\DCS World OpenBeta\Config\View\labels.lua

There are some lines in there defining the color in RGB. Change the values to your liking.

Integrity Check may or may not fail, I have not tested it.

Edited by razo+r
Posted

So I copied and pasted the .lua file into the saved games/DCS/Config/View directory and changed the color values there. It seems to work although I don't understand the values of the lines "BlurColorBeutralSide = {0, 0, 0, 255} ?? four digits when I would only use 3 to change the RGB color..

Do you know where I could locate the other files to also change the colors from the mission editor as well as the colors of the units visible on the F10 map, please?

And thank you very much,
Michael

Posted
7 hours ago, Michael-Fr said:

four digits when I would only use 3 to change the RGB color..

It’s RGBA. The last value is Opacity. 0 is fully transparent, 128 means half transparent, 255 is fully opaque.

 

  • Like 1
  • Recently Browsing   0 members

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