Showtriggers

Chat Commands

This guide covers all of the supported chat commands and potential inputs they have.
These commands can be entered in chat at any time regardless of being in a lobby or not.

All commands are activated by using / or ! or . and then the trigger keywords listed below.
Example: /spec or .spec or !spec all trigger the “Spectate Player” command.
Do not make say <chat_command> binds! Instead create binds tied directly to the console command equivalent!
There will never be any exclusive chat commands; they all directly tie to console commands/variables!
Command Triggers Functional Equivalent Examples
Main Teleport "m", "main" mom_main /m will teleport the player to the main track.
Bonus Teleport "b", "bonus" mom_bonus <bonus> /b 2 teleports the player to Bonus Track 2. /b with no parameter will cycle through bonus tracks. Use /r if you wish to restart the track.
Track Teleport "r", "restart" mom_restart_track /r will restart the player to the start of the current track.
Stage Teleport "s", "stage" mom_stage <stage> /s 3 will teleport the player to the third stage of the current track. /s with no parameter will teleport the player back to the current stage’s start zone acting like mom_restart_stage command.
Respawn "spawn", "respawn" mom_respawn /respawn will teleport the player to the map’s initial spawn point.
Set Start Mark "setstart", "ss" mom_start_mark_set /setstart while standing in the track start zone will create a start mark, allowing /r to teleport you back to the specific spot you are in.
Show Player Clips "clips", "showclips" r_drawclipbrushes (0, 1, 2) /clips 2 will set r_drawclipbrushes to 2, which is the solid clipbrush render mode. /clips will cycle through the render modes of drawing clipbrushes.
Show/Hide Triggers "triggers", "showtriggers" showtriggers_toggle /triggers will toggle showing triggers in game.
Spectate Player "spec", "spectate" mom_spectate /spec goc while Gocnak is in your lobby will begin spectating Gocnak, even if you are spectating, otherwise, will find the next best target to spectate. /spec with no target will place you in spectator mode.
Stop Spectating "stopspec", "specstop" mom_spectate_stop /stopspec while watching a player in your lobby, or while in free roam, will exit spectate mode.
Go To Player "goto" mom_goto <person> /goto goc with Gocnak in your lobby will teleport you to where Gocnak is in the map. /goto goc without Gocnak in your lobby will not teleport you.
Savestate Menu "savestate", "saveloc" hud_menu_show savestate /savestate will open the savestate menu.
Show/Hide Players "hide" mom_hide_players (0, 1) /hide will toggle visisbility of other players.

Do you have any more commands you’d like to see in the game? Try suggesting them in our Game repository’s issues section!

...