You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.4 KiB
45 lines
1.4 KiB
// *****************************************************************************
|
|
// Left 4 Dead 2
|
|
// Config - server.cfg
|
|
// Date - 26/04/2026
|
|
// *****************************************************************************
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// hostname - Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// sv_password - Server password for entry into multiplayer games.
|
|
sv_password ""
|
|
|
|
// ............................... Map Rotation .............................. //
|
|
|
|
// map - Start playing on specified map.
|
|
// map "c5m1_waterfront"
|
|
|
|
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers.
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
// ................................. Security ................................ //
|
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
|
|
sv_lan 0
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile 1
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans 1
|
|
|
|
// ............................. Communication .............................. //
|
|
|
|
// sv_voiceenable - Enable voice communications.
|
|
sv_voiceenable 1
|
|
|
|
// sv_alltalk - Players can hear all other players' voice communication, no team restrictions
|
|
sv_alltalk 1
|