You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
479 B
31 lines
479 B
// Server Name
|
|
hostname "<hostname>"
|
|
|
|
// RCON Password
|
|
rcon_password "<rconpassword>"
|
|
|
|
// Server Password
|
|
sv_password ""
|
|
|
|
// Server Logging
|
|
log on
|
|
sv_logbans 1
|
|
sv_logecho 1
|
|
sv_logfile 1
|
|
sv_log_onefile 0
|
|
|
|
// Server Hibernation
|
|
sv_hibernate_when_empty 1
|
|
sv_hibernate_ms 5
|
|
|
|
// Server Query
|
|
// More info at: https://www.gametracker.com/games/csgo/forum.php?thread=91691
|
|
host_name_store 1
|
|
host_info_show 1
|
|
host_players_show 2
|
|
|
|
|
|
exec banned_user.cfg
|
|
exec banned_ip.cfg
|
|
writeid
|
|
writeip
|
|
|