299 115 2136 26.7 GB 22919
299 115 2136 26.7 GB 22919

Knowledge Base

Tutorials, guides, and documentation

Cvar List And Server Options

List of CVARs to set up your server


/// Passwords
set rconPassword "thisgoes2"
set g_password "not4you2know"
set sv_privatePassword "thesame4this"

/// Public Information
set sv_hostname "The CoD Training Server"
set scr_motd "Soldier On"
sets .Admin "noob"
sets .Email "noob@noob.com"
sets .IRC "Don't have one"
sets .Website "http://www.vcodmods.com"
sets .Location "North America"
set scr_friendlyfire "2" Type of Friendly Fire If enabled: 0 = Disabled, 1 = Friendly Fire, 2 = Enabled Reflective, 3 = Shared Damage
set sv_maxclients "16" Number Of Players For Server
set sv_privateClients "6" Reserved Slots (Good For Clan Servers)
set sv_maxRate "20000" Max Rate
set sv_minPing "0" Lowest Ping Rate
set sv_maxPing "150" Max Ping for Server (Higher then this and you get booted)
set sv_pure "1" Client must have unaltered files to use this server - Setting of "0" will allow modified user files (Not recommended as modified user files can be altered to cheat)
set logfile "1" Create a Log File
set g_log "games_mp.log" Log File Name (Can be what ever you want)
set scr_killcam "1" Enable Kill Cam 0 = Disable
set scr_freelook "1" Enable Free Look 0 = Disable
set scr_spectateenemy "1" Enable Spectators to view enemy 0 = Disable
set scr_teambalance "1" Auto Team Balance 0 = Disable
set g_allowVote "1" Enable voting 0 = Disable (No voting)
set scr_allow_vote "1"
set sv_allowAnonymous "0" Allow Anonymous Names
set sv_allowDownload "1" Allow Downloading of Custom Maps from game server (Not recommended as it cuts into bandwidth)
set sv_cheats "0" Create Cheat Server 1 = Enable
set sv_fps "20" Max FPS for Server
set sv_master1 "codmaster.activision.com"
set sv_master2 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""

/// Weapons Applying a "1" to the CVAR will enable that weapon in game
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

/// DM
set scr_dm_scorelimit "50"
set scr_dm_timelimit "30"
set scr_drawfriend "1"
set scr_forcerespawn "0"

/// TDM
set scr_tdm_scorelimit "100"
scr_tdm_timelimit "25"

/// SD
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "7"
set scr_sd_timelimit "0"

/// BEL
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "30"

/// RE
set scr_re_graceperiod "15"
set scr_re_roundlength "4"
set scr_re_roundlimit "0"
set scr_re_scorelimit "7"
set scr_re_timelimit "0"
set scr_re_showcarrier "0"

/// HQ
set scr_hq_scorelimit "0"
set scr_hq_timelimit "0"

/// Map Rotation
set sv_mapRotation "gametype YOURGAMETYPE"
set sv_mapRotationCurrentmap "MAPNAME" Server Start Map

/// Server Types and Info
gametype dm map This line identifies that the Server is a Death Match Server Only
gametype tdm map This line identifies that the Server is a Team Death Match Server Only
gametype sd map This line identifies that the Server is a Search and Destroy Server Only
gametype del map This line identifies that the Server is a Behind Enemy Lines Server Only
gametype re map This line identifies that the Server is a Retrieval Server Only
gametype hq map This line identifies that the Server is a Head Quarters Server Only