Skip to main content

Overview

Chimera provides extensive customization for chat, server messages, and console display through the [custom_chat] and [custom_console] sections.

Custom Console

The [custom_console] section configures the developer console appearance and behavior.

Enable Custom Console

boolean
default:"0"
Enable custom console features.
boolean
default:"1"
Enable scrollback with Page Up/Down keys.

Buffer Settings

number
default:"10000"
Maximum number of lines the console can store.
number
default:"256"
Soft limit - old lines are deleted after this many lines are hit.

Display Settings

number
default:"1.1"
Line height multiplier. 1.0 means potentially no gap between lines.
number
default:"10"
Margins on left and right side in pixels.
number
default:"3.0"
Time in seconds before lines start fading.
number
default:"0.75"
Time in seconds for lines to completely fade.

Custom Chat

The [custom_chat] section configures chat messages, server messages, and chat input display.

Server Messages

Server messages appear in the top-right by default and show announcements from the server.

Colors

number
default:"0.5"
Alpha (transparency) from 0-1.
number
default:"0.45"
Red intensity from 0-1.
number
default:"0.72"
Green intensity from 0-1.
number
default:"1.0"
Blue intensity from 0-1.

Position and Size

number
default:"360"
X offset in HUD pixels.
number
default:"60"
Y offset in HUD pixels.
number
default:"350"
Width in HUD pixels.
number
default:"380"
Height in HUD pixels.
number
default:"160"
Height when chat is open in HUD pixels.
string
default:"top_right"
Anchor point. Options: top_left, top_right, center, bottom_left, bottom_right

Behavior

boolean
default:"0"
Hide server messages when console is visible.
string
default:"small"
Font for server messages. Options: smaller, small, large, console, system
number
default:"0"
Animation time in seconds for sliding.
number
default:"5.0"
Display time in seconds when chat is not in focus.
number
default:"1.0"
Fade out time in seconds.
number
default:"1.1"
Line height multiplier.
boolean
default:"0"
Allow unsolicited rcon messages in console instead of server messages. Off by default as it can disrupt gameplay.

Chat Messages

Chat messages appear in the top-left by default and show player chat.

Team Colors

number
Free-for-all chat color (alpha, red, green, blue) from 0-1.
number
Red team chat color (alpha, red, green, blue) from 0-1.
number
Blue team chat color (alpha, red, green, blue) from 0-1.

Position and Size

number
default:"8"
X offset in HUD pixels.
number
default:"38"
Y offset in HUD pixels.
number
default:"612"
Width in HUD pixels.
number
default:"300"
Height in HUD pixels.
number
default:"300"
Height when chat is open in HUD pixels.
string
default:"top_left"
Anchor point. Options: top_left, top_right, center, bottom_left, bottom_right

Behavior

boolean
default:"1"
Hide chat messages when console is visible.
string
default:"small"
Font for chat messages. Options: smaller, small, large, console, system
number
default:"0.25"
Animation time in seconds for sliding.
number
default:"5.0"
Display time in seconds when chat is not in focus.
number
default:"1.0"
Fade out time in seconds.
number
default:"1.1"
Line height multiplier.

Chat Input

Chat input field appears when you press the chat key.

Colors

number
default:"1.0"
Alpha (transparency) from 0-1.
number
default:"1.0"
Red intensity from 0-1.
number
default:"1.0"
Green intensity from 0-1.
number
default:"1.0"
Blue intensity from 0-1.

Position and Size

number
default:"8"
X offset in HUD pixels.
number
default:"338"
Y offset in HUD pixels.
number
default:"612"
Width in HUD pixels.
string
default:"top_left"
Anchor point. Options: top_left, top_right, center, bottom_left, bottom_right
string
default:"small"
Font for chat input. Options: smaller, small, large, console, system

Complete Example