Skip to main content
Gameplay commands provide tools for modifying game mechanics, enabling debug features, and controlling player actions.

Developer Mode

chimera_devmode

Enable devmode commands without blocking multiplayer access or requiring command line arguments.
boolean
true to enable devmode, false to disable
Unlike Halo’s built-in devmode, Chimera’s implementation doesn’t prevent you from joining multiplayer servers.

Teleportation

chimera_teleport

Teleport yourself or another player to specific coordinates or to another player’s location.
number
Player index to teleport (optional, defaults to yourself)
number | coordinates
Either a player index to teleport to, or X Y Z coordinates
Teleporting other players only works when you’re hosting a server.

Player Management

chimera_set_name

Change your in-game name.
string
Your desired player name

chimera_set_color

Set your player color in free-for-all gametypes.
string
Color name (white, black, red, blue, gray, yellow, green, pink, purple, cyan, cobalt, orange, teal, sage, brown, tan, maroon, salmon)

Chat

chimera_send_chat_message

Send a chat message to a specific channel.
number
Chat channel: 0 = all, 1 = team, 2 = vehicle. Other channels may be used by mods.
string
The message to send

chimera_chat_color_help

Display available fancy chat colors you can use in messages.

chimera_chat_block_ips

Hide IP addresses in custom chat. Useful for streamers to prevent IP exposure.
boolean
true to hide IPs, false to show them
Requires Chimera’s custom chat to be enabled.

chimera_chat_block_server_messages

Block all messages from the server except when using rcon in console.
boolean
true to block server messages, false to show them

Server Hosting

chimera_allow_all_passengers

Disable teammate restrictions for vehicles, allowing anyone to enter any vehicle.
boolean
true to allow all passengers, false for normal restrictions
Only applies when hosting a game. Clients need Chimera’s multi-team vehicle fix to avoid desyncing.

chimera_tps

Set the game’s tick rate (ticks per second). Only works in client-hosted games.
number
Ticks per second (default is 30)
Changing tick rate is experimental and may cause gameplay issues.

chimera_delete_empty_weapons

Automatically delete empty weapons when hosting, similar to Xbox behavior.
boolean
true to delete empty weapons, false to leave them

Weapon Management

chimera_block_extra_weapon

Block your currently held weapon if you have more than two weapons. Lasts until the next game.
Use chimera_unblock_all_extra_weapons to unblock all weapons.

chimera_unblock_all_extra_weapons

Unblock all weapons previously blocked with chimera_block_extra_weapon.

Audio

chimera_fp_reverb

Control whether first-person sounds have reverberations when EAX is enabled.
boolean
true to enable reverb, false to disable

Localization

chimera_language

Set Chimera’s interface language.
'en' | 'es'
Language code: en = English, es = Spanish
Chimera is localized for English and Spanish thanks to community contributions.