Call of Duty 8: Extra Server Dvars: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(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 ...")
 
mNo edit summary
Line 24: Line 24:


<pre>
<pre>
// Ping
seta sv_minPing "0"
seta sv_minPing "0"             // MIN player ping on CONNECT, any lower and player isnt allowed to connect
seta sv_maxping "300"
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_wwwDownload "1"
seta sv_wwwBaseURL "http://www.zeroy.com/br/redirect"
seta sv_wwwBaseURL "http://www.zeroy.com/br/redirect"
seta sv_wwwDlDisconnected "0"
seta sv_wwwDlDisconnected "0"
// Drop inactive players
seta sv_timeout "900"
seta sv_timeout "900"
seta sv_zombietime "1"
seta sv_zombietime "1"
Line 40: Line 34:
seta g_inactivityspectator "0"
seta g_inactivityspectator "0"
seta sv_reconnectlimit "3"
seta sv_reconnectlimit "3"
seta sv_disableClientConsole "0"
seta sv_disableClientConsole "0"
seta scr_drawfriend "1"
seta scr_drawfriend "1"
seta scr_player_forcerespawn "1"
seta scr_game_allowkillcam "1"
</pre>
</pre>



Revision as of 16:11, 11 November 2011

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

seta sv_minPing "0"
seta sv_maxping "300"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.zeroy.com/br/redirect"
seta sv_wwwDlDisconnected "0"
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"