Call of Duty 8: Extra Server Dvars

From COD Modding & Mapping Wiki
Revision as of 16:10, 11 November 2011 by Zeroy (talk | contribs) (Created page with "{{note|This article gather Dvars that are not officially documented but work on MW3 dedicated servers}} * For any Working Dvars, place them in your Server.cfg file = Tested OK ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article gather Dvars that are not officially documented but work on MW3 dedicated servers
  • For any Working Dvars, place them in your Server.cfg file

Tested OK

  • Team Balancing
seta scr_teambalance "1"

Tested NOT OK

  • Log File
seta g_logsync "0"
seta logfile "1"     
seta g_log "test.log"
seta sv_log_damage "1"
seta loc_warnings "0"

Untested

// Ping 
seta sv_minPing "0"             // MIN player ping on CONNECT, any lower and player isnt allowed to connect
seta sv_maxping "300"           // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
seta sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.zeroy.com/br/redirect"
seta sv_wwwDlDisconnected "0"

// Drop inactive players
seta sv_timeout "900"
seta sv_zombietime "1"
seta g_inactivity "0"
seta g_inactivityspectator "0"
seta sv_reconnectlimit "3"

seta sv_disableClientConsole "0"
seta scr_drawfriend "1"
seta scr_player_forcerespawn "1"
seta scr_game_allowkillcam "1"