SRCDS Steam group


SRCDS Left 4 Dead Server Configuration (server.cfg)
#1
Here is a beta version of the Left 4 Dead server.cfg I have been working on. Please report any bugs or errors you may encounter.

Updates
  • None yet.

Code:
//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                 SRCDS LEFT 4 DEAD SERVER CONFIGURATION                *\\
//*                              VERSION 1.0                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


say "Loading SRCDS LEFT 4 DEAD SERVER CONFIGURATION"

//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          Miscellaneous                                *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


// Define your ServerName, this is the name there'll be displayed in the Internet tab.
// Default: Counter-Strike: Source
hostname "[DK] realchamps L4D server!"


// Define your RCon(Remote Console) password, this is mostly used for match servers.
// I'll recommend you to set one, incase you suddenly needs it.
// 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 "lol123"


// Define your Server password, so only people who knows it can connect.
// Default: None.
sv_password ""


// Define your website for FastDownload.
// Extra: Are you looking for a free webhost to FastDownload?
// If so, goto this thread at http://forums.srcds.com/viewtopic/9366
// Or this is if the other one doesn't work: www.downloadurl.net
// Default: None.
sv_downloadurl " "



// If this CVAR is 0, both Internet and LAN players will be able to join.
// If this CVAR is 1, ONLY LAN PLAYERS ON YOUR OWN NETWORK WILL BE ABLE TO JOIN NOMATTER IF YOU HAVE DONE PORTFORWARING!
// Default: 0
sv_lan 0  


// This will define your location in the world, if somebody as Europe ONLY in their filtes and you have USA - then wouldn't be able to find your server.
// Default: 3
// 0 - Us Eastcoast.
// 1 - US Westcoast.
// 2 - South America.
// 3 - Europe.
// 4 - Asia.
// 5 - Australia.
// 6 - Middle East.
// 7 - Africa.
// 255 - World
sv_region 255


// This could be your own email or another email who do business withing this server.
// Default: None.        
sv_contact http://forums.srcds.com


// Define this and your members of your group will be allowed to connect via.
// the main menu add.
// Default: None.
// How to use: Enter your group ID between the qoutes.
sv_steamgroup ""


// To make the group exclusive and private.
// And allowing only people from the steam group to connect to the server.
// Default: 0
sv_steamgroup_exclusive 0


// Allow or disallow the wait command on clients connected to this server.
// Default: Unknown.
sv_allow_wait_command 0


// Clear Server Side Hint History
// Default: Unknown.
sv_clearhinthistory 0


// Preventing userids from being auto kicked.
// Defualt: Unknown.
mp_disable_autokick 1


// Restrict search to only dedicated servers having the same sv_search_key.
// Set your search key here.
// Default: ""
sv_search_key "[FeC]"


// Set addional tags here, such as difficulty and what else there is useful.
sv_tags "SRCDS"


// Allow direct connection - NOT just lobby connections
// Default: Unknown.
sv_allow_lobby_connect_only 0


// Difficulty of the current game (easy, normal, hard, impossible).
// Default: Normal.
z_difficulty "normal"


// If set, server only simulates entities on even numbered ticks.
// Default: 0
sv_alternateticks 0


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                               L4D RULES                                *\\
//*                         (GENERAL SETTINGS)                            *\\
//*                                                                       *\\
//*************************************************************************\\


        

//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          Brandwidth Rates                             *\\
//*                                                                       *\\
//*                                                                       *\\
//***
**********************************************************************\\

// Maximum allowed brandwidth on your server.
// Default: 0 (unlimited)
sv_maxrate 30000


// Minimum allowed brandwidth on your server.
// Default: 0 (unlimited)
sv_minrate 15000  


// Maximum updates per second as the server will allow.
// Default: 60
// Note: If you're using less than 66Tick, change this CVAR to a lower value.
// For 66TICK: sv_maxupdaterate 66
// For 33TICK: sv_maxupdaterate 33
sv_maxupdaterate 66


// This controls your cleints maximum cmdrate.
// Do the same with this one like: sv_maxupdaterate
// Default: 40
sv_maxcmdrate 66


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                             Log Settings                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


// Defines if logs is enabled or disabled
// On = Enabled.
// Off = Disabled.
// Default: on
log off


// 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



//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*          Performance, Spectator, Physics and other CVARS              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


// Defines if both Terroists and Counter Terroist can talk together(Will sometimes make ALOT of noice, and slow down your server)
// Default: 0
sv_alltalk 0


// If this one is enabled teammates can talk with hetogether in-game.
// Default: 1 (Not recommanded when using big servers)
sv_voiceenable 1  
  

// If this one is set to '1' EVERYBODY will be able the pause the server(Not recommanded!)
// Default: 0
sv_pausable 0  
    
  
// Forces all cleints to pass consistency check for custom skins, sounds and maps.
// If you have those, you'll be FORCED to use standard!
// Default: 0
sv_consistency 0


// This controls if the players can use lawfully cheats, but is limited.
// Commands for cheats:
// noclip - Makes you fly around and can't take damage.
// r_drawothermodels 2 - Gives a weird wireframe screen of everything through walls. (Set to 1 for normal game play)
// mat_wireframe 1/2/3 - Gives you a much worse effect of wireframe. (0 = Standard game play)
// Default: 0
sv_cheats 0


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          EXECUTING CONFIGS                            *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


// Executing Ban files.
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg


say "Loaded LEFT 4 DEAD SERVER CONFIGURATION"


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                 SRCDS GARRYS MOD SERVER CONFIGURATION                 *\\
//*                              VERSION 1.0                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\
Reply
#2
I choose this site called essay writing services over tons of platforms. Because I know this is only one who can save me from big mess. Super satisfied with the result!
Reply
#3
This site called informativeessay.org is the reason for my relief. Literally with just in time I was able to get everything on my hands. No complaints form them!
Reply
#4
For all rights this site called airslate.com/product/contract-management Is the biggest hit. The reason is the quality of service which they provide is amazing. No cons at all!
Reply
#5
Great info! I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have. one draycott
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)