Frisasky
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
1 deletions
-
Left4Dead2/server.cfg
|
|
@ -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 |
|
|
|