Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. // server name und password
  2. hostname "Private Mode"
  3. sv_password "testen"
  4.  
  5. // rcon passsword
  6. rcon_password "qwork"
  7.  
  8. //DNA
  9. ttt_killer_dna_range 300
  10. ttt_killer_dna_basetime 100
  11.  
  12.  
  13. //Prep
  14. ttt_firstpreptime 25
  15. ttt_preptime_seconds 15
  16. ttt_posttime_seconds 10
  17.  
  18.  
  19. //Round length
  20. ttt_haste 1
  21. // ttt_haste_starting_minutes 5
  22. // ttt_haste_minutes_per_death 0.5
  23.  
  24. ttt_roundtime_minutes 5
  25.  
  26.  
  27.  
  28. //Map Switching
  29. ttt_round_limit 15
  30. ttt_time_limit_minutes 45
  31.  
  32. //ttt_always_use_mapcycle 0
  33.  
  34.  
  35. //Player Counts
  36. ttt_minimum_players 2
  37. ttt_traitor_pct 0.35
  38. ttt_traitor_max 32
  39. ttt_detective_pct 0.14
  40. ttt_detective_max 32
  41. ttt_detective_min_players 7
  42. ttt_detective_karma_min 600
  43.  
  44.  
  45. //Karma
  46. ttt_karma 1
  47. ttt_karma_strict 1
  48. ttt_karma_starting 1000
  49. ttt_karma_max 1000
  50. ttt_karma_ratio 0.001
  51. ttt_karma_kill_penalty 100
  52. ttt_karma_round_increment 5
  53. ttt_karma_clean_bonus 50
  54. ttt_karma_traitordmg_ratio 0.0003
  55. ttt_karma_traitorkill_bonus 40
  56. ttt_karma_low_autokick 0
  57. ttt_karma_low_amount 300
  58. ttt_karma_low_ban 0
  59. ttt_karma_low_ban_minutes 60
  60. ttt_karma_persist 0
  61. ttt_karma_clean_half 0.25
  62.  
  63. //Other
  64. ttt_postround_dm 0
  65. ttt_no_nade_throw_during_prep 0
  66. ttt_weapon_carrying 1
  67. ttt_weapon_carrying_range 50
  68. ttt_teleport_telefrags 1
  69. ttt_ragdoll_pinning 1
  70. ttt_ragdoll_pinning_innocents 1
  71. ttt_use_weapon_spawn_scripts 1
  72. ttt_spawn_wave_interval 2
  73.  
  74. // server logging
  75. log on
  76. sv_logbans 1
  77. sv_logecho 1
  78. sv_logfile 1
  79. sv_log_onefile 0
  80.  
  81. // operation
  82. sv_lan 0
  83. sv_region 3 //Europa
  84.  
  85.  
  86. exec banned_user.cfg
  87. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement