Advertisement
DoctorFink

Insurgency Standalone - server.cfg

Aug 16th, 2015
2,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. // Edit this to your liking.
  2.  
  3. // Make sure the right people are banned. Done first due to a game bug.
  4. exec banned_user.cfg
  5. exec banned_ip.cfg
  6.  
  7. // Name Of Server
  8. hostname "BLANKED"
  9.  
  10. mp_limitteams 2
  11. mp_autoteambalance 1
  12. mp_tkpunish 1
  13. mp_flashlight 1
  14. mp_footsteps 1
  15. mp_friendlyfire 1
  16. mp_timelimit 30
  17.  
  18. // General HL Cvars
  19. sv_contact "BLANKED"
  20. decalfrequency 60
  21. mp_decals 100
  22. sv_cheats 0
  23. sv_maxupdaterate 120
  24. sv_maxrate 0
  25. sv_minrate 100000
  26. sv_timeout 120
  27. sv_allowupload 1
  28. sv_allowdownload 1
  29.  
  30. // Rcon Stuff
  31. rcon_password "BLANKED"
  32.  
  33. // write out any new bans.
  34. writeid
  35. writeip
  36.  
  37. //files
  38. mapcyclefile mapcycle.txt
  39.  
  40. // disable lag compensation
  41. //sv_unlag 1
  42.  
  43. heartbeat
  44.  
  45. // important settings inserted by NFo
  46. sv_stats 0
  47. sv_region 0
  48. fps_max 0
  49. net_queued_packet_thread 1
  50. sv_password ""
  51. log 1
  52. sv_minupdaterate 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement