Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. // Use this file to configure your SOURCE DEDICATED server.
  2. // This config file is executed everytime the server changes levels.
  3. // This file is made by Lady Racquel, you can visit us @ www.vividclan.com
  4.  
  5.  
  6. // *********** SERVER & PASSWORD INFO ***************
  7. // Change it to 1 if you want a LAN only Server
  8. sv_lan 0
  9. // contact & geo 0=US East coast, 1=US West coast, 2= South America, 3=Europe, 4=Asia, 5=Australia, 6=Middle East, 7=Africa and 255=world.
  10. // Change the number to the region you live in!!!
  11. sv_region 3
  12. // Give your server a name here
  13. hostname "OPG Ultimate NOT FUN-server"
  14. // Rcon password is used to give your server orders by using console, so think of a good password
  15. rcon_password "rumpadildoihär"
  16. // If you want your server to be private, fill in a password and delete the // in front of sv_password
  17. // sv_password ""
  18. heartbeat
  19.  
  20.  
  21. // *********** GAME SETTINGS, YOU CAN CHANGE THESE THE WAY YOU LIKE IT ***************
  22. // Sets the amount of minutes players are able to buy
  23. mp_buytime 2
  24. // Sets the amount of starting money, max=16000
  25. mp_startmoney 1000
  26. // Sets the amount of secs before C4 explodes
  27. mp_c4timer 30
  28. // 1 enables flashlight, 0 disables it
  29. mp_flashlight 1
  30. // 1 enables hearing footsteps, 0 disables it
  31. mp_footsteps 1
  32. // 1 enables falling damage, 0 disables it
  33. mp_falldamage 1
  34. // Sets the number of hostages a player can kill before they are booted from the server. 0 is disabled
  35. mp_hostagepenalty 0
  36.  
  37. // TIME, WIN & ROUND SETTINGS
  38. // Timelimit is how many minutes for a map.
  39. mp_timelimit 45
  40. // When a team reaches this amount of wins (before the timelimit or the roundlimit is
  41. // reached), it has won the map. 0=disabled
  42. mp_winlimit 14
  43. // When two teams finish playing this amount of rounds (before the timelimit or the
  44. // winlimit is reached) the map ends. 0=disabled
  45. mp_maxrounds 21
  46. // Round time, in minutes. After this amount of minutes has passed,
  47. // a scenario win is awarded. Min 1, Max 9
  48. mp_roundtime 2.5
  49. // Sets the seconds before players can move in the beginning of a round
  50. mp_freezetime 3
  51.  
  52. // TEAMBALANCING
  53. // Toggles the forcing of clients to join teams to make it balanced. 1=on and 0=off
  54. mp_autoteambalance 1
  55. // Sets the maximum number of players that one team can have more than the
  56. // other team. Use a setting of '0' to completely disable the team limiting.
  57. mp_limitteams 1
  58.  
  59. // FF & TEAMKILL & IDLE
  60. // Toggles friendly fire 1=on and 0=off
  61. mp_friendlyfire 0
  62. // Toggles the forcing of a player to sit out the next round if he
  63. // has just killed a teammate. 1=on and 0=off
  64. mp_tkpunish 1
  65. // Kick idle/team-killing players. 1=on and 0=off
  66. mp_autokick 1
  67. // Kick players who team-kill within this many seconds of a round restart.
  68. mp_spawnprotectiontime 10
  69. // After this many seconds without a message from a client, the client is dropped
  70. sv_timeout 40
  71.  
  72. // SPECTATORS
  73. // Restricts spectatorcamera view for dead players. 1=on and 0=off
  74. mp_forcecamera 1
  75. // toggles whether the server allows spectator mode or not. 1=on and 0=off
  76. mp_allowspectators 1
  77.  
  78.  
  79. // ************ IF YOU HAVE LAG ISSUES YOU CAN CHANGE THESE SETTINGS, IF YOU KNOW WHAT YOU ARE DOING *****************
  80. // SET RATES
  81. // Max bandwidth rate allowed on server, 0=unlimited, max=20000
  82. sv_maxrate 8000
  83. // Min bandwidth rate allowed on server, 0=unlimited, 4000=good to keep dialup gamers off the server
  84. sv_minrate 1000
  85. // Maximum updates per second that the server will allow, increasing this will take more cpu power, 100 is max
  86. sv_maxupdaterate 60
  87. // Frame rate limiter
  88. fps_max 300
  89.  
  90. // DOWNLOAD
  91. // Allow clients to download files
  92. sv_allowdownload 1
  93. // Allow clients to upload customizations files like logospray files
  94. sv_allowupload 1
  95.  
  96.  
  97. // *********** IF YOU KNOW WHAT YOU ARE DOING YOU CAN CHANGE THESE SETTINGS AS WELL *************
  98. // SERVER LOGGING, creates a logfile (needed for statsprograms), "log off" to turn off logging
  99. log on
  100.  
  101. // VOICE disabled, if you want VOICE enabled then change 0 into 1
  102. sv_voiceenable 0
  103.  
  104. // CHEATS & PAUSE
  105. sv_cheats 0
  106. // disable clients' ability to pause the server
  107. sv_pausable 0
  108.  
  109. // OTHER SETTINGS
  110. // amount of seconds players can chat after the game is over
  111. mp_chattime 5
  112. // if not 0 then game will restart in the specified number of seconds
  113. mp_restartgame 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement