forked from Windy/Game-Server-Configs
7a75600e12
This will allow LGSM to change them on install and also hightlight settings that need to be altered.
15 lines
251 B
INI
15 lines
251 B
INI
// Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// RCON - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// Server password - for private servers.
|
|
sv_password ""
|
|
|
|
// Server Logging
|
|
log on
|
|
sv_logbans 1
|
|
sv_logecho 1
|
|
sv_logfile 1
|
|
sv_log_onefile 0 |