Advertisement
Guest User

server.cfg

a guest
Jan 27th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. // server name
  2. hostname "My Test Server"
  3.  
  4. // rcon passsword
  5. rcon_password "*************"
  6.  
  7. // Server password
  8. sv_password ""
  9.  
  10. // server cvars
  11. gamemode "terrortown"
  12.  
  13. // ttt cvars
  14. fretta_voting 1
  15. ttt_preptime_seconds 15
  16. ttt_firstpreptime 30
  17.  
  18. ttt_haste 1
  19. ttt_haste_starting_minutes 7
  20.  
  21. ttt_round_limit 10
  22. ttt_time_limit_minutes 30
  23.  
  24. ttt_detective_min_players 7
  25. ttt_detective_karma_min 800
  26.  
  27. ttt_voice_drain 1
  28. ttt_voice_drain_admin 0
  29. ttt_voice_drain_normal 0.07
  30. ttt_voice_drain_recharge 0.05
  31.  
  32. ttt_postround_dm 1
  33. ttt_no_nade_throw_during_prep 1
  34. ttt_ragdoll_pinning_innocents 1
  35.  
  36. ttt_karma_starting 1000
  37. ttt_karma_max 1200
  38. ttt_karma_kill_penalty 25
  39. ttt_karma_round_increment 10
  40. ttt_karma_low_amount 700
  41. ttt_karma_low_ban_minutes 120
  42. ttt_karma_persist 1
  43.  
  44. ttt_det_credits_traitorkill 1
  45.  
  46. ttt_spec_prop_base 12
  47. ttt_spec_prop_maxbonus 20
  48. ttt_spec_prop_force 200
  49. ttt_spec_prop_rechargetime 0.8
  50.  
  51. ttt_idle_limit 120
  52. ttt_namechange_bantime 0
  53.  
  54. ttt_detective_hats 1
  55. ttt_spawn_wave_interval 3
  56.  
  57. //fastdl
  58. sv_downloadurl ""
  59. net_maxfilesize 64
  60.  
  61. // execute ban files
  62. exec banned_user.cfg
  63. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement