diff --git a/CounterStrikeSource/server.cfg b/CounterStrikeSource/server.cfg index f1ce422..1066a3b 100644 --- a/CounterStrikeSource/server.cfg +++ b/CounterStrikeSource/server.cfg @@ -11,7 +11,7 @@ echo "Loading SRCDS COUNTER-STRIKE: SOURCE SERVER CONFIGURATION" // Define your ServerName, this is the name there'll be displayed in the Internet tab. // Default: Counter-Strike: Source -hostname "SRCDS SERVER" +hostname "SERVERNAME" // Define your RCon(Remote Console) password, this is mostly used for match servers. @@ -19,7 +19,7 @@ hostname "SRCDS SERVER" // Default: Just don't make it easy to quess! Use big and small letters and numbers! // Look at the example I've set for this one. No one will quess that, only 1 out of ten billion times. // Defualt: None. -rcon_password "W55aO1bL9" +rcon_password "ADMINPASSWORD" // Define your server password, so only people who knows it can connect. @@ -248,33 +248,27 @@ mp_playerid 0 // On = Enabled. // Off = Disabled. // Default: on -log off - +log on // Toggels if the logged text have to be in one single file. // Default: 0 sv_log_onefile 0 - // If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory. // Default: 1 sv_logfile 1 - // Defines if it has to log bans. // Default: 0 sv_logbans 1 - // Defines if it has to log the echo in the MAIN console. // Default: 1 sv_logecho 1 - // Chose the log details. // Default: 0 -mp_logdetail 3 - +mp_logdetail 0 //*************************************************************************\\ //* Counter-Strike: Source Beta Update 2010 CVars. *\\