Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.11 KB | None | 0 0
  1. //Required Settings
  2.  
  3. ammo_grenade_limit_default 1
  4. ammo_grenade_limit_flashbang 2
  5. ammo_grenade_limit_total 4
  6.  
  7. bot_quota 0 // Determines the total number of bots in the game
  8.  
  9. cash_team_terrorist_win_bomb 3500
  10. cash_team_elimination_bomb_map 3250
  11. cash_team_win_by_time_running_out 3250
  12. cash_team_win_by_defusing_bomb 3500
  13. cash_team_loser_bonus 1400
  14. cash_team_loser_bonus_consecutive_rounds 500
  15. cash_team_planted_bomb_but_defused 800
  16. cash_player_killed_teammate -300
  17. cash_player_killed_enemy_default 300
  18. cash_player_killed_enemy_factor 1
  19. cash_player_bomb_planted 300
  20. cash_player_bomb_defused 300
  21.  
  22. ff_damage_reduction_grenade 0.85 // How much to reduce damage done to teammates by a thrown grenade. Range is from 0 - 1 (with 1 being damage equal to what is done to an enemy)
  23. ff_damage_reduction_bullets 0.33 // How much to reduce damage done to teammates when shot. Range is from 0 - 1 (with 1 being damage equal to what is done to an enemy)
  24. ff_damage_reduction_other 0.4 // How much to reduce damage done to teammates by things other than bullets and grenades. Range is from 0 - 1 (with 1 being damage equal to what is done to an enemy)
  25. ff_damage_reduction_grenade_self 1 // How much to damage a player does to himself with his own grenade. Range is from 0 - 1 (with 1 being damage equal to what is done to an enemy)
  26.  
  27. mp_afterroundmoney 0 // amount of money awared to every player after each round
  28. mp_weapons_allow_zeus 1 // whether the Zeus is purchasable or not.
  29. mp_autokick 0 // Kick idle/team-killing players
  30. mp_autoteambalance 0 // Detemines team balance
  31. mp_backup_round_file backup // If set then server will save all played rounds information to files
  32. mp_backup_round_file_last // Every time a backup file is written the value of this convar gets updated to hold the name of the backup file.
  33. mp_backup_round_file_pattern %prefix%_%date%_%time%_%map%_%round%.txt
  34. mp_buy_allow_grenades 1 // Whether players can purchase grenades from the buy menu or not.
  35. mp_buy_anywhere 0 // Only spawn buyzones are enabled
  36. mp_buytime 15 // How many seconds after round start players can buy items for.
  37. mp_c4timer 40 // How long from when the C4 is armed until it blows
  38. mp_death_drop_defuser 1 // Drop defuser on player death
  39. mp_death_drop_grenade 2 // Which grenade to drop on player death: 0=none, 1=best, 2=current or best
  40. mp_death_drop_gun 1 // Which gun to drop on player death: 0=none, 1=best, 2=current or best
  41. mp_defuser_allocation 0 // How to allocate defusers to CTs at start or round: 0=none, 1=random, 2=everyone
  42. mp_disable_autokick // Prevents a userid from being auto-kicked
  43. mp_do_warmup_period 1 // Whether or not to do a warmup period at the start of a match.
  44. mp_endmatch_votenextmap 0 // Disables endgame map voting
  45. mp_forcecamera 1 // Restricts spectator modes for dead players
  46. mp_force_pick_time 300 // The amount of time a player has on the team screen to make a selection before being auto-teamed
  47. mp_free_armor 0 // Determines whether armor and helmet are given automatically.
  48. mp_freezetime 15 // How many seconds to keep players frozen when the round starts
  49. mp_friendlyfire 1 // Allows team members to injure other members of their team
  50. mp_halftime 1 // Determines whether or not the match has a team-swapping halftime event.
  51. mp_halftime_duration 10 // Number of seconds that halftime lasts
  52. mp_join_grace_time 90 // Number of seconds after round start to allow a player to join a game
  53. mp_limitteams 0 // Max # of players 1 team can have over another (0 disables check)
  54. mp_logdetail 3 // Logs attacks. Values are: 0=off, 1=enemy, 2=teammate, 3=both)
  55. mp_match_can_clinch 1 // Can a team clinch and end the match by being so far ahead that the other team has no way to catching up
  56. mp_match_end_restart 1 // At the end of the match, perform a restart instead of loading a new map
  57. mp_match_restart_delay 120 // Time (in seconds) until a match restarts.
  58. mp_maxmoney 16000 // maximum amount of money allowed in a player's account
  59. mp_maxrounds 30 // max number of rounds to play before server changes maps
  60. mp_molotovusedelay 0 // Number of seconds to delay before the molotov can be used after acquiring it
  61. mp_overtime_enable 1 // Use overtime rules to determine winner
  62. mp_overtime_maxrounds 6 // Overtime setting, 3 rounds per half
  63. mp_overtime_startmoney 10000 // Overtime setting, startmoney
  64. mp_playercashawards 1 // Players can earn money by performing in-game actions
  65. mp_playerid 0 // Controls what information player see in the status bar: 0 all names; 1 team names; 2 no names
  66. mp_playerid_delay 0.5 // Number of seconds to delay showing information in the status bar
  67. mp_playerid_hold 0.25 // Number of seconds to keep showing old information in the status bar
  68. mp_round_restart_delay 6 // Number of seconds to delay before restarting a round after a win
  69. mp_roundtime 1.92 // How many minutes each round takes.
  70. mp_roundtime_defuse 1.92 // Ensures roundtime is set at 1:55 minutes, regardless of gamemode.
  71. mp_solid_teammates 1 // Determines whether teammates are solid or not.
  72. mp_startmoney 800 // amount of money each player gets when they reset
  73. mp_teamcashawards 1 // Teams can earn money by performing in-game actions
  74. mp_timelimit 0 // game time per map in minutes
  75. mp_tkpunish 0 // Will a TK'er be punished in the next round? {0=no, 1=yes}
  76. mp_warmup_end // End warmup immediately.
  77. mp_weapons_allow_map_placed 1 // If this convar is set, when a match starts, the game will not delete weapons placed in the map.
  78. mp_weapons_allow_zeus 0 // Determines whether the Zeus is purchasable or not.
  79. mp_win_panel_display_time 10 // The amount of time to show the win panel between matches / halfs
  80.  
  81. spec_freeze_time 5.0
  82. spec_freeze_panel_extended_time 0
  83.  
  84. sv_accelerate 5.5 // ( def. "10" ) client notify replicated
  85. sv_allow_votes 0 // Allow voting?
  86. sv_allow_wait_command 0 // Allow or disallow the wait command on clients connected to this server.
  87. sv_alltalk 0 // Players can hear all other players' voice communication, no team restrictions
  88. sv_alternateticks 0 // If set, server only simulates entities on even numbered ticks.
  89. sv_cheats 0 // Allow cheats on server
  90. sv_clockcorrection_msecs 15 // The server tries to keep each player's m_nTickBase withing this many msecs of the server absolute tickcount
  91. sv_consistency 0 // Whether the server enforces file consistency for critical files
  92. sv_contact 0 // Contact email for server sysop
  93. sv_damage_print_enable 0 // Disables damage reports in console
  94. sv_dc_friends_reqd 0 // Set this to 0 to allow direct connects to a game in progress even if no presents
  95. sv_deadtalk 0 // Dead players can speak (voice, text) to the living, suggest value 1 for LANs
  96. sv_forcepreload 0 // Force server side preloading.
  97. sv_friction 5.2 // World friction.
  98. sv_full_alltalk 0 // Any player (including Spectator team) can speak to any other player
  99. sv_gameinstructor_disable 1 // Force all clients to disable their game instructors.
  100. sv_hibernate_postgame_delay 5 // Ensures server does not go into hibernation mode when empty for 180 seconds
  101. sv_hibernate_punt_tv_clients 0 // When enabled will punt all GOTV clients during hibernation
  102. sv_hibernate_when_empty 1 // Puts the server into extremely low CPU usage mode when no clients connected
  103. sv_holiday_mode 0 // 0 = OFF, 1 = Halloween, 2 = Winter
  104. sv_ignoregrenaderadio 0 // Turn off Fire in the hole messages
  105. sv_kick_players_with_cooldown 0 // (0: do not kick; 1: kick Untrusted players; 2: kick players with any cooldown)
  106. sv_kick_ban_duration 0 // How long should a kick ban from the server should last (in minutes)
  107. sv_infinite_ammo 0 // Disables infinite ammo settings from pregame configs
  108. sv_lan 0 // Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
  109. sv_log_onefile 0 // Log server information to only one file.
  110. sv_logbans 1 // Log server bans in the server logs.
  111. sv_logecho 1 // Echo log information to the console.
  112. sv_logfile 1 // Log server information in the log file.
  113. sv_logflush 0 // Flush log file to disk on each write (slow).
  114. sv_logsdir logfiles // Folder in the game directory where server logs will be stored.
  115. sv_max_allowed_net_graph // Determines max allowed net_graph value for clients.
  116. sv_maxcmdrate 0 // If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
  117. sv_maxrate 0 // min. 0.000000 max. 30000.000000 replicated Max bandwidth rate allowed on server, 0 == unlimited
  118. sv_max_queries_sec 5 // needed for HLSW and other game trackers
  119. sv_mincmdrate 30 // This sets the minimum value for cl_cmdrate. 0 == unlimited.
  120. sv_minrate 20000 // Min bandwidth rate allowed on server, 0 == unlimited
  121. sv_competitive_minspec 1 // Enable to force certain client convars to minimum/maximum values to help prevent competitive advantages.
  122. sv_competitive_official_5v5 1 // Enable to force the server to show 5v5 scoreboards and allows spectators to see characters through walls.
  123. sv_party_mode 0 // Party!!
  124. sv_pausable 1 // Is the server pausable.
  125. sv_pure_kick_clients 1 // If set to 1, the server will kick clients with mismatching files. Otherwise, it will issue a warning to the client.
  126. sv_pure_trace 0 // If set to 1, the server will print a message whenever a client is verifying a CR
  127. sv_rcon_banpenalty 0 // Number of minutes to ban users who fail rcon authentication.
  128. sv_rcon_maxfailures 20 // Max number of times a user can fail rcon authentication before being banned.
  129. sv_rcon_minfailures 20 // Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned.
  130. sv_reservation_timeout 45 // Time in seconds before lobby reservation expires.
  131. sv_spawn_afk_bomb_drop_time 30 // Players that spawn and don't move for longer than sv_spawn_afk_bomb_drop_time (default 15 seconds) will automatically drop the bomb.
  132. sv_steamgroup_exclusive 0 // If set, only members of Steam group will be able to join the server when it's empty, public people will be able to join the server only if it has players.
  133. sv_voiceenable 1
  134.  
  135. //GOTV (remove // from cvars to enable)
  136.  
  137. tv_advertise_watchable 1 // Allow inside GOTV
  138. tv_allow_camera_man 0 // Auto director allows spectators to become camera man
  139. tv_allow_static_shots 1 // Auto director uses fixed level cameras for shots
  140. tv_autorecord 0 // Automatically records all games as GOTV demos if set to 1
  141. tv_chatgroupsize 0 // Set the default chat group size
  142. tv_chattimelimit 15 // Limits spectators to chat only every n seconds
  143. tv_debug 0 // GOTV debug info.
  144. tv_delay 120 // GOTV delay, 120 seconds or more required for CEVO
  145. tv_delaymapchange 1 // Delays map change until broadcast is complete
  146. tv_deltacache 2 // Enable delta entity bit stream cache
  147. tv_dispatchmode 1 // Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
  148. tv_enable 1 // Activates GOTV on server.
  149. tv_maxclients 10 // Maximum client number on GOTV server.
  150. tv_maxrate 20000 // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
  151. tv_name "CEVO.com - GOTV" // GOTV host name, can be altered for personal servers
  152. tv_nochat 1 // Don't receive chat messages from other GOTV spectators
  153. tv_overridemaster 0 // Overrides the GOTV master root address.
  154. tv_password c3v0 // GOTV password for relay proxies
  155. tv_relayvoice 0 // Relay voice data: 0=off, 1=on
  156. tv_snapshotrate 30 // Snapshots broadcasted per second
  157. tv_timeout 120 // GOTV connection timeout in seconds.
  158. tv_title "CEVO.com - GOTV" // Set title for GOTV spectator UI, can be altered for personal servers
  159. tv_transmitall 1 // Required for GOTVs
  160. sv_coaching_enabled 1
  161. tv_stop
  162. tv_enable 0
  163.  
  164. //DDoS Protection (required)
  165.  
  166. host_name_store 0 //Can be set to either 0/1 for official matches
  167. host_info_show 1 //Can be set to either 0/1 for official matches
  168. host_players_show 0 //Can be set to either 0/1 for official matches
  169.  
  170. say "EVERY PENNY COUNTS"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement