FTE EXTENDEDTEXTCODES

From FTE
Jump to: navigation, search

Defines escape code sequences for text, much like Quake 3 escape codes.

  • ^a - toggle alternative character set flag
  • ^b - toggle text blinking flag
  • ^h - toggle half transparency flag
  • ^s - save flags and color on stack, set text to default settings
  • ^r - restore flags and color from stack
  • ^&?? - set foreground and background color
    • ? is replaced by 0 to F (upper-case only) for color selection, and - for default setting
    • First ? denotes foreground color
    • Second ? denotes background color

The color palette

0 — black
1 — blue
2 — green
3 — cyan
4 — red
5 — magenta
6 — brown
7 — light gray
8 — dark gray
9 — light blue
A — light green
B — light cyan
C — light red
D — light magenta
E — yellow
F — white