Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. // server name
  2. hostname "Hier Servername"
  3.  
  4. sv_password "Hier serverpasswort oder leer falls keins"
  5. sv_contact ""
  6. sv_cheats 1
  7.  
  8. // rcon passsword
  9. rcon_password "hier RCON Password"
  10.  
  11. //DNA
  12. ttt_killer_dna_range 300
  13. ttt_killer_dna_basetime 100
  14.  
  15.  
  16. //Prep
  17. ttt_firstpreptime 60
  18. ttt_preptime_seconds 30
  19. ttt_posttime_seconds 10
  20.  
  21.  
  22. //Round length
  23. ttt_haste 1
  24. ttt_haste_starting_minutes 7
  25. ttt_haste_minutes_per_death 0.5
  26.  
  27. //ttt_roundtime_minutes 10
  28.  
  29. // TTT-Totem
  30. ttt_totem 0
  31. ttt_vote 0
  32. ttt_deathgrip 0
  33. ttt_hunter_enabled 0
  34. ttt_jackal_enabled 1
  35.  
  36. //Map Switching
  37. ttt_round_limit 99999
  38. ttt_time_limit_minutes 21
  39. Net_maxfilesize "99999"
  40.  
  41. //ttt_always_use_mapcycle 0
  42.  
  43.  
  44. //Player Counts
  45. ttt_minimum_players 2
  46. ttt_traitor_pct 0.34
  47. ttt_traitor_max 32
  48. ttt_detective_pct 0.13
  49. ttt_detective_max 32
  50. ttt_detective_min_players 5
  51. ttt_detective_karma_min 600
  52. ttt_jackal_min_players 2
  53. ttt_jackal_pct 1.0
  54. ttt_hunter_min_players 6
  55.  
  56. //credits
  57. ttt_credits_award_pct 1.0
  58.  
  59. //Karma
  60. ttt_karma 1
  61. ttt_karma_strict 1
  62. ttt_karma_starting 1000
  63. ttt_karma_max 1000
  64. ttt_karma_ratio 0.001
  65. ttt_karma_kill_penalty 15
  66. ttt_karma_round_increment 5
  67. ttt_karma_clean_bonus 30
  68. ttt_karma_traitordmg_ratio 0.0003
  69. ttt_karma_traitorkill_bonus 40
  70. ttt_karma_low_autokick 0
  71. ttt_karma_low_amount 300
  72. ttt_karma_low_ban 0
  73. ttt_karma_low_ban_minutes 60
  74. ttt_karma_persist 1
  75. ttt_karma_clean_half 0.25
  76.  
  77. //Other
  78. ttt_postround_dm 1
  79. ttt_no_nade_throw_during_prep 0
  80. ttt_weapon_carrying 1
  81. ttt_weapon_carrying_range 50
  82. ttt_teleport_telefrags 1
  83. ttt_ragdoll_pinning 1
  84. ttt_ragdoll_pinning_innocents 1
  85. ttt_use_weapon_spawn_scripts 1
  86. ttt_spawn_wave_interval 2
  87.  
  88. // server logging
  89. log on
  90. sv_logbans 1
  91. sv_logecho 1
  92. sv_logfile 1
  93. sv_log_onefile 0
  94.  
  95. // operation
  96. sv_lan 0
  97. sv_region 3 //Europa
  98.  
  99.  
  100. exec banned_user.cfg
  101. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement