Advertisement
Guest User

server cfg

a guest
Sep 2nd, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. // Edit this to your liking. These values are very close to what I use
  2. // for my own servers.
  3.  
  4. // Make sure the right people are banned
  5. exec banned.cfg
  6. exec banned_user.cfg
  7.  
  8. // Name Of Server
  9. hostname "Stonewall Gaming | FastDL | Mature Staff | Knife & Jihad |"
  10.  
  11. // General HL Cvars
  12. mp_fraglimit 0
  13. mp_footsteps 1
  14. mp_flashlight 1
  15. sv_contact "your@email.address"
  16. decalfrequency 30
  17. mp_decals 100
  18. mp_falldamage 1
  19. sv_cheats 0
  20. sv_maxrate 0
  21. sv_minrate 100000
  22. sv_maxupdaterate 99
  23. sv_maxcmdrate 99
  24. sv_timeout 120
  25. sv_allowupload 1
  26. sv_allowdownload 1
  27.  
  28. // Rcon Stuff
  29. rcon_password "redacted"
  30.  
  31. //files
  32. mapcyclefile mapcycle.txt
  33.  
  34. // disable lag compensation
  35. //sv_unlag 1
  36.  
  37. heartbeat
  38.  
  39. // important settings inserted by NFo
  40. sv_stats 0
  41. sv_region 0
  42. fps_max 0
  43.  
  44. sv_parallel_packentities 0
  45. sv_parallel_sendsnapshot 1
  46. net_queued_packet_thread 1
  47. net_splitpacket_maxrate 100000
  48.  
  49. writeid
  50. sv_password ""
  51. log 1
  52. tv_enable 0
  53.  
  54. ttt_postround_dm 1
  55.  
  56. ttt_karma_max 1100
  57.  
  58. ttt_karma_low_amount 750
  59.  
  60. sv_downloadurl "http://srsrotational.site.nfoservers.com/server"
  61.  
  62. ttt_ragdoll_pinning_innocents 1
  63.  
  64. ttt_karma_persist 1
  65.  
  66. ttt_teleport_telefrags 1
  67.  
  68. ttt_det_credits_starting 2
  69.  
  70. ttt_playercolor_mode 0
  71.  
  72. ttt_preptime_seconds 20
  73.  
  74. ttt_posttime_seconds 20
  75.  
  76. cl_ragdoll_collide 0
  77. sv_minupdaterate 10
  78. sv_max_queries_sec 3
  79. sv_max_queries_sec_global 150
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement