Guest User

My server.cfg

a guest
Feb 16th, 2015
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.46 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.  "hostname" "GladiatorGaming|pointshop|Hiring|FastDL" // Server Name for Server List
  4. "rcon_password" "7WpPT4" // Remote control password (Blank to Disable) (Recommend use strong password)
  5. "sv_defaultgamemode" "deathrun"
  6. "sv_password" "" // Server password (Blank to Disable)
  7. "sv_region" "255" // Use for server list filtering: eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
  8. "sv_lan" "0" // Lan only (1) or Public (0)
  9.  
  10. // Make sure the right people are banned
  11. exec banned.cfg
  12. exec banned_user.cfg
  13.  
  14. // General HL Cvars
  15. mp_fraglimit 0
  16. mp_footsteps 1
  17. mp_flashlight 1
  18. sv_contact "[email protected]"
  19. decalfrequency 60
  20. mp_decals 100
  21. mp_falldamage 1
  22. sv_cheats 0
  23. sv_maxrate 0
  24. sv_minrate 100000
  25. sv_maxupdaterate 99
  26. sv_maxcmdrate 99
  27. sv_timeout 120
  28. sv_allowupload 1
  29. sv_allowdownload 1
  30.  
  31. // Rcon Stuff
  32.  
  33. //files
  34. mapcyclefile mapcycle.txt
  35.  
  36. // disable lag compensation
  37. //sv_unlag 1
  38.  
  39. heartbeat
  40.  
  41. // important settings inserted by NFo
  42. sv_stats 0
  43. sv_region 0
  44. fps_max 0
  45.  
  46. sv_parallel_packentities 0
  47. sv_parallel_sendsnapshot 1
  48. net_queued_packet_thread 1
  49. net_splitpacket_maxrate 100000
  50.  
  51. writeid
  52. sv_password ""
  53. log 1
  54. tv_enable 0
  55. sv_minupdaterate 10
  56. sv_downloadurl "http://ggamingdr.site.nfoservers.com/server"
  57. hostname "GladiatorGaming|Pointshop|Hiring|FastDL"
  58. mp_timelimit 5
Advertisement
Add Comment
Please, Sign In to add comment