Here you will find some useful quake 3 server commands.

The list is not organized, sorted by "arrival".

 

# COMMAND  DESCRIPTION
01

cmdlist

Usage : rcon cmdlist [letter]

Will return all know rcon commands. Optionally, if you put a single letter it will only return commands starting with that letter. Not all work though.

02  cvarlist

Usage : rcon cvarlist [letter]

Will return all know variables, or cvars. Optionally, if you put a single letter it will only return cvars starting with that letter.

You can also use wildchar, for example

rcon cvarlist *damage*

 

03  dumpuser

Usage: rcon dumpuser [client name]

Will return info on a user

04 map_restart

Usage: rcon map_restart

Will restart the current map

05  serverinfo

Usage: rcon serverinfo

Will return the following dedicated server information

06 systeminfo

usage: rcon systeminfo

Will return system info g_syncronousclients, sv_serverid, and timescale.

07

meminfo

usage: rcon meminfo

This will return information, on how much memory your dedicated server is using. May be helpful when renting a server from another party.

 08

set

seta

sets

setu

 

FOUND ON INTERNET

I will ask to LS soon...

set
Usage : rcon set [variable] [value]
Sets the value of a variable.

 

seta
Usage : rcon seta [variable] [value]
Sets the value of a variable and the archive flag so that the value will be saved to the user's default.cfg file to be loaded each time the game is loaded.

 

sets
Usage : rcon sets [variable] [value]
Sets the value of a variable and the server flag so that the variable is transmitted to clients upon connect. Is implemented in MoHAA but does not seem to function properly.

setu
Usage : rcon setu [variable] [value]
Sets the variable with the userinfo flag, so it will be transmitted from a client to a server while connecting.
Caveat : Not tested, however I suspect that like sets , it is not functioning properly.

09

various

fraglimit

timelimit

Â