ezQuake Manual: Colored text

You can use coloured text in this client. First you need to set scr_coloredText 1.
Then you can type colored text. The syntax is "{&cRGBtext}" where R is a hexadecimal number in range of 0,1,...,E,F specifying amount of red in the resulting color. Same is G for green and B for blue. E.g. '888' is gray, 'f0f' is pink.
Note.: values of those numbers get expanded to RRGGBB format so e.g. color '04f' can be found as color #0044FF in most graphics editors.

Color 'fff' has a special meaning. It turns coloured text off. To get white text, you should use braces { and }.

Example: "say {&cff0this text will be yellow}, {&cfff}this will be the default orange {and this will be white text}"

Note: The color of the text depends on the console font you use. Most console fonts have white letters. This client mixes the resulting color from these letters. If your standard console font color is not white, you might get different results.

Examples

{&c0b0safe&cfff}
{&cf00enemy&cfff} {&c04fquad&cfff}

Last update: 22.12.2007 07:12 PST, made by JohnNy_cz | ezQDocs

SourceForge.net Logo