Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. sv_hibernate_when_empty 1
  2. sv_hibernate_postgame_delay 1800
  3. tv_advertise_watchable 1
  4. mp_roundtime 30
  5. mp_ignore_round_win_conditions 0
  6. sm_mapvote_start 5
  7. mp_drop_knife_enable 1
  8. sv_clamp_unsafe_velocities 0
  9. sm_cvar sv_maxupdaterate 102
  10. sm_cvar sv_minupdaterate 102
  11. sm_fix_angles_enable 1
  12.  
  13.  
  14.  
  15.  
  16.  
  17. //Aliases for different configs, start and warmup
  18. a//lias start exec lo3.cfg
  19. //alias warmup exec warmup.cfg
  20.  
  21. mp_autokick 0
  22. cl_allowdownload "1"
  23. cl_allowupload "1"
  24. cl_downloadfilter "all"
  25.  
  26.  
  27. //Disallow cheats - just to make sure
  28. sv_cheats 0
  29.  
  30. //Make sure that LAN is off
  31. sv_lan 0
  32.  
  33. //Logging is good
  34. log on
  35. sv_log_onefile 0 // Log server information to only one file.
  36. sv_logbans 1 // Log server bans in the server logs.
  37. sv_logecho 1 // Echo log information to the console.
  38. sv_logfile 1 // Log server information in the log file.
  39. sv_logflush 0 // Flush the log file to disk on each write (slow).
  40. sv_logsdir logfiles
  41. exec banned_user.cfg
  42. exec banned_ip.cfg
  43. writeid
  44. writeip
  45. //End of custom rules cvar
  46. //Set sv_pure to 2 to prevent some cheats like wallhacking etc.
  47. sv_pure 2
  48.  
  49. //This is a private server, we don't want any of 'em bots, let's make sure of it.
  50. bot_quota 0
  51.  
  52. //Make the server easier to find in the server browser
  53. sv_tags ""HC, [HC], RTV, surf, beginner, tier 1-2, 102, no lag, newyork, fun""
  54. sv_region 255
  55. host_name_store 1
  56. host_info_show 2
  57. host_players_show 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement