Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: rscaper1070 on October 12, 2010, 02:03:10 am

Title: HUD colors
Post by: rscaper1070 on October 12, 2010, 02:03:10 am
Where does the file for custom HUD colors get created? I'd like to copy it and use it for all the mods I play instead of going in and trying to get it the same for each one.
Title: Re: HUD colors
Post by: Nuke on October 12, 2010, 02:25:43 am
they are in the FreeSpace2\data\players, in hcf files. they have the same formatting as tables, so they should be easy to edit. you essentially get a bunch of these:

Code: [Select]
+Gauge: lead indicator
+RGBA: 0 255 0 144

and you can edit the rgba values.
Title: Re: HUD colors
Post by: rscaper1070 on October 12, 2010, 03:16:29 am
Awesome, thank you.

Edit: I had to facepalm myself for this one. All I had to do was hit the arrow on the config screen. Jeez.
Title: Re: HUD colors
Post by: Nuke on October 14, 2010, 06:45:15 am
yea i should have probibly mentioned that :D