Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. /////////////////////////
  2. //Server info
  3. hostname Free Thinker's Server // write your server name here.
  4. rcon_password "*****" // write your rcon(remote control) password here.
  5. //sv_search_key "none" //i dont know realy
  6. //sv_steamgroup "5142537" //steamgroup for the server(important)
  7.  
  8. /////////////////////////
  9. //Internet, region, lobby setup
  10. sv_lan 0
  11. sv_region 255
  12. sv_steamgroup_exclusive 0
  13. sv_allow_lobby_connect_only 0
  14.  
  15. /////////////////////////
  16. // Preferences
  17. sv_gametypes "coop,realism,survival,versus,scavenge" // The gametypes that can be played on your server.
  18. maxplayers "8"
  19. sv_maxplayers "8"
  20. sv_visiblemaxplayers "-1"
  21. sv_removehumanlimit "1"
  22. sv_force_unreserved "1"
  23. sv_alltalk 0
  24.  
  25. /////////////////////////
  26. //communication
  27. sv_voiceenable 1 //default 1; enable/disable voice comm
  28. sv_alltalk 0 //default 0; Players can hear all other players' voice communication, no team restrictions
  29.  
  30. /////////////////////////
  31. //LOGGING
  32. log off //Creates a logfile (on | off)
  33. sv_logecho 0 //default 0; Echo log information to the console.
  34. sv_logfile 1 //default 1; Log server information in the log file.
  35. sv_log_onefile 0 //default 0; Log server information to only one file.
  36. sv_logbans 1 //default 0;Log server bans in the server logs.
  37. sv_logflush 0 //default 0; Flush the log files to disk on each write (slow).
  38. sv_logsdir logs //Folder in the game directory where server logs will be stored.
  39.  
  40. /////////////////////////
  41. //Bans
  42. // execute banned.cfgs at server start. Optimally at launch commandline.
  43. // Put writeip/wrtieid commands in the bottom of server.cfg AFTER banned.cfgs have loaded.
  44. exec banned_user.cfg //loads banned users' ids
  45. exec banned_ip.cfg //loads banned users' ips
  46. writeip //Save the ban list to banned_ip.cfg.
  47. writeid //Writes a list of permanently-banned user IDs to banned_user.cfg
  48.  
  49. /////////////////////////
  50. // Performance
  51. setmaster add 188.40.40.201:27011
  52. setmaster add 68.142.72.250:27011
  53. setmaster add 72.165.61.151:27013
  54. setmaster add 72.165.61.189:27011
  55. sv_forcepreload 1 // Forces components to preload before player is in-game, helping with stuttering and slowdowns.
  56.  
  57. heartbeat // Should make your server appear in the list faster. In theory, at least.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement