Optimize config

This commit is contained in:
Kolan Sh 2023-10-05 23:31:17 +03:00
parent b6dbfa7486
commit ffe9185572
1 changed files with 39 additions and 32 deletions

View File

@ -14,56 +14,63 @@ sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// === Kolan ===
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"
sv_lan 0 // 1 brokes map changing
sm_cvar sv_lan 0 // 1 brokes map changing
// 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
//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
//--> Download at http://forums.alliedmods.net/showthread.php?t=91132
l4d_maxplayers 32
sm_cvar l4d_maxplayers 32
//l4d_maxplayers 32
//sm_cvar l4d_maxplayers 32
//--> Download at http://forums.alliedmods.net/showthread.php?p=830069
l4d_survivor_limit 8
sm_cvar l4d_survivor_limit 8
l4d_infected_limit 8
sm_cvar l4d_infected_limit 8
//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
sv_maxplayers 32
sv_removehumanlimit 1
sv_force_unreserved 1
sv_unlock_sb_add 0
sv_visiblemaxplayers 8
sm_cvar sv_maxplayers 32
sm_cvar sv_removehumanlimit 1
sm_cvar sv_force_unreserved 1
sm_cvar sv_unlock_sb_add 0
sm_cvar sv_visiblemaxplayers 8
//l4d_unreserve_full 1
//sm_cvar l4d_unreserve_full 1
//Multislots Options
l4d_multislots_max_survivors 16
l4d_multislots_max_infected 0
l4d_multislots_kickafk 0
sm_cvar l4d_multislots_max_survivors 16
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