Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. // Public information
  2.  
  3. hostname "BurnUK Server" //Hostname for the server, will show up in server browsers.
  4. log on //This is set to turn on logging!
  5. sv_lan "0" //This should always be set, so you know it's not on
  6. sv_region "255" //The region of the world to report this server in.
  7. sv_tags "" //Server tags. Used to provide extra information to clients when they're browsing for servers
  8.  
  9. /////////////////////////////////////////////////////////////////////////////////
  10. // Passwords
  11.  
  12. rcon_password "kys" //Remote console password.
  13. sv_password "Burn123" //Only set this if you intend to have a private server!
  14. rcon_address "1"
  15.  
  16. /////////////////////////////////////////////////////////////////////////////////
  17. // The Bot Convars
  18.  
  19. bot_difficulty 1 //Defines the skill of bots joining the game. Values are: 0=easy, 1=normal, 2=hard, 3=expert.
  20. bot_chatter "off" //Control how bots talk. Allowed values: 'off', 'radio', 'minimal', or 'normal
  21. bot_join_after_player 1 //If nonzero, bots wait until a player joins before entering the game.
  22. bot_quota 0 //Determines the total number of bots in the game.
  23. bot_quota_mode "fill" //Determines the type of quota. Allowed values: 'normal', 'fill', and 'match
  24.  
  25. /////////////////////////////////////////////////////////////////////////////////
  26. // Server Convars
  27.  
  28.  
  29. tv_enable 1
  30. tv_delaymapchange 1
  31. tv_delay 45
  32. tv_deltacache 2
  33. tv_dispatchmode 1
  34. tv_maxclients 10
  35. tv_maxrate 0
  36. tv_overridemaster 0
  37. tv_relayvoice 1
  38. tv_snapshotrate 20
  39. tv_timeout 60
  40. tv_transmitall 1
  41.  
  42. writeid
  43. writeip
  44. exec banned_user.cfg
  45. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement