Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. tv_enable 0
  2. tv_autorecord 0
  3.  
  4. fps_max 0
  5. sv_cheat 0
  6. sv_region 3
  7. sv_pure 0
  8. sv_lan 0
  9.  
  10. // Map
  11. mapcyclefile "mapcycle-retake.txt"
  12. sm_cvar mapcyclefile "mapcycle-retake.txt"
  13.  
  14. // Gampeplay
  15. sm_cvar mp_ignore_round_win_conditions 0
  16. mp_allowspectators 1
  17. mp_timelimit 0
  18. mp_roundtime 1
  19. bot_quota 0
  20. sv_hibernate_when_empty 0
  21. sm_cvar bot_prefix "HSFactory"
  22. sv_alltalk 0
  23. sv_deadtalk 1
  24. sv_full_alltalk 0
  25. sv_gameinstructor_disable 1
  26. sv_voiceenable 1
  27.  
  28. // Vote
  29. sv_allow_votes 0
  30. sv_vote_allow_in_warmup 0
  31. mp_endmatch_votenextmap 0
  32.  
  33. // SuperLogs
  34. superlogs_headshots 1
  35. superlogs_wstats 1
  36. superlogs_actions 1
  37. superlogs_locations 1
  38. superlogs_ktraj 0
  39.  
  40. // Advertisements
  41. sm_advertisements_enabled 1
  42. sm_advertisements_interval 240
  43.  
  44. // Net
  45. sv_clockcorrection_msecs 15
  46. sm_cvar sv_maxrate 128000
  47. sm_cvar sv_minrate 128000
  48. sm_cvar sv_maxcmdrate 128
  49. sm_cvar sv_mincmdrate 128
  50. sv_client_min_interp_ratio "0"
  51. sv_client_max_interp_ratio "0"
  52. sm_cvar sv_unlag 1
  53. sv_alternateticks 0
  54. sv_consistency 0
  55. sv_forcepreload 1
  56. sv_force_transmit_players 0
  57. sv_pure 1
  58. sv_pure_trace 1
  59.  
  60. sm_cvar net_earliertempents 1
  61. sm_cvar net_compresspackets 0
  62. sm_cvar net_maxcleartime 0.001
  63. sm_cvar net_minroutable 1000
  64. sm_cvar net_splitrate 2
  65.  
  66. sm_cvar mod_dont_load_vertices 1
  67. sm_cvar sv_creationtickcheck 0
  68. sm_cvar sv_playerperfhistorycount 1
  69. sm_cvar sv_threaded_init 1
  70. sm_cvar g_ragdoll_important_maxcount 1
  71. sm_cvar g_ragdoll_maxcount 1
  72. sm_cvar phys_enable_experimental_optimizations 1
  73. sm_cvar prop_active_gib_limit 1
  74. sm_cvar prop_active_gib_max_fade_time 1
  75. sm_cvar sv_pushaway_clientside 2
  76. sm_cvar sv_turbophysics 1
  77. sm_cvar throttle_expensive_ai 1
  78. sm_cvar sv_client_predict 1
  79. sm_cvar sv_client_max_interp_ratio 1
  80. sm_cvar sv_client_min_interp_ratio 1
  81. sm_cvar sv_parallel_packentities 1
  82. sm_cvar sv_parallel_sendsnapshot 1
  83. sm_cvar sv_maxunlag 0.2
  84.  
  85. // GameTracker
  86. host_name_store 1
  87. host_info_show 1
  88. host_players_show 2
  89.  
  90. "sv_tags" "128,DM,b-rush,b,rush,brush,Server,hsfactory,headshot,headshot-factory,retake,aim,deathmatch,france,factory,train,training,retakes"
  91.  
  92. // LOGS
  93. log on
  94. sv_logbans 1
  95. sv_log_onefile 1
  96. sv_logfile 1
  97. sv_logecho 1
  98. sv_rcon_log 1
  99. con_timestamp 1
  100. mp_logdetail 3
  101. sv_log_onefile 1
  102. sv_logdownloadlist 1
  103. mp_logdetail 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement