Game Development Community

changing color codes

by Gibby · in Torque 3D Professional · 11/09/2013 (7:27 am) · 2 replies

Greets all:

I'd like to change the colorcodes [\c0, \c1,\c2. etc] that are predefined, but can't find where they are defined. Is it in code or a script, I can't seem to find it anywhere...

#1
11/09/2013 (9:19 am)
They are defined in defaultGameProfiles.cs in the art/gui folder. Just look for fontColors[number] (replace number with 0-9). In my situation they are defined in ChatHudMessageProfile in the mentioned file.
#2
11/09/2013 (9:35 am)
Thanks!!!