autoexec.cfg - Executed only once when server is started. Good for variables that should be set during startup, but changes will carry over, IE sv_alltak ---- // Hostname hostname "F7Lans.com :: Left 4 Dead | Public Servers I"
// Disallow Cheats: sv_cheats "0" // Alltalk enabled sv_alltalk "1" ---- server.cfg - Executed on map load, good for variables that should not change. ---- // RCON password rcon_password "XXXXX" // Server password, if any. sv_password "" // LAN server or Internet server sv_lan "0" // Server region, 0 = East Coast sv_region "0" // Disallow pausing sv_pausable "0" // Enforces file consistency for critical files sv_consistency "1" // Allow clients to upload custom content // sv_allowupload "1" // Disabled in L4D // Allow clients to download files // sv_allowdownload "1" // Disabled in L4D // URL for fastdownload sv_downloadurl "http://fastdownload.f7lans.com/l4d" // Use whitelist for critical files sv_pure "1" // Kick clients who have custom critical content sv_pure_kick_clients "1" // Disable logging, saves memory on linux I hear. sv_logecho "0" // Allow voice communication sv_voiceenable "1" // Steam Group to associate sv_steamgroup "XXXXX" // Allow only players from Steam Group // sv_steamgroup_exclusive "1" // Disabled by default ---- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

