Michael-Fr Posted February 26 Posted February 26 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 razo+r Posted February 26 Solution Posted February 26 (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 February 26 by razo+r
Michael-Fr Posted February 26 Author Posted February 26 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
cfrag Posted February 26 Posted February 26 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. 1
Recommended Posts