Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rate settings for L4D games #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Left4Dead/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ rcon_password "ADMINPASSWORD"
// Server password - for private servers.
sv_password ""

//Rate settings
// Min bandwidth rate allowed on server
sv_minrate 10000
// Max bandwidth rate allowed on server
sv_maxrate 30000
// Minimum cmd rate (match server tickrate)
sv_mincmdrate 33
// Minimum cmd rate (match server tickrate)
sv_maxcmdrate 66

// Server Logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_log_onefile 0
12 changes: 11 additions & 1 deletion Left4Dead2/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ rcon_password "ADMINPASSWORD"
// Server password - for private servers.
sv_password ""

//Rate settings
// Min bandwidth rate allowed on server
sv_minrate 10000
// Max bandwidth rate allowed on server
sv_maxrate 30000
// Minimum cmd rate (match server tickrate)
sv_mincmdrate 33
// Minimum cmd rate (match server tickrate)
sv_maxcmdrate 66

// Server Logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_log_onefile 0