Advertisement
Guest User

Untitled

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