Advertisement
Guest User

Untitled

a guest
Oct 18th, 2014
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. // CS:GO CONFIG - Server.cfg
  2.  
  3. hostname "Zeit Zum Kiffen Surf-Greatriver_xdre4m Only"
  4. sv_password ""
  5. rcon_password "DeinPasswort"
  6.  
  7. sv_pausable "0"
  8. sv_allow_lobby_connect_only "0"
  9. sv_allow_votes "1"
  10. sv_allow_wait_command "0"
  11. sv_alltalk "1"
  12. sv_alternateticks "0"
  13. sv_cheats "0"
  14. sv_deadtalk "0"
  15. sv_forcepreload "0"
  16. sv_friction "4"
  17. sv_full_alltalk "1"
  18. sv_log_onefile "0"
  19. sv_logbans "0"
  20. sv_logecho "1"
  21. sv_logfile "1"
  22. sv_logflush "0"
  23. sv_logsdir "0"
  24. sv_accelerate "7"
  25. sv_airaccelerate "9999"
  26. sv_wateraccelerate "9999"
  27. sv_enablebunnyhopping "1"
  28.  
  29. log on
  30. sv_lan "0"
  31. sv_region "255"
  32. sv_tags "www.zeitzumkiffen.de"
  33.  
  34. // Server Rates
  35.  
  36. sv_maxcmdrate "128"
  37. sv_maxrate "0"
  38. sv_mincmdrate "10"
  39. sv_minrate "5000"
  40.  
  41. // Server Downloads
  42. sv_downloadurl "http://92.222.252.194/cstrike/"
  43.  
  44. // Pure Options - not set -
  45. //sv_pure_kick_clients "1"
  46. //sv_pure_trace "0"
  47.  
  48. // Round Convars
  49.  
  50. mp_afterroundmoney "0"
  51. mp_playercashawards "1"
  52. mp_teamcashawards "1"
  53. mp_maxrounds "0"
  54. mp_timelimit "45"
  55. mp_roundtime "6"
  56. mp_freezetime"2"
  57. mp_buytime "45"
  58. mp_forcecamera "1"
  59. mp_defuser_allocation "2"
  60. mp_death_drop_defuser "1"
  61. mp_death_drop_grenade "2"
  62. mp_death_drop_gun "1"
  63.  
  64. //Friendly Fire - Team Settings
  65.  
  66. mp_friendlyfire "0" //Enable Friendly Fire 1 =Enable 0 =Disable
  67. ff_damage_reduction_grenade "0"
  68. ff_damage_reduction_bullets "0"
  69. ff_damage_reduction_other "0" /
  70.  
  71. //Game Settings
  72.  
  73. mp_autokick "1"
  74. mp_autoteambalance "1"
  75. mp_buytime "45"
  76. mp_c4timer "35"
  77. mp_do_warmup_period "1"
  78. mp_force_pick_time "15"
  79. mp_halftime_duration "15"
  80. mp_join_grace_time "15
  81. mp_limitteams "2"
  82. mp_match_end_restart "1"
  83. mp_maxrounds "0"
  84. mp_playercashawards "1"
  85. mp_playerid "0"
  86. mp_playerid_delay "0"
  87. mp_playerid_hold "0.25"
  88. mp_restartgame "0"
  89. mp_round_restart_delay "7"
  90. mp_roundtime "3"
  91. mp_tkpunish "0"
  92. mp_warmuptime "25"
  93. mp_win_panel_display_time "5"
  94.  
  95. //Cash Convars - MONEY
  96.  
  97. mp_startmoney "1337"
  98. mp_maxmoney "16000"
  99.  
  100. cash_team_terrorist_win_bomb "2200"
  101. cash_team_elimination_hostage_map "2200"
  102. cash_team_elimination_bomb_map "2200"
  103. cash_team_win_by_time_running_out "2200"
  104. cash_team_win_by_defusing_bomb "2200"
  105. cash_team_win_by_hostage_rescue "2200"
  106. cash_team_loser_bonus "2000"
  107. cash_team_loser_bonus_consecutive_rounds "500"
  108. cash_team_rescued_hostage "100"
  109. cash_team_hostage_alive "0"
  110. cash_team_planted_bomb_but_defused "200"
  111. cash_team_hostage_interaction "50"
  112. cash_player_killed_teammate "-3300"
  113. cash_player_killed_enemy_default "200"
  114. cash_player_killed_enemy_factor "0.5"
  115. cash_player_bomb_planted "200"
  116. cash_player_bomb_defused "200"
  117. cash_player_rescued_hostage "200"
  118. cash_player_interact_with_hostage "0"
  119. cash_player_damage_hostage "-30"
  120. cash_player_killed_hostage "-1000"
  121.  
  122. // TV Settings - not set -
  123.  
  124. //tv_nochat "0" //Don't receive chat messages from other SourceTV spectators
  125. //tv_port "check" //Host SourceTV port
  126.  
  127. //VOTES
  128.  
  129. sv_vote_allow_spectators "0"
  130. sv_vote_command_delay "2"
  131. sv_vote_creation_time "120"
  132. sv_vote_failure_timer "300"
  133. sv_vote_quorum_ratio "0"
  134. sv_vote_timer_duration "15"
  135.  
  136. mp_match_end_restart 0
  137.  
  138. writeid
  139. writeip
  140. exec banned_user.cfg
  141. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement