Advertisement
Zeromix

Left 4 Dead 2 Server Config English

Sep 1st, 2019 (edited)
2,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. // Located in: \l4d2_ds\left4dead2\cfg
  2.  
  3. //Advertising - Visit: https://zeromix.itch.io/server-creation-tool
  4.  
  5. //Base
  6. hostname "TEST"
  7. sv_search_key "yourkey"
  8. sv_password "" // Password protects server
  9. rcon_password "ROOT"
  10.  
  11.  
  12.  
  13. sv_allow_lobby_connect_only "0"
  14. hostfile "my_host.txt" //create custom hostfile else the
  15. //file will be overwritten after every update
  16.  
  17. mp_disable_autokick "1"
  18. sv_alltalk "0"
  19. sv_consistency "1" // 1=Allow custom skins
  20. //sv_contact "[email protected]"
  21. sv_voiceenable "1"
  22. sv_region "255" //sets region to all areas
  23.  
  24. sv_allow_lobby_connect_only "0"
  25.  
  26.  
  27. //Logs etc
  28. sv_log_onefile "0"
  29. sv_logbans "1"
  30. sv_lan "0"
  31. sv_pure "1"
  32. sv_cheats "0"
  33.  
  34. //sv_gametypes "coop,versus,survival,scavenge" //sets gametypes
  35. //sv_unlag "1"
  36. //sv_maxunlag "5"
  37.  
  38. sv_steamgroup "000" //this is your group's steam group id. This option works with or without the quotes.
  39. //sv_steamgroup_exclusive "1" //to make it exclusive and private
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement