Browse Source

Update server.cfg

pull/115/head
Artem 5 years ago
committed by GitHub
parent
commit
ad7918e7ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      CounterStrikeSource/server.cfg

14
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. // Define your ServerName, this is the name there'll be displayed in the Internet tab.
// Default: Counter-Strike: Source // Default: Counter-Strike: Source
hostname "SRCDS SERVER" hostname "SERVERNAME"
// Define your RCon(Remote Console) password, this is mostly used for match servers. // 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! // 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. // Look at the example I've set for this one. No one will quess that, only 1 out of ten billion times.
// Defualt: None. // Defualt: None.
rcon_password "W55aO1bL9" rcon_password "ADMINPASSWORD"
// Define your server password, so only people who knows it can connect. // Define your server password, so only people who knows it can connect.
@ -248,33 +248,27 @@ mp_playerid 0
// On = Enabled. // On = Enabled.
// Off = Disabled. // Off = Disabled.
// Default: on // Default: on
log off log on
// Toggels if the logged text have to be in one single file. // Toggels if the logged text have to be in one single file.
// Default: 0 // Default: 0
sv_log_onefile 0 sv_log_onefile 0
// If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory. // If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory.
// Default: 1 // Default: 1
sv_logfile 1 sv_logfile 1
// Defines if it has to log bans. // Defines if it has to log bans.
// Default: 0 // Default: 0
sv_logbans 1 sv_logbans 1
// Defines if it has to log the echo in the MAIN console. // Defines if it has to log the echo in the MAIN console.
// Default: 1 // Default: 1
sv_logecho 1 sv_logecho 1
// Chose the log details. // Chose the log details.
// Default: 0 // Default: 0
mp_logdetail 3 mp_logdetail 0
//*************************************************************************\\ //*************************************************************************\\
//* Counter-Strike: Source Beta Update 2010 CVars. *\\ //* Counter-Strike: Source Beta Update 2010 CVars. *\\

Loading…
Cancel
Save