QuadaverNet : MvdSvCvars

StartSeite :: TextSearch :: PageIndex :: RecentChanges :: Login/Account :: You are 38.107.191.109
back to MvdSvDocumentation.
MvdSvCommandLine - command line options
MvdSvConsole - server console commands

Cvar List

Current cvar documentation format is like:


cvar_name [0/1]
Here is the really nice description. The sentence after this one is used to explain the default. Default: 0.


Example:

sv_enable_cmd_minping [0/1]
0 - disables "cmd minping" command,
1 - enables "cmd minping" command.
Default: 0



Begin here:

A


allow_download [0/1]
0 - disables download of any content type from server,
1 - enables download of any content type from server.
Default: 1

allow_download_skins [0/1]
0 - disables download of skins from server,
1 - enables download of skins from server.
Default: 1

allow_download_models [0/1]
0 - disables download of models from server,
1 - enables download of models from server.
Default: 1

allow_download_sounds [0/1]
0 - disables download of sounds from server,
1 - enables download of sounds from server.
Default: 1

allow_download_maps [0/1]
0 - disables download of maps from server,
1 - enables download of maps from server.
Default: 1

allow_download_demos [0/1]
0 - disables download of demos from server,
1 - enables download of demos from server.
Default: 1

allow_download_pakmaps [0/1]
0 - disables download of maps within pak files from server,
1 - enables download of maps within pak files from server.
Default: 0

auth_timeout [integer]
Timeout for the authentication process (Telnet/not sure about the rest), measured in seconds. If set to 0 no timeout will occur.
Default: 3600


M


master_rcon_password
This behaves similar to the "rcon_password" but allows use of some extra commands and cvars if a clients "rcon_password" is set to this. Cvars follow:
sv_admininfo
sv_admininfo "Name (email@address)", will set "*admin" "Name (email@address)" in serverinfo.
Default: nothing
Default: nothing


N


not_auth_timeout [integer]
Time between logon and entering of the password before the logon procedure times out,
measured in seconds.
Default: 20


Q


qconsole_log_say [0/1]
0 - "say" and "say_team" messages are _not logged_ into qconsole_{port}.log
1 - "say" and "say_team" messages are _logged_ to the qconsole_{port}.log file
Default: 0


R


rcon_password [string]
Sets the remote console password clients have to supply when they want to remote control the server.
Default: nothing


S


sv_crypt_rcon [0/1]
Toggles use of SHA1 for encryption of rcon_password and using timestamps (can only be changed by using the master_rcon_password)
0 - don't use encryption
1 - use encryption
Default: 0

sv_demofps [integer]
Sets the frames per second at which mvd demos are recorded.
Default: 20

sv_demopings [integer]
Sets the interval (in seconds) at which the pings in an mvd demo are updated.
Default: 3

sv_demonovis [0/1]
Sets vis (rendering of objects on the other side of water surface) in a mvd demo.
0 - enables vis,
1 - disables vis.
Default: 1

sv_demoUseCache [0/1]
0 - disables cache-recording of demos
1 - enables cache-recording of demos. Will be written to the hardrive when match is over or when cache is filled (sv_demoCacheSize has to be set for this to work).
Default: 0

sv_demoCacheSize [size in KB]
Sets the size of the demo recording cache in KB.
Default: 0

sv_demoMaxSize [size in KB]
Sets the maximum file size of a demo in KB.
Default: 20480

sv_demoMaxDirSize [size in KB]
Sets the maximum demo dir size, maximum size available for all demos.
Default: 102400

sv_demoExtraNames [0/1]
0 - disables the addition of player names in the demo name,
1 - enables the addition of player names in the demo name.
Default: 0
Example:
0: [Blue]_vs_[Red]_dm6.mvd
1: [Blue]_Ed_Peggy_vs_[Red]_Steve_Marcy_dm6.mvd

sv_demoDir [string]
Directory in wich the demos are stored(relative to the gamedir variable).
Default: demos

sv_getrealip [0/1]
Gets the clients real ip. Else you would only get the ip of a proxy (e.g. qizmo) instead of his real dial-up line making it hard to ban him.
Default: 1

sv_enable_cmd_minping [0/1]
0 - disables the use of "cmd minping",
1 - enables the use of "cmd minping",
Default: 0

sv_maxdownloadrate [integer]
Sets the maximum rate while downloading.
Default: 0

sv_maxrate [integer]
Sets the maximum rate. This is serverside limited to 100000.
Default: 0

sv_mintic [float]
description missing
Default: 0.013

sv_serverip [string]
sets the ip address the server should listen to. If nothing given, listens to all interfaces.
Default: nothing

sv_showspectators [0/1]
A feature to show spectators as players in every server browser (which use udp to ask for status)..
..by adding "(s)" to spectator names. Specator pings are negative real pings (-55 for example) and frags are set to -9999.
This makes it finally possible to even find spectating players with your favorite serverbrowser.
0 - don't show spectators
1 - show spectators
Default: 1

sv_specprint [flags]
Sends text/command to clients?
The value is a sum of 1/2/4.
1 - single print to a specific client to the center of the screen (centerprint)
2 - single print to a specific client (sprint)
4 - sends text over to the client's execution buffer (stuffcmd)
Default: 0

sv_use_dns [0/1]
0 - don't use DNS lookups in "status" command
1 - use DNS lookups in "status" command
Default: 0



T


timeout [integer]
Time between last message from client and the point of no return :D,
measured in seconds.
Default: 65

telnet_log_level [0..3]
0 - disables the logging of telnet logins,
1 - enables the logging of telnet logins and disconnects.
2 - also logs all commands.
3 - also logs all commands and all messages by every authenticated user.
Default: 0

telnet_password [string]
Password for logging in via telnet. If nothing is given telnet serving will be off. It also requires "-telnetport 27500" on the server command line to allow telnet serving.
Default: nothing