ZDaemon Cvars
Explain here what cvars are and how to use them client and server
Index
Cvars
acl
Scope | server |
Type | string |
Default: | “” |
Make your server “invite-only” and only allow players that you specify to join the server. [set acl “Some_Nick Another_Nick Yet_Another_Nick”]
acsdebug_pcdcount
Scope | client and server |
Type | boolean |
Default: | false |
Displays how many ACS P-Code instructions were executed when a script stops or delays.
am_backcolor
Scope | client |
Type | color |
Default: | 6c 54 40 |
The color of the automap background. Changes to this cvar take effect the next time the automap is activated.
am_cdwallcolor
Scope | client |
Type | color |
Default: | 4c 38 20 |
The color of two-sided lines that have a different ceiling height on each side.
am_cheat
Scope | client |
Type | integer |
Default: | 0 |
The status of the automap cheat. This value can be changed directly from the console to cheat, or it can be modified the old fashioned way with cheat codes. Valid values are:
0: No cheat. Only level architecture the player has seen is shown.
1: All architecture is shown, regardless of whether or not the player has seen it. Equivalent to one input of the Doom iddt cheat.
2: In addition to the previous, shows all things in the map as arrows pointing in the direction they are facing. Equivalent to two inputs of the Doom iddt cheat.
3: In addition to the previous, all things are wrapped in a box showing their size. There is no iddt cheat for this, as this functionality was added to ZDoom and is not a carryover from vanilla Doom.
4-6: They are the same as modes 1-3, respectively, except that lines flagged as “hidden” are not shown.
am_fdwallcolor
Scope | client |
Type | color |
Default: | 88 70 58 |
The color of two-sided lines that have a different floor height on each side.
am_gridcolor
Scope | client |
Type | color |
Default: | 8b 5a 2b |
The color of the automap grid.
am_interlevelcolor
Scope | client |
Type | color |
Default: | ff 00 00 |
The color of inter-level teleporters. These are teleporters that teleport you to a different map.
am_intralevelcolor
Scope | client |
Type | color |
Default: | 00 00 ff |
The color of intra-level teleporters. These are teleporters that teleport you to a different location on the same map.
am_lockedcolor
Scope | client |
Type | color |
Default: | 00 00 98 |
The color of lines that open locked doors.
am_notseencolor
Scope | client |
Type | color |
Default: | 6c 6c 6c |
The color of lines on the automap that haven't yet been seen. Visible with a computer area map.
am_ovotherwallscolor
Scope | client |
Type | color |
Default: | 00 88 44 |
The color of passable lines on the automap when the map is overlayed.
am_ovtelecolor
Scope | client |
Type | color |
Default: | ff ff 00 |
The color of teleporters (both inter- and intra-level) on the overlayed automap.
am_ovthingcolor
Scope | client |
Type | color |
Default: | e8 88 00 |
The color of things visible with the automap cheat when the map is overlayed.
am_ovtrans
Scope | client |
Type | float |
Default: | 1 |
Sets the transparancy of the overlay automap.
am_ovunseencolor
Scope | client |
Type | color |
Default: | 00 22 6e |
The color of unseen lines on the automap when the map is overlayed.
am_ovwallcolor
Scope | client |
Type | color |
Default: | 00 ff 00 |
The color of impassable walls when the automap is overlayed.
am_ovyourcolor
Scope | client |
Type | color |
Default: | fc e8 d8 |
The color of the arrow representing the player in single player games when the map is overlayed.
am_rotate
Scope | client |
Type | boolean |
Default: | false |
Normally, the automap is always drawn such that north is at the top of the screen. Setting this cvar to “1” causes the automap to be drawn so that lines toward the top of the screen are always directly in front of the player's view. This can be particularly useful when the automap is overlayed.
am_secretwallcolor
Scope | client |
Type | color |
Default: | 00 00 00 |
The color of lines that are marked secret when you are using am_cheat. When you aren't using the automap cheat, secret walls are drawn the same color as one-sided lines.
am_showitems
Scope | client |
Type | boolean |
Default: | false |
When true, the fullscreen automap will display a count of all the “special” items you have found on the map. These are the same items that are used to determine the Items stat on the intermission screen.
am_showmonsters
Scope | client |
Type | boolean |
Default: | true |
When true, the fullscreen automap will display a count of the number of monsters that have been killed in the current level and the total number of monsters in the level.
am_showsecrets
Scope | client |
Type | boolean |
Default: | true |
When true, the fullscreen automap will display a count of the number of secrets that have been found in the current level and the total number of secrets in the level.
am_showtime
Scope | client |
Type | boolean |
Default: | true |
When true, the fullscreen automap will display the total amount of time you have been in a level (excluding time that has been paused).
am_style
Scope | client |
Type | integer |
Default: | 0 |
Sets what type of automap you want; 0 (Standard), 1 (Overlay) and 2 (Both).
am_thingcolor
Scope | client |
Type | color |
Default: | fc fc fc |
The color of things revealed with the map cheat. Note that certain types of things can have a different color, as indicated by the following CVARs.
am_tswallcolor
Scope | client |
Type | color |
Default: | 88 88 88 |
The color of two-sided lines that don't have any difference in floor or ceiling heights on either side. Only seen using map cheat.
am_usecustomcolors
Scope | client |
Type | boolean |
Default: | true |
When set to true it uses the colors set in am_ cvars. When false the default colors will be used.
am_wallcolor
Scope | client |
Type | color |
Default: | 2c 18 08 |
The color of one-sided and secret walls in the automap.
am_xhaircolor
Scope | client |
Type | color |
Default: | 80 80 80 |
The color of the “crosshair” dot in the center of the automap.
am_yourcolor
Scope | client |
Type | color |
Default: | fc e8 d8 |
The color of the arrow representing the player in single player games.
autoaim
Scope | client |
Type | float |
Default: | 5000 |
This represents the minimum vertical distance from an object that the player's sight must be before that object is no longer autoaimed at. Setting this cvar to “0” disables autoaiming, while large values such as the default 5000 will reproduce the original DOOM behavior of always autoaiming.
autosavenum
Scope | client |
Type | read-only |
Default: | 0 |
This cvar keeps track of the number used for the next automatic save and is updated each time an automatic save is made. You cannot change it from the console.
auto_altwads
Scope | server |
Type | boolean |
Default: | true |
Allows players without doom.wad/doom2.wad to use freedoom as an alternative whenever possible.
banlist_url
Scope | server |
Type | string |
Default: | “” |
Specify an internet location of a custom banlist text file that will be periodically fetched by your server.
bgdbrightness
Scope | client |
Type | integer |
Default: | 35 |
Controls the background color brightness of the scoreboard and sitrep.
bgdfade
Scope | client |
Type | integer |
Default: | 18 |
Controls the background color opacity of the scoreboard and sitrep.
bot_next_color
Scope | client |
Type | integer |
Default: | 11 |
A number representing the color of the next bot to be spawned. Possible values range from 0 to 11, 11 meaning that the bot will use its own color as defined in bots.cfg.
bot_observer
Scope | client |
Type | boolean |
Default: | false |
When set to 1, the player will experience minimal interaction with the world, and bots will ignore him. Does not work in netgames.
bullet_puffs
Scope | client |
Type | boolean |
Default: | true |
Controls if bullet puffs are drawn or not.
chaseview
Scope | client |
Type | boolean |
Default: | false |
Toggles the chasecam on and off.
Chase mode is disabled in competitive modes. In Coop modes it is enabled by default, but can be disabled with cvar sv_nochasemode.
The distance and height of the view can be set with client cvars chase_dist (0…1000 range) and chase_height (-100…100 range).
chase_dist
Scope | client |
Type | float |
Default: | 90 |
This is how far away from the player the chasecam likes to be, but it will get closer as necessary to avoid going inside walls.
chase_height
Scope | client |
Type | float |
Default: | -8 |
This is the base height above the top of the player's head at which the chasecam will be positioned. Looking up and down will move the camera in the opposite direction so that the player stays at approximately the same height on the screen.
chatmacro0
Scope | client |
Type | string |
Default: | “no” |
Sets which message will be send when using hotkey 0 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro1
Scope | client |
Type | string |
Default: | “I'm ready to kick butt!” |
Sets which message will be send when using hotkey 1 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro2
Scope | client |
Type | string |
Default: | “I'm OK.” |
Sets which message will be send when using hotkey 2 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro3
Scope | client |
Type | string |
Default: | “I'm not looking too good!” |
Sets which message will be send when using hotkey 3 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro4
Scope | client |
Type | string |
Default: | “Help!” |
Sets which message will be send when using hotkey 4 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro5
Scope | client |
Type | string |
Default: | “You suck!” |
Sets which message will be send when using hotkey 5 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro6
Scope | client |
Type | string |
Default: | “Next time, scumbag…” |
Sets which message will be send when using hotkey 6 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro7
Scope | client |
Type | string |
Default: | “Come here!” |
Sets which message will be send when using hotkey 7 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro8
Scope | client |
Type | string |
Default: | “I'll take care of it.” |
Sets which message will be send when using hotkey 8 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
chatmacro9
Scope | client |
Type | string |
Default: | “Yes” |
Sets which message will be send when using hotkey 9 in chat.
To use these, enter chat mode and then hold down Alt and press one of the number keys. The string stored in the corresponding chatmacro cvar will be sent as if you had typed it yourself.
cl_blinkdommsg
Scope | client |
Type | boolean |
Default: | true |
Turns the blinking “Domination” messages on / off.
cl_bloodsplats
Scope | client |
Type | boolean |
Default | true |
Turns the drawing of Bloodspat Decals in SP and Online on / off.
cl_bloodtype
Scope | client |
Type | integer |
Default | 0 |
Chooses whether actors “bleed” sprites, particles, or both when they are hurt.
0: Blood is drawn as sprites
1: Blood is drawn as both sprites and particles
2: Blood is drawn as particles only
cl_chasedeath
Scope | client |
Type | boolean |
Default | true |
When true the camera will switch to chasecam when the player dies. It will turn back when respawn or spectating another player.
cl_colorrails
Scope | client |
Type | integer |
Default | 1 |
Enables coloring of the railshots according to the shooter's color (railshots coming from monsters will have a rainbow coloring).
cl_ctfpickupflash
Scope | client |
Type | integer |
Default | 3 |
Controls the intensity of the yellow flash a player sees when picking up a flag. Range from 0 (no flash) to 4.
cl_maxbodies
Scope | client |
Type | integer |
Default | 16 |
Controls the number of dead bodies displayed. It can range from 3 to 32;
cl_maxdecals
Scope | client |
Type | integer |
Default | 1024 |
Selects the maximum number of decals present at once on the current map.
Decals are graphics that are placed on walls in response to blood splatter and projectile impacts. Setting this to 0 will disable decals entirely.
cl_missiledecals
Scope | client |
Type | boolean |
Default | true |
Enables exploding missiles to leave scorch marks.
cl_pufftype
Scope | client |
Type | integer |
Default | 0 |
Controls how bullet puffs are drawn. Supported values are:
0: Puffs are drawn as sprites
1: Puffs are drawn as particles
2: Puffs are drawn as both, sprites and particles
cl_rankspread
Scope | client |
Type | boolean |
Default | true |
Enables showing the rank and spread in display.
cl_rockettrails
Scope | client |
Type | integer |
Default | 0 |
Controls whether or not rockets leave trails of smoke behind them. Supported values are:
cl_run
Scope | client |
Type | boolean |
Default | true |
When true, the game will always treat movement commands as if +speed is active, and make the player move at running speed.
cl_showdeadscore
Scope | client |
Type | boolean |
Default | true |
controls whether the scoreboard is automatically drawn for dead players.
cl_showeventmsg
Scope | client |
Type | boolean |
Default | true |
When disabled the event messages (flag taken, etc.) will not be printed to screen. Event sounds will still play.
cl_showhud
Scope | client |
Type | boolean |
Default | true |
Hides/shows the HUD
cl_showmultikills
Scope | client |
Type | boolean |
Default | true |
cl_showpaused
Scope | client |
Type | |
Default | |
cl_showpovname
Scope | client |
Type | |
Default | |
cl_showpressuse
Scope | client |
Type | |
Default | |
cl_showsprees
Scope | client |
Type | |
Default | |
cl_showtargets
Scope | client |
Type | |
Default | |
cl_spreaddecals
Scope | client |
Type | |
Default | |
cl_timeleft
Scope | client |
Type | |
Default | |
cl_turndeathcam
Scope | client |
Type | |
Default | |
classic_look
Scope | client |
Type | |
Default | |
color
Scope | client |
Type | |
Default | |
Scope | server |
Type | |
Default | |
compat_shorttex
Scope | client and server |
Type | |
Default | |
con_centernotify
Scope | client |
Type | |
Default | |
con_ctrl_d
Scope | client |
Type | |
Default | |
con_midtime
Scope | client |
Type | |
Default | |
con_notifytime
Scope | client |
Type | |
Default | |
con_scaleacsprint2
Scope | client |
Type | |
Default | |
con_scaletext
Scope | client |
Type | |
Default | |
conbgdbrightness
Scope | client |
Type | |
Default | |
conbgdfade
Scope | client |
Type | |
Default | |
conbgdinsta
Scope | client |
Type | |
Default | |
conbgdshaded
Scope | client |
Type | |
Default | |
coop_col1
Scope | client |
Type | |
Default | |
coop_col10
Scope | client |
Type | |
Default | |
coop_col2
Scope | client |
Type | |
Default | |
coop_col3
Scope | client |
Type | |
Default | |
coop_col4
Scope | client |
Type | |
Default | |
coop_col5
Scope | client |
Type | |
Default | |
coop_col6
Scope | client |
Type | |
Default | |
coop_col7
Scope | client |
Type | |
Default | |
coop_col8
Scope | client |
Type | |
Default | |
coop_col9
Scope | client |
Type | |
Default | |
coop_telefrags
Scope | client and server |
Type | |
Default | |
crosshair
Scope | client |
Type | |
Default | |
crosshaircolor
Scope | client |
Type | |
Default | |
crosshairgrow
Scope | client |
Type | |
Default | |
crosshairhealth
Scope | client |
Type | |
Default | |
crosshairscale
Scope | client |
Type | |
Default | |
crosshairsize
Scope | client |
Type | |
Default | |
cv_gmtime
Scope | client and server |
Type | |
Default | |
cv_localtime
Scope | client and server |
Type | |
Default | |
demo_ar
Scope | client |
Type | |
Default | |
demo_autoplaylist
Scope | client |
Type | |
Default | |
demo_chapterspacing
Scope | client |
Type | |
Default | |
demo_freeview
Scope | client |
Type | |
Default | |
demo_panel
Scope | client |
Type | |
Default | |
demo_prioritizeplayers
Scope | client |
Type | |
Default | |
demo_progressbar
Scope | client |
Type | |
Default | |
demo_progresscolor
Scope | client |
Type | |
Default | |
demo_progressheight
Scope | client |
Type | |
Default | |
developer
Scope | client and server |
Type | |
Default | |
dimamount
Scope | client |
Type | |
Default | |
dimcolor
Scope | client |
Type | |
Default | |
disableautosave
Scope | client |
Type | |
Default | |
dm_col1
Scope | client |
Type | |
Default | |
dm_col2
Scope | client |
Type | |
Default | |
dm_col3
Scope | client |
Type | |
Default | |
dm_col4
Scope | client |
Type | |
Default | |
dm_col5
Scope | client |
Type | |
Default | |
dm_col6
Scope | client |
Type | |
Default | |
dm_col7
Scope | client |
Type | |
Default | |
dmflags
Scope | client and server |
Type | |
Default | |
dmflags2
Scope | client and server |
Type | |
Default | |
dmflags3
Scope | client and server |
Type | |
Default | |
email
Scope | server |
Type | |
Default | |
enemy_color
Scope | client |
Type | |
Default | |
fopt_acsprintbig
Scope | client |
Type | |
Default | |
fopt_acsprintsmall
Scope | client |
Type | |
Default | |
fopt_centered
Scope | client |
Type | |
Default | |
fopt_console
Scope | client |
Type | |
Default | |
fopt_event
Scope | client |
Type | |
Default | |
fopt_large
Scope | client |
Type | |
Default | |
fopt_scores
Scope | client |
Type | |
Default | |
fopt_sitrep
Scope | client |
Type | |
Default | |
fopt_small
Scope | client |
Type | |
Default | |
fopt_vote
Scope | client |
Type | |
Default | |
forcewater
Scope | client and server |
Type | |
Default | |
fraglimit
Scope | client and server |
Type | |
Default | |
freelook
Scope | client |
Type | |
Default | |
fullscreen
Scope | client |
Type | |
Default | |
gametype
Scope | client and server |
Type | |
Default | |
gamma
Scope | client |
Type | |
Default | |
genblockmap
Scope | client and server |
Type | |
Default | |
gender
Scope | client |
Type | |
Default | |
get_consoleplayer
Scope | client |
Type | |
Default | |
get_displayplayer
Scope | client |
Type | |
Default | |
get_pitch
Scope | client |
Type | |
Default | |
get_x
Scope | client |
Type | |
Default | |
get_y
Scope | client |
Type | |
Default | |
get_yaw
Scope | client |
Type | |
Default | |
get_z
Scope | client |
Type | |
Default | |
hostname
Scope | client and server |
Type | |
Default | |
http_title
Scope | server |
Type | |
Default | |
hud_scale
Scope | client |
Type | |
Default | |
idmypos
Scope | client |
Type | |
Default | |
infighting
Scope | client and server |
Type | |
Default | |
invertmouse
Scope | client |
Type | |
Default | |
item_respawn_time
Scope | client and server |
Type | |
Default | |
join_password
Scope | client and server |
Type | |
Default | |
joinable_teams
Scope | server |
Type | |
Default | |
joy_speedmultiplier
Scope | client |
Type | |
Default | |
joy_xsensitivity
Scope | client |
Type | |
Default | |
joy_xthreshold
Scope | client |
Type | |
Default | |
joy_ysensitivity
Scope | client |
Type | |
Default | |
joy_ythreshold
Scope | client |
Type | |
Default | |
killlimit
Scope | client and server |
Type | |
Default | |
language
Scope | client |
Type | |
Default | |
lobby
Scope | server |
Type | |
Default | |
log_disposition
Scope | server |
Type | |
Default | |
log_publish
Scope | server |
Type | |
Default | |
log_publish_maxage
Scope | server |
Type | |
Default | |
lookspring
Scope | client |
Type | |
Default | |
lookstrafe
Scope | client |
Type | |
Default | |
master_advertise
Scope | server |
Type | |
Default | |
maxclients
Scope | server |
Type | |
Default | |
maxlives
Scope | client and server |
Type | |
Default | |
maxlostsouls
Scope | client and server |
Type | |
Default | |
maxplayers
Scope | server |
Type | |
Default | |
maxplayersperteam
Scope | server |
Type | |
Default | |
maxteams
Scope | client and server |
Type | |
Default | |
max_download_kbps
Scope | server |
Type | |
Default | |
max_transfers
Scope | server |
Type | |
Default | |
mic_scale
Scope | client |
Type | |
Default | |
mic_show
Scope | client |
Type | |
Default | |
mic_x
Scope | client |
Type | |
Default | |
mic_y
Scope | client |
Type | |
Default | |
minidump_policy
Scope | client |
Type | |
Default | |
minplayers
Scope | client and server |
Type | |
Default | |
motd
Scope | server |
Type | |
Default | |
motd_duration
Scope | client |
Type | |
Default | |
mouse_sensitivity
Scope | client |
Type | |
Default | |
movebob
Scope | client |
Type | |
Default | |
movebobviewheight
Scope | client |
Type | |
Default | |
msg
Scope | client |
Type | |
Default | |
msg0color
Scope | client |
Type | |
Default | |
msg1color
Scope | client |
Type | |
Default | |
msg2color
Scope | client |
Type | |
Default | |
msg3color
Scope | client |
Type | |
Default | |
msg4color
Scope | client |
Type | |
Default | |
msg5color
Scope | client |
Type | |
Default | |
msgmidcolor
Scope | client |
Type | |
Default | |
m_filter
Scope | client |
Type | |
Default | |
m_forward
Scope | client |
Type | |
Default | |
m_noprescale
Scope | client |
Type | |
Default | |
m_pitch
Scope | client |
Type | |
Default | |
m_side
Scope | client |
Type | |
Default | |
m_yaw
Scope | client |
Type | |
Default | |
name
Scope | client |
Type | |
Default | |
netstats
Scope | client |
Type | |
Default | |
nextprevpwo
Scope | client |
Type | |
Default | |
nofilecompression
Scope | client and server |
Type | |
Default | |
noise
Scope | client |
Type | |
Default | |
npref_weapon_1
Scope | client |
Type | |
Default | |
npref_weapon_10
Scope | client |
Type | |
Default | |
npref_weapon_2
Scope | client |
Type | |
Default | |
npref_weapon_3
Scope | client |
Type | |
Default | |
npref_weapon_4
Scope | client |
Type | |
Default | |
npref_weapon_5
Scope | client |
Type | |
Default | |
npref_weapon_6
Scope | client |
Type | |
Default | |
npref_weapon_7
Scope | client |
Type | |
Default | |
npref_weapon_8
Scope | client |
Type | |
Default | |
npref_weapon_9
Scope | client |
Type | |
Default | |
opl_enable
Scope | client |
Type | |
Default | |
opl_frequency
Scope | client |
Type | |
Default | |
opl_onechip
Scope | client |
Type | |
Default | |
opl_singlevoice
Scope | client |
Type | |
Default | |
optional_wads
Scope | server |
Type | |
Default | |
overtime
Scope | client and server |
Type | |
Default | |
password
Scope | client and server |
Type | |
Default | |
pickup_switch_method
Scope | client |
Type | |
Default | |
pip
Scope | client |
Type | |
Default | |
pip_width
Scope | client |
Type | |
Default | |
pip_x
Scope | client |
Type | |
Default | |
pip_y
Scope | client |
Type | |
Default | |
playerclass
Scope | client |
Type | |
Default | |
png_gamma
Scope | client |
Type | |
Default | |
png_level
Scope | client |
Type | |
Default | |
pwo
Scope | client |
Type | |
Default | |
r_columnmethod
Scope | client |
Type | |
Default | |
r_detail
Scope | client |
Type | |
Default | |
r_drawfuzz
Scope | client |
Type | |
Default | |
r_eyecandy
Scope | client |
Type | |
Default | |
r_force320x200
Scope | client |
Type | |
Default | |
r_letterbox_percent
Scope | client |
Type | |
Default | |
r_lowdetail
Scope | client |
Type | |
Default | |
r_noaspectratio
Scope | client |
Type | |
Default | |
r_noaspectratio_w
Scope | client |
Type | |
Default | |
r_pillarbox_percent
Scope | client |
Type | |
Default | |
r_slimetrail_fix
Scope | client |
Type | |
Default | |
r_stretchsky
Scope | client |
Type | |
Default | |
r_viewsize
Scope | client |
Type | |
Default | |
r_zdoomtrans
Scope | client |
Type | |
Default | |
radar
Scope | client |
Type | |
Default | |
radar_dot
Scope | client |
Type | |
Default | |
radar_scale
Scope | client |
Type | |
Default | |
radar_size
Scope | client |
Type | |
Default | |
radar_x
Scope | client |
Type | |
Default | |
radar_y
Scope | client |
Type | |
Default | |
rcon_cmds_1
Scope | server |
Type | |
Default | |
rcon_cmds_2
Scope | server |
Type | |
Default | |
rcon_cmds_3
Scope | server |
Type | |
Default | |
rcon_cmds_4
Scope | server |
Type | |
Default | |
rcon_cmds_5
Scope | server |
Type | |
Default | |
rcon_cmds_6
Scope | server |
Type | |
Default | |
rcon_cmds_7
Scope | server |
Type | |
Default | |
rcon_cmds_8
Scope | server |
Type | |
Default | |
rcon_cmds_9
Scope | server |
Type | |
Default | |
rcon_password
Scope | server |
Type | |
Default | |
rcon_pwd_1
Scope | server |
Type | |
Default | |
rcon_pwd_2
Scope | server |
Type | |
Default | |
rcon_pwd_3
Scope | server |
Type | |
Default | |
rcon_pwd_4
Scope | server |
Type | |
Default | |
rcon_pwd_5
Scope | server |
Type | |
Default | |
rcon_pwd_6
Scope | server |
Type | |
Default | |
rcon_pwd_7
Scope | server |
Type | |
Default | |
rcon_pwd_8
Scope | server |
Type | |
Default | |
rcon_pwd_9
Scope | server |
Type | |
Default | |
removebotswhenhumans
Scope | client and server |
Type | |
Default | |
restartemptymap
Scope | server |
Type | |
Default | |
retain_console
Scope | client |
Type | |
Default | |
sb_cols_coop
Scope | client |
Type | |
Default | |
sb_cols_dm
Scope | client |
Type | |
Default | |
scope_range
Scope | client |
Type | |
Default | |
scope_scale
Scope | client |
Type | |
Default | |
scope_size
Scope | client |
Type | |
Default | |
scope_zoom
Scope | client |
Type | |
Default | |
scorebgd
Scope | client |
Type | |
Default | |
screenblocks
Scope | client |
Type | |
Default | |
screenshot_quiet
Scope | client |
Type | |
Default | |
screenshot_scores
Scope | client |
Type | |
Default | |
screenshot_type
Scope | client |
Type | |
Default | |
secretmessage
Scope | client |
Type | |
Default | |
show_messages
Scope | client |
Type | |
Default | |
showcountries
Scope | client |
Type | |
Default | |
sitrep
Scope | client |
Type | |
Default | |
sitrep_xofs
Scope | client |
Type | |
Default | |
sitrep_yofs
Scope | client |
Type | |
Default | |
skill
Scope | client and server |
Type | |
Default | |
skin
Scope | client |
Type | |
Default | |
snd_3d
Scope | client |
Type | |
Default | |
snd_annvolume
Scope | client |
Type | |
Default | |
snd_buffersize
Scope | client |
Type | |
Default | |
snd_channels
Scope | client |
Type | |
Default | |
snd_chat
Scope | client |
Type | |
Default | |
snd_chatvolume
Scope | client |
Type | |
Default | |
snd_driver
Scope | client |
Type | |
Default | |
snd_flipstereo
Scope | client |
Type | |
Default | |
snd_fpumixer
Scope | client |
Type | |
Default | |
snd_mastervolume
Scope | client |
Type | |
Default | |
snd_matrix
Scope | client |
Type | |
Default | |
snd_mididevice
Scope | client |
Type | |
Default | |
snd_midiprecache
Scope | client |
Type | |
Default | |
snd_midivolume
Scope | client |
Type | |
Default | |
snd_musicvolume
Scope | client |
Type | |
Default | |
snd_muteoutoffocus
Scope | client |
Type | float |
Default | 0 |
Sets how much the volume will be muted when ZDaemon client is out of focus.
snd_output
Scope | client |
Type | |
Default | |
snd_pitched
Scope | client |
Type | |
Default | |
snd_privchat
Scope | client |
Type | |
Default | |
snd_privchatvolume
Scope | client |
Type | |
Default | |
snd_samplerate
Scope | client |
Type | |
Default | |
snd_sfxvolume
Scope | client |
Type | |
Default | |
snd_surround
Scope | client |
Type | |
Default | |
snd_tauntvolume
Scope | client |
Type | |
Default | |
snd_teamchat
Scope | client |
Type | |
Default | |
snd_teamchatvolume
Scope | client |
Type | |
Default | |
snd_voicevolume
Scope | client |
Type | |
Default | |
snd_waterreverb
Scope | client |
Type | |
Default | |
spam_limit
Scope | client and server |
Type | |
Default | |
spam_window
Scope | client and server |
Type | |
Default | |
spc_amp
Scope | client |
Type | |
Default | |
specs_dont_disturb_players
Scope | server |
Type | |
Default | |
ssd_keepdays
Scope | server |
Type | |
Default | |
ssd_minsecs
Scope | server |
Type | |
Default | |
ssd_process
Scope | server |
Type | |
Default | |
ssd_publish
Scope | server |
Type | |
Default | |
ssd_record
Scope | server |
Type | |
Default | |
ssd_url
Scope | server |
Type | |
Default | |
ssd_voice
Scope | server |
Type | |
Default | |
st_scale
Scope | client |
Type | |
Default | |
stillbob
Scope | client |
Type | |
Default | |
storesavepic
Scope | client |
Type | |
Default | |
survival_timed_spec_reset
Scope | server |
Type | |
Default | |
sv_acs_world_exit
Scope | server |
Type | |
Default | |
sv_aircontrol
Scope | client and server |
Type | |
Default | |
sv_allow_target_names
Scope | client and server |
Type | |
Default | |
sv_allowzoom
Scope | client and server |
Type | |
Default | |
sv_ammomultiplier
Scope | client and server |
Type | |
Default | |
sv_barrelrespawn
Scope | client and server |
Type | |
Default | |
sv_berserkspawn
Scope | client and server |
Type | |
Default | |
sv_brightskins
Scope | client and server |
Type | |
Default | |
sv_cheats
Scope | client |
Type | |
Default | |
sv_ctf_old_convention
Scope | client and server |
Type | |
Default | |
sv_dbljump
Scope | client and server |
Type | |
Default | |
sv_deathlimit
Scope | server |
Type | |
Default | |
sv_falldamage
Scope | client and server |
Type | |
Default | |
sv_fastmonsters
Scope | client and server |
Type | |
Default | |
sv_fineticks
Scope | server |
Type | |
Default | |
sv_forcerespawn
Scope | client and server |
Type | |
Default | |
sv_full_acsitem
Scope | client and server |
Type | |
Default | |
sv_fullscreen
Scope | client and server |
Type | |
Default | |
sv_gravity
Scope | client and server |
Type | |
Default | |
sv_hide_countries
Scope | client and server |
Type | |
Default | |
sv_infiniteammo
Scope | client and server |
Type | |
Default | |
sv_infiniteitems
Scope | client and server |
Type | |
Default | |
sv_info_caching
Scope | server |
Type | |
Default | |
sv_insta_switch
Scope | client and server |
Type | |
Default | |
sv_instagib
Scope | client and server |
Type | |
Default | |
sv_instatele
Scope | client and server |
Type | |
Default | |
sv_intermissiontime
Scope | server |
Type | |
Default | |
sv_itemrespawn
Scope | client and server |
Type | |
Default | |
sv_joinlimit
Scope | server |
Type | |
Default | |
sv_keepkeys
Scope | client and server |
Type | |
Default | |
sv_keys_inteammodes
Scope | client and server |
Type | |
Default | |
sv_keys_stay
Scope | client and server |
Type | |
Default | |
sv_keys_teamkeys
Scope | client and server |
Type | |
Default | |
sv_maxclientsperip
Scope | server |
Type | |
Default | |
sv_monsterrespawn
Scope | client and server |
Type | |
Default | |
sv_multikeybinds
Scope | client and server |
Type | |
Default | |
sv_newthrust
Scope | client and server |
Type | |
Default | |
sv_niceweapons
Scope | client and server |
Type | |
Default | |
sv_no_team_starts
Scope | client and server |
Type | |
Default | |
sv_noarmor
Scope | client and server |
Type | |
Default | |
sv_nochasemode
Scope | client and server |
Type | |
Default | |
sv_nocrosshair
Scope | client and server |
Type | |
Default | |
sv_noepisodereset
Scope | client and server |
Type | |
Default | |
sv_noexit
Scope | client and server |
Type | |
Default | |
sv_noexitkill
Scope | client and server |
Type | |
Default | |
sv_nofreelook
Scope | client and server |
Type | |
Default | |
sv_nohealth
Scope | client and server |
Type | |
Default | |
sv_noitems
Scope | client and server |
Type | |
Default | |
sv_nojump
Scope | client and server |
Type | |
Default | |
sv_nomonsters
Scope | client and server |
Type | |
Default | |
sv_nopassover
Scope | client and server |
Type | |
Default | |
sv_nosuper
Scope | client and server |
Type | |
Default | |
sv_oldblast
Scope | client and server |
Type | |
Default | |
sv_olddeath
Scope | client and server |
Type | |
Default | |
sv_olddropoff
Scope | client and server |
Type | |
Default | |
sv_oldfalldamage
Scope | client and server |
Type | |
Default | |
sv_oldmissileclip
Scope | client and server |
Type | |
Default | |
sv_oldsoundcut
Scope | client and server |
Type | |
Default | |
sv_oldwallrun
Scope | client and server |
Type | |
Default | |
sv_oldweaponswitch
Scope | client and server |
Type | |
Default | |
sv_oldwepsound
Scope | client and server |
Type | |
Default | |
sv_powerful_monsters
Scope | client and server |
Type | |
Default | |
sv_randmaps
Scope | server |
Type | |
Default | |
sv_resetinventory
Scope | client and server |
Type | |
Default | |
sv_reshuffle
Scope | server |
Type | |
Default | |
sv_respawnprotect
Scope | client and server |
Type | |
Default | |
sv_respawnsuper
Scope | client and server |
Type | |
Default | |
sv_samelevel
Scope | client and server |
Type | |
Default | |
sv_samespawnspot
Scope | client and server |
Type | |
Default | |
sv_showmultikills
Scope | server |
Type | |
Default | |
sv_showsprees
Scope | server |
Type | |
Default | |
sv_silentbfg
Scope | client and server |
Type | |
Default | |
sv_spawnfarthest
Scope | client and server |
Type | |
Default | |
sv_specteamblock
Scope | client and server |
Type | |
Default | |
sv_splashfactor
Scope | client and server |
Type | |
Default | |
sv_strong_monsters
Scope | client and server |
Type | |
Default | |
sv_teamautoaim
Scope | client and server |
Type | |
Default | |
sv_telemissiles
Scope | client and server |
Type | |
Default | |
sv_trace
Scope | client and server |
Type | |
Default | |
sv_useblocking
Scope | client and server |
Type | |
Default | |
sv_vampire
Scope | client and server |
Type | |
Default | |
sv_voice_chat
Scope | server |
Type | |
Default | |
sv_voice_max_quality
Scope | server |
Type | |
Default | |
sv_voodoo_spawns
Scope | client and server |
Type | |
Default | |
sv_vote_kick
Scope | server |
Type | |
Default | |
sv_vote_kick_percent
Scope | server |
Type | |
Default | |
sv_vote_limit
Scope | server |
Type | |
Default | |
sv_vote_map
Scope | server |
Type | |
Default | |
sv_vote_map_percent
Scope | server |
Type | |
Default | |
sv_vote_map_skip
Scope | server |
Type | |
Default | |
sv_vote_min
Scope | server |
Type | |
Default | |
sv_vote_randcaps
Scope | server |
Type | |
Default | |
sv_vote_randmap
Scope | server |
Type | |
Default | |
sv_vote_reset
Scope | server |
Type | |
Default | |
sv_vote_timeout
Scope | server |
Type | |
Default | |
sv_weapondrop
Scope | client and server |
Type | |
Default | |
sv_weaponstay
Scope | client and server |
Type | |
Default | |
switchtoempty
Scope | client |
Type | |
Default | |
team
Scope | client |
Type | |
Default | |
teamdamage
Scope | client and server |
Type | |
Default | |
teamkilllimit
Scope | client and server |
Type | |
Default | |
teammate_color
Scope | client |
Type | |
Default | |
teamscorelimit
Scope | client and server |
Type | |
Default | |
timelimit
Scope | client and server |
Type | |
Default | |
timidity_8bit
Scope | client |
Type | |
Default | |
timidity_byteswap
Scope | client |
Type | |
Default | |
timidity_chorus
Scope | client |
Type | |
Default | |
timidity_exe
Scope | client |
Type | |
Default | |
timidity_extargs
Scope | client |
Type | |
Default | |
timidity_frequency
Scope | client |
Type | |
Default | |
timidity_pipe
Scope | client |
Type | |
Default | |
timidity_reverb
Scope | client |
Type | |
Default | |
timidity_stereo
Scope | client |
Type | |
Default | |
upass
Scope | client |
Type | |
Default | |
updfreq
Scope | client |
Type | |
Default | |
use_joystick
Scope | client |
Type | |
Default | |
use_mouse
Scope | client |
Type | |
Default | |
var_friction
Scope | client and server |
Type | |
Default | |
var_pushers
Scope | client and server |
Type | |
Default | |
vid_blitmode
Scope | client |
Type | |
Default | |
vid_capped_fps
Scope | client |
Type | |
Default | |
vid_defheight
Scope | client |
Type | |
Default | |
vid_defwidth
Scope | client |
Type | |
Default | |
vid_fps
Scope | client |
Type | |
Default | |
vid_monitor
Scope | client |
Type | |
Default | |
vid_noblitter
Scope | client |
Type | |
Default | |
vid_override_ar
Scope | client |
Type | |
Default | |
vid_palettehack
Scope | client |
Type | |
Default | |
vid_ssaa
Scope | client |
Type | |
Default | |
vid_vsync
Scope | client |
Type | boolean |
Default | true |
Enables or disables vsync.
vid_windowx
Scope | client |
Type | |
Default | |
vid_windowy
Scope | client |
Type | |
Default | |
vid_winscale
Scope | client |
Type | |
Default | |
voice
Scope | client |
Type | |
Default | |
voice_allow
Scope | client |
Type | |
Default | |
voice_block
Scope | client |
Type | |
Default | |
voice_chat
Scope | client |
Type | |
Default | |
voice_default_allow
Scope | client |
Type | |
Default | |
voice_overdrive
Scope | client |
Type | |
Default | |
voice_overdrive2
Scope | client |
Type | |
Default | |
voice_quality
Scope | client |
Type | |
Default | |
voice_shownames
Scope | client |
Type | |
Default | |
voice_spectators
Scope | client |
Type | |
Default | |
vote_compact
Scope | client |
Type | |
Default | |
vote_xofs
Scope | client |
Type | |
Default | |
vote_yofs
Scope | client |
Type | |
Default | |
vpos_demo_descr
Scope | client |
Type | |
Default | |
vpos_event
Scope | client |
Type | |
Default | |
vpos_event2
Scope | client |
Type | |
Default | |
vpos_msg
Scope | client |
Type | |
Default | |
vpos_multi
Scope | client |
Type | |
Default | |
vpos_overtime
Scope | client |
Type | |
Default | |
vpos_spree
Scope | client |
Type | |
Default | |
wad_downloads
Scope | server |
Type | |
Default | |
warmup_timelimit
Scope | server |
Type | |
Default | |
website
Scope | server |
Type | |
Default | |
wi_percents
Scope | client |
Type | |
Default | |
wipetype
Scope | client |
Type | |
Default | |
zd_overridecolors
Scope | client |
Type | |
Default | |
zd_useskins
Scope | client |
Type | |
Default | |
zdoom_blockeverything
Scope | client and server |
Type | |
Default | |