Advertisement
FIST01

Untitled

Mar 4th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. //VSH_DR server CFG File
  2. //MAP: mapcycle
  3. //Written by: FIST
  4.  
  5.  
  6.  
  7. //Server info
  8. hostname "=[DSG]= | SAXTON HALE DEATH RACE 24/7" //Server Name
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. //DOwnload cvars********************************************************************
  16.  
  17. sv_allowupload 1
  18. sv_allowdownload 1
  19. sv_downloadurl "http://tf2maps.comli.com/"
  20.  
  21. //*************************************************************************************************
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. //REPLAY **************************************************************
  30.  
  31. replay_enable 1
  32. replay_fileserver_offload_enable 1
  33.  
  34.  
  35. // These are used to reconstruct a URL on the client.
  36. replay_fileserver_host "www.tf2replay.webatu.com"
  37. replay_fileserver_port "80"
  38. replay_fileserver_path "/"
  39.  
  40.  
  41. // Your FTP info. This data is private and not shared with the client.
  42. replay_fileserver_offload_protocol "ftp"
  43. replay_fileserver_offload_hostname "tf2replay.webatu.com"
  44. replay_fileserver_offload_remotepath "/public_html"
  45. replay_fileserver_offload_login "a9073045"
  46. replay_fileserver_offload_password "GH13@YT"
  47. replay_fileserver_offload_maxuploads "32"
  48.  
  49.  
  50. //************************************************************************
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. //Class restrict **********************************************************************
  59.  
  60. sm_classrestrict_enabled 1
  61.  
  62. sm_classrestrict_blu_demomen -1
  63. sm_classrestrict_blu_engineers -1
  64. sm_classrestrict_blu_heavies -1
  65. sm_classrestrict_blu_medics -1
  66. sm_classrestrict_blu_pyros -1
  67. sm_classrestrict_blu_scouts -1
  68. sm_classrestrict_blu_snipers -1
  69. sm_classrestrict_blu_soldiers -1
  70. sm_classrestrict_blu_spies -1
  71.  
  72.  
  73. sm_classrestrict_red_demomen -1
  74. sm_classrestrict_red_engineers 0
  75. sm_classrestrict_red_heavies -1
  76. sm_classrestrict_red_medics -1
  77. sm_classrestrict_red_pyros -1
  78. sm_classrestrict_red_scouts 0
  79. sm_classrestrict_red_snipers -1
  80. sm_classrestrict_red_soldiers -1
  81. sm_classrestrict_red_spies 0
  82.  
  83. //**********************************************************************************
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. //GEN Server********************************************************************************
  93.  
  94. sv_use_steam_voice 0
  95. sv_use_steam_voice 0
  96. sv_allow_votes 0
  97. sv_enableoldqueries 1 //Enable support for old style (HL1) server queries
  98. sv_pausable 0 //Is the server pausable.
  99. sv_alltalk 1 //Players can hear all other players, no team restrictions
  100. mp_disable_respawn_times 1 //Disables respawn
  101. sv_lan 0 //Internet server
  102. mp_timelimit 30
  103. mp_winlimit 10
  104. mp_idledealmethod 0 //Dont boot if idle
  105. sv_pure_kick_clients 0 //Dont kick people
  106. sv_cheats 0 //No cheating, 0 for no cheating
  107. sv_gravity 800//Low gravity 800 is normal
  108.  
  109. //******************************************************************************************
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. // Remote Logon Cvars
  117. rcon_password "GH79@YT" //Set's remote control password
  118. sv_rcon_banpenalty 15 //Number of minutes to ban users who fail rcon authentication
  119. sv_rcon_log 1 //Enable/disable rcon logging.
  120. sv_rcon_maxfailures 3 //Max number of times a user can fail rcon authentication before being banned
  121. sv_rcon_minfailures 5 //Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
  122. sv_rcon_minfailuretime 10 //Number of seconds to track failed rcon authentications
  123.  
  124.  
  125.  
  126.  
  127. //server Logging
  128. sv_log_onefile 0 //Log server information to only one file.
  129. sv_logbans 1 //Log server bans in the server logs.
  130. sv_logblocks 0 //If true when log when a query is blocked (can cause very large log files)
  131. sv_logecho 0 //Echo log information to the console.
  132. sv_logfile 1 //Log server information in the log file.
  133. sv_logflush 0 //Flush the log file to disk on each write (slow).
  134. sv_logsdir "logs" //Folder in the game directory where server logs will be stored.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement