127 lines
4.0 KiB
INI
127 lines
4.0 KiB
INI
// 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
|
|
|
|
sv_lan 0 // 1 brokes map changing
|
|
sm_cvar sv_lan 0 // 1 brokes map changing
|
|
|
|
// 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"
|
|
|
|
// Private server https://forums.alliedmods.net/archive/index.php/t-127169.html
|
|
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
|
|
|
|
// 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
|
|
// +AFK Fix: https://forums.alliedmods.net/showthread.php?t=132409?t=132409
|
|
//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
|
|
|
|
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
|
|
|
|
// 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
|
|
|
|
// https://steamcommunity.com/sharedfiles/filedetails/?id=276173458
|
|
// sv_pausable 1
|
|
sv_pure_kick_clients 0
|
|
// rate 10000 //default 10000; Max bytes/sec the host can recieve data
|
|
// sv_minrate 15000 //default "5000"; Min bandwidth rate allowed on server, 0 = unlimited
|
|
// sv_maxrate 30000 //default "0"; Max bandwidth rate allowed on server, 0 = unlimited
|
|
// sv_mincmdrate 20 //default 0; This sets the minimum value for cl_cmdrate. 0 = unlimited [cevo=67]
|
|
// sv_maxcmdrate 33 //default 40; (If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate. [cevo=101]
|
|
|
|
// Message of the Day
|
|
motd_enabled 1
|
|
|
|
// Cheats
|
|
sv_cheats 1
|
|
|
|
// Do not stop the server
|
|
sb_all_bot_game 1
|
|
allow_all_bot_survivor_team 1
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=91132
|
|
//l4d_maxplayers 32
|
|
//sm_cvar l4d_maxplayers 32
|
|
|
|
//--> Download at http://forums.alliedmods.net/showthread.php?p=830069
|
|
//l4d_survivor_limit 32
|
|
//sm_cvar l4d_survivor_limit 32
|
|
//l4d_infected_limit 32
|
|
//sm_cvar l4d_infected_limit 32
|
|
|
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=94415
|
|
//--> Download at http://forums.alliedmods.net/showthread.php?t=102052
|
|
//l4d_unreserve_full 1
|
|
//sm_cvar l4d_unreserve_full 1
|
|
|
|
|