| Change server name |
sv_hostname "name" |
Change the server name, remember
to enclose the name with quotes. |
| Set a server password |
g_password password |
Sets the password needed
to join the server, to clear the password and make the server public use g_password
"". |
| Change rcon password |
rconpassword
password |
Allows you to change the rcon
password. Once changed you will need to login with the new rcon password. |
| Change Map |
map mp_name |
Changes to that map. Use the
proper map name, ie. mp_brecourt. |
| Map restart |
map_restart |
Restarts round. Any gametype
and round limit setting changes will take effect. |
| Map rotate |
map_rotate |
Loads the next map in the
map rotation (if specified). |
| Friendly fire |
scr_friendlyfire
0/1/2 |
Friendly fire off (0), on
(1) or reflect damage (2). |
| Draw friend |
scr_drawfriend
0/1 |
Draw icons above teammates. |
| Force respawn |
scr_forcerespawn
0/1 |
Force players to respawn,
TDM and DM only. |
| Gametype |
g_gametype tdm/dm/sd/re/bel |
Sets gametype. Requires a
map_restart to take effect. |
| Message of the day |
scr_motd "motd" |
Sets the message of the day
text. /n = line break, but does not work. |
| Allow voting |
g_allowvote 0/1
scr_allowvote 0/1 |
Allow voting. Both variables
must be set to 1 to allow voting. |
| Status |
status |
Gives the status of all players
on the server, including slot number. Doesn't work properly with 20+ players. |
| Kick player by name |
kick name |
Kick player by name. It's
better to use clientkick and kick by slot number. |
| Kick player by slot # |
clientkick slot
# |
Kick player by slot number. |
| Ban player by name |
banuser name |
Ban player by name. This feature
does not work. |
| Ban player by slot # |
banclient slot # |
Ban player by slot number.
This feature does not work. |
| Ban player by IP |
g_banIPs "ip" |
Ban player by IP address.
Seperate IP addresses with spaces. This feature does not work. |
| Gravity |
g_gravity value |
Controls gravity for players.
Lower = less, default 800. |
| Speed |
g_speed value |
Controls speed of movement
for players. Higher = faster, default 190. |
| Chat via the console |
say |
Messages are shown in game
preceded by console: |
| Kill the server |
quit |
Restarts the server. |