2023-10-05 19:58:50 +03:00
// Hostname for server.
hostname "backbone.ws"
// RCON - remote console password.
rcon_password "LONG_STRONG_SUPER_PASSWORD"
// Server password - for private servers.
//sv_password "SHORT_SIMPLE_PASSWORD"
// Server Logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
2023-10-05 23:31:17 +03:00
sv_lan 0 // 1 brokes map changing
sm_cvar sv_lan 0 // 1 brokes map changing
2023-10-05 19:58:50 +03:00
// This command allows connections to your server/game only from the game lobby (i.e. the game lobby that you invite friends to before you start the server/game).
sv_allow_lobby_connect_only "0"
2023-10-05 23:31:17 +03:00
// Private server https://forums.alliedmods.net/archive/index.php/t-127169.html
2023-10-05 19:58:50 +03:00
sv_steamgroup "abrakadabra"
sv_steamgroup_exclusive "1"
sv_search_key "abrakadabra"
// Error: server is enforcing consistency for this file models/infected ...
// https://steamcommunity.com/app/550/discussions/0/350543389018036805/
sv_consistency 0
sm_cvar sv_consistency 0
2023-10-05 23:31:17 +03:00
// L4DToolZ
https://forums.alliedmods.net/showthread.php?t = 93600
https://github.com/Accelerator74/l4dtoolz/releases
sv_maxplayers 32
sv_force_unreserved 1
sv_visiblemaxplayers 32
sm_cvar sv_maxplayers 32
sm_cvar sv_force_unreserved 1
sm_cvar sv_visiblemaxplayers 32
//sv_removehumanlimit 1
//sv_unlock_sb_add 0
//sm_cvar sv_removehumanlimit 1
//sm_cvar sv_unlock_sb_add 0
// MultiSlots https://forums.alliedmods.net/showthread.php?p = 1239544
// Also look here:
// https://github.com/rikka0w0/l4d2_multislots
// https://github.com/americasectorcoop/L4D2-MULTISLOTS
2023-10-06 00:29:03 +03:00
// +AFK Fix: https://forums.alliedmods.net/showthread.php?t = 132409?t=132409
2023-10-06 20:57:19 +03:00
//l4d_multislots_max_survivors 32
//l4d_multislots_max_infected 0
//l4d_multislots_kickafk 0
//sm_cvar l4d_multislots_max_survivors 32
//sm_cvar l4d_multislots_max_infected 0
//sm_cvar l4d_multislots_kickafk 0
2023-10-05 23:31:17 +03:00
sv_gametypes scavenge,coop,versus,survival,realism,teamversus,teamscavenge,mutation1,mutation2,mutation3,mutation4,mutation5,mutation6,mutation7,mutation8,mutation9,mutation10,mutation11,mutation12,mutation13,mutation14,mutation15,mutation16,mutation17,mutation18,mutation19,mutation20,chargertraining,tankassault,tankbrawl,gungame,uncommonground,uncommongroundsv
2023-10-06 20:55:08 +03:00
// Left 4 Downtown 2: https://forums.alliedmods.net/showthread.php?t = 134032
l4d_maxplayers 32
sm_cvar l4d_maxplayers 32
// ABM: A MultiSlots / SuperVersus Alternative
// https://forums.alliedmods.net/showthread.php?p = 2477820
// https://gitlab.com/vbgunz/ABM
abm_autohard 1
abm_automodel 1
abm_consumable adrenaline
abm_extraplayers 0
abm_healitem ""
abm_identityfix 1
abm_joinmenu 1
abm_keepdead 0
abm_loglevel 0
abm_minplayers 4
abm_offertakeover 1
abm_primaryweapon shotgun_chrome
abm_secondaryweapon baseball_bat
abm_spawninterval 36
abm_stripkick 0
abm_tankchunkhp 2500
abm_teamlimit 16
abm_throwable ""
abm_unlocksi 0
abm_zoey 5
#abm_respawndelay 1.0
// -------------------------------------------------------------------
2023-10-05 19:58:50 +03:00
//--> Download at http://forums.alliedmods.net/showthread.php?t = 91132
2023-10-05 23:31:17 +03:00
//l4d_maxplayers 32
//sm_cvar l4d_maxplayers 32
2023-10-05 19:58:50 +03:00
//--> Download at http://forums.alliedmods.net/showthread.php?p = 830069
2023-10-05 23:31:17 +03:00
//l4d_survivor_limit 32
//sm_cvar l4d_survivor_limit 32
//l4d_infected_limit 32
//sm_cvar l4d_infected_limit 32
2023-10-05 19:58:50 +03:00
//--> Download at http://forums.alliedmods.net/showthread.php?t = 94415
//--> Download at http://forums.alliedmods.net/showthread.php?t = 102052
2023-10-05 23:31:17 +03:00
//l4d_unreserve_full 1
//sm_cvar l4d_unreserve_full 1
2023-10-05 19:58:50 +03:00