Guest User

Untitled

a guest
Dec 12th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. // ----------------------------------------
  2. // Global
  3. // ----------------------------------------
  4.  
  5. // usage of server in lan or internet (1 = lan, 0 = internet)
  6. sv_lan 0
  7.  
  8. // which region is the server located (3 = europa zb)
  9. sv_region 3
  10.  
  11. // the server's hostname and title
  12. hostname "=[GS]= warserver #2"
  13.  
  14. // rcon password, keep it safe
  15. rcon_password "******"
  16. sv_rcon_maxfailures 3
  17.  
  18. // server password
  19. sv_password "******"
  20.  
  21. // activate logging
  22. log off
  23.  
  24. // TV
  25. tv_enable 1
  26. tv_autorecord 1
  27. tv_name "GunsTV"
  28. tv_password "tv"
  29.  
  30. // ----------------------------------------
  31. // General adjustments
  32. // ----------------------------------------
  33.  
  34. // Timelimit in minutes to map change(0 = deactivated)
  35. mp_timelimit=0
  36.  
  37. // Maximum numbers of rounds to win to mapchange (0 = deactivated)
  38. mp_winlimit=0
  39.  
  40. // Allowing Specators
  41. mp_allowspectators 1
  42.  
  43.  
  44. // ----------------------------------------
  45. // Team Fortress 2 ajustments
  46. // ----------------------------------------
  47.  
  48. // Number of flag captures per round(0 = deactivated)
  49. tf_flag_caps_per_round=0
  50.  
  51.  
  52. // ----------------------------------------
  53. // Performance ajustments
  54. // Attention: Use changes with caution
  55. // ----------------------------------------
  56. sv_minrate 30000
  57. sv_maxrate 100000
  58. sv_minupdaterate 40
  59. sv_maxupdaterate 66
  60. sv_mincmdrate 40
  61. sv_maxcmdrate 66
  62. exec etf2l_6v6
Add Comment
Please, Sign In to add comment