mstarr

vpractice

Nov 16th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.19 KB | None | 0 0
  1. // These are the convars that can be modified with a map cfg file when run in custom mode. These are the default values.
  2. sv_cheats 1
  3.  
  4. // bot convars
  5. bot_autodifficulty_threshold_high "2.0" // Amount above avg human contribution score, above which a bot should lower its difficulty
  6. bot_autodifficulty_threshold_low "10.0" // Amount below avg human contribution score, below which a bot should raise its difficulty
  7. bot_chatter "off" // Control how bots talk. Allowed values: 'off', 'radio', 'minimal', or 'normal'.
  8. bot_defer_to_human_goals "1" // If nonzero and there is a human on the team, the bots will not do the scenario tasks.
  9. bot_defer_to_human_items "1" // If nonzero and there is a human on the team, the bots will not get scenario items.
  10. bot_difficulty "3"
  11. bot_quota "0" // Determines the total number of bots in the game.
  12. bot_quota_mode "normal" // Determines the type of quota. Allowed values: 'normal', 'fill', and 'match'. If 'fill', the server will adjust bots to keep N players in the game, where N is bot_quota. If 'match', the server will maintain a 1:N ratio of humans to bots, where N is bot_quota.
  13. bot_allow_grenades "0" // If nonzero, bots may use grenades.
  14.  
  15. // player/team cash award and buy convars
  16. mp_playercashawards "0" // Players can earn money by performing in-game actions
  17. cash_player_bomb_defused "0"
  18. cash_player_bomb_planted "0"
  19. cash_player_damage_hostage "0" // The penalty (or bonus) players get from harming a hostage
  20. cash_player_interact_with_hostage "0"
  21. cash_player_killed_enemy_default "0" // Money award to player when they kill an enemy (which then gets scaled per weapon)
  22. cash_player_killed_enemy_factor "0" // Scaler that adjusts the money recieved per kill
  23. cash_player_killed_hostage "0" // The penalty (or bonus) players get for killing a hostage
  24. cash_player_killed_teammate "0"
  25. cash_player_rescued_hostage "0"
  26. cash_player_respawn_amount "0" // The money bonus a play can get when they respawn (if respawning is enabled)
  27. cash_player_get_killed "0" // Money a player can get when they are killed by another player
  28. mp_teamcashawards "0" // Teams can earn money by performing in-game actions
  29. cash_team_elimination_bomb_map "0"
  30. cash_team_elimination_hostage_map "0"
  31. cash_team_hostage_alive "0"
  32. cash_team_hostage_interaction "0"
  33. cash_team_loser_bonus "0"
  34. cash_team_loser_bonus_consecutive_rounds "0"
  35. cash_team_planted_bomb_but_defused "0"
  36. cash_team_rescued_hostage "0"
  37. cash_team_terrorist_win_bomb "0"
  38. cash_team_win_by_defusing_bomb "0"
  39. cash_team_win_by_hostage_rescue "0"
  40. cash_team_win_by_time_running_out "0"
  41. mp_afterroundmoney "1000000" // Amount of money awared to every player after each round
  42. mp_buytime "9999" // How many seconds after round start players can buy items for.
  43. mp_startmoney "1000000" // Amount of money each player starts with on match start, half start or reset
  44. mp_maxmoney "1000000" // maximum amount of money allowed in a player's account
  45. bot_dont_shoot "1"
  46.  
  47. // item convars
  48. mp_death_drop_defuser "0" // Whether a defuser drops from a player holding on when they die
  49. mp_death_drop_grenade "0" // Which grenade to drop on player death: 0=none, 1=best, 2=current or best
  50. mp_death_drop_gun "1" // Which gun to drop on player death: 0=none, 1=best, 2=current or best
  51. mp_deathcam_skippable "1" // Determines whether a player can early-out of the deathcam
  52. mp_defuser_allocation "2" // How to allocate defusers to CTs at start or round: 0=none, 1=random, 2=everyone
  53. mp_give_player_c4 "1" // Whether this map should spawn a c4 bomb for a player or not
  54. mp_free_armor "1" // Determines whether armor and helmet are given automatically.
  55. mp_molotovusedelay "0" // Number of seconds to delay before the molotov can be used after acquiring it
  56. mp_weapons_allow_zeus "1" // Determines whether the Zeus is purchasable or not
  57. mp_weapons_allow_map_placed "0" // If this convar is set, when a match starts, the game will not delete weapons placed in the map.
  58. mp_weapons_glow_on_ground "0" // If this convar is set, weapons on the ground will have a glow around them and can be seen through walls.
  59. mp_ct_default_melee "weapon_knife weapon_taser" // The default melee weapon that the CTs will spawn with. Even if this is blank, a knife will be given. To give a taser, it should look like this: 'weapon_knife weapon_taser'. Remember to set mp_weapons_allow_zeus to 1 if you want to give a taser!
  60. mp_ct_default_secondary "weapon_hkp2000" // The default secondary (pistol) weapon that the CTs will spawn with
  61. mp_ct_default_primary "weapon_m4a1" // The default primary (rifle) weapon that the CTs will spawn with
  62. mp_ct_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_incgrenade weapon_flashbang weapon_decoy" // The default grenades that the CTs will spawn with. To give multiple grenades, separate each weapon class with a space like this: 'weapon_molotov weapon_hegrenade'
  63. mp_t_default_melee "weapon_knife" // The default melee weapon that the Ts will spawn with. Even if this is blank, a knife will be given. To give a taser, it should look like this: 'weapon_knife weapon_taser'. Remember to set mp_weapons_allow_zeus to 1 if you want to give a taser!
  64. mp_t_default_secondary "weapon_glock" // The default secondary (pistol) weapon that the Ts will spawn with
  65. mp_t_default_primary "weapon_ak47" // The default primary (rifle) weapon that the Ts will spawn with
  66. mp_t_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_molotov weapon_flashbang weapon_decoy" // The default grenades that the CTs will spawn with. To give multiple grenades, separate each weapon class with a space like this: 'weapon_molotov weapon_hegrenade'
  67. ammo_grenade_limit_flashbang "2"
  68. ammo_grenade_limit_total "100"
  69. ammo_grenade_limit_default "1"
  70. sv_spawn_afk_bomb_drop_time "999" // Players that have never moved since they spawned will drop the bomb after this amount of time.
  71. mp_buy_allow_grenades "1" // Whether players can purchase grenades from the buy menu or not.
  72. mp_buy_anywhere "1" // When set, players can buy anywhere, not only in buyzones. 0 = default. 1 = both teams. 2 = Terrorists. 3 = Counter-Terrorists.
  73. mp_buy_during_immunity "0" // When set, players can buy when immune, ignoring buytime. 0 = default. 1 = both teams. 2 = Terrorists. 3 = Counter-Terrorists.
  74. mp_buytime "999990" // How many seconds after round start players can buy items for.
  75.  
  76.  
  77.  
  78. // round and match setting convars
  79. mp_freezetime "0" // how many seconds to keep players frozen when the round starts
  80. mp_force_pick_time "9999" // The amount of time a player has on the team screen to make a selection before being auto-teamed
  81. mp_halftime "0" // Determines whether the match switches sides in a halftime event.
  82. mp_match_can_clinch "0" // 0=No mercy rule, 1=team can clinch match win early if they win > 1/2 total rounds
  83. mp_maxrounds "90" // max number of rounds to play before server changes maps
  84. mp_roundtime "60" // How many minutes each round takes.
  85. mp_timelimit "60" // Allow the match to end when mp_timelimit hits instead of waiting for the end of the current round.
  86. mp_roundtime_hostage "60"
  87. mp_roundtime_defuse "60"
  88. mp_warmuptime " " // How long the warmup period lasts. Changing this value resets warmup.
  89. mp_warmup_pausetimer "0 // Set to 1 to stay in warmup indefinitely. Set to 0 to resume the timer.
  90. mp_halftime_pausetimer "0 // Set to 1 to stay in halftime indefinitely. Set to 0 to resume the timer.
  91. mp_default_team_winner_no_objective ""0" // if set, the map will declare this team the winner when the round timer expires. (-1 == map default, 0 == draw, 2 == Ts, 3 == CTs)
  92. mp_hostagepenalty "10 // Terrorist are kicked for killing too much hostages
  93. sv_holiday_mode "0" // 0 = OFF, 1 = Halloween, 2 = Winter
  94.  
  95. // damage, team and communication convars
  96. sv_allow_votes "0" // Voting allowed in this mode
  97. sv_alltalk "1" // When set, players can hear all enemy communication (voice, chat)
  98. sv_deadtalk "1" // When set, dead players can speak (voice, text) to the living
  99. sv_spec_hear "1" //: , "nf", "rep", "cl" : Determines who spectators can hear: 0: only spectators; 1: all players; 2: spectated team
  100. sv_full_alltalk "1" // : , "rep", "cl" : Any player (including Spectator team) can speak to any other player
  101. sv_full_alltalk "1" // Any player (including Spectator team) can speak to any other player
  102. sv_allow_thirdperson "1" // Allows the server set players in third person mode without the client slamming it back (if cheats are on, all clients can set t
  103. mp_solid_teammates "1" // Determines whether teammates are solid or not.
  104. sv_allow_votes "0" // Voting allowed in this mode
  105. sv_alltalk "1" // When set, players can hear all enemy communication (voice, chat)
  106. sv_deadtalk "1" // When set, dead players can speak (voice, text) to the living
  107. sv_ignoregrenaderadio "1" // Turn off Fire in the hole messages
  108. mp_teammates_are_enemies "0" // When set, your teammates act as enemies and all players are valid targets.
  109. mp_damage_scale_ct_body "" // Scales the damage a CT player takes by this much when they take damage in the body. (1 == 100%, 0.5 == 50%)
  110. mp_damage_scale_ct_head "" // Scales the damage a CT player takes by this much when they take damage in the head. (1 == 100%, 0.5 == 50%)
  111. mp_damage_scale_t_body "" // Scales the damage a T player takes by this much when they take damage in the body. (1 == 100%, 0.5 == 50%)
  112. mp_damage_scale_t_head "" // Scales the damage a T player takes by this much when they take damage in the head. (1 == 100%, 0.5 == 50%)
  113. mp_friendlyfire "1" // Allows team members to injure other members of their team
  114. ff_damage_reduction_bullets "1" // 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)
  115. ff_damage_reduction_grenade "1" // 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)
  116. 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)
  117. ff_damage_reduction_other "1" // 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)
  118. mp_limitteams "0" // Max # of players 1 team can have over another (0 disables check)
  119. mp_display_kill_assists "0"
  120. mp_radar_showall "1" // Determines who should see all. 0 = default. 1 = both teams. 2 = Terrorists. 3 = Counter-Terrorists.
  121. mp_td_dmgtokick "99999" // The damage threshhold players have to exceed in a match to get kicked.
  122. mp_td_dmgtowarn "99999" // The damage threshhold players have to exceed in a match to get warned that they are about to be kicked.
  123. mp_td_spawndmgthreshold "99999" // The damage threshold players have to exceed at the start of the round to be warned/kick.
  124. mp_tkpunish "0" // Will TK'ers and team damagers be punished in the next round? {0=no, 1=yes}
  125. mp_playerid // Controls what information player see in the status bar: 0 all names; 1 team names; 2 no names
  126. mp_playerid_delay // Number of seconds to delay showing information in the status bar
  127. mp_playerid_hold // Number of seconds to keep showing old information in the status bar
  128. mp_limitteams "0" // : Max # of players 1 team can have over another (0 disables check)
  129. mp_humanteam "0" //Restricts human players to a single team {any, CT, T}
  130. mp_autoteambalance "0" //
  131. mp_do_warmup_offine "0" //Whether or not to do a warmup period at the start of a match in an offline (bot) match.
  132. mp_do_warmup_period "0" //Whether or not to do a warmup period at the start of a match.
  133.  
  134. mp_competitive_endofmatch_extra_time "3" // After a competitive match finishes rematch voting extra time is given for rankings.
  135.  
  136. mp_match_can_clinch "0" : , "rep", "cl" : Can a team clinch and end the match by being so far ahead that the other team has no way to catching up?
  137. mp_match_end_changelevel "0" : , "rep", "cl" : At the end of the match, perform a changelevel even if next map is the same
  138. mp_match_end_restart "1" : , "rep", "cl" : At the end of the match, perform a restart instead of loading a new map
  139. mp_match_restart_delay "5" : , "rep", "cl" : Time (in seconds) until a match restarts.
  140.  
  141. // spectator, death, spawning and camera convars
  142. spec_freeze_time "0" // Time spend frozen in observer freeze cam.
  143. spec_freeze_time_lock "0" // Time players are prevented from skipping the freeze cam
  144. spec_freeze_traveltime "0" // Time taken to zoom in to frame a target in observer freeze cam.
  145. spec_freeze_traveltime_long "0" // cl" : Time taken to zoom in to frame a target in observer freeze cam when they are far away.
  146. spec_freeze_deathanim_time "1" // The time that the death cam will spend watching the player's ragdoll before going into the freeze death cam.
  147. spec_freeze_panel_extended_time "0" // Time spent with the freeze panel still up after observer freeze cam is done.
  148. spec_allow_roaming "0" //If nonzero, allow free-roaming spectator camera.
  149.  
  150. mp_forcecamera "0" // Restricts spectator modes for dead players. 0 = Any team. 1 = Only own team. 2 = No one; fade to black on death (previously mp_fadetoblack).
  151. mp_respawn_immunitytime "0" // How many seconds after respawn immunity lasts.
  152. mp_respawn_on_death_t "1" // When set to 1, terrorists will respawn after dying.
  153. mp_respawn_on_death_ct "1" // When set to 1, counter-terrorists will respawn after dying.
  154. mp_display_kill_assists "0" // Whether to display and score player assists
  155. mp_use_respawn_waves "0" // When set to 1, and that player's team is set to respawn, they will respawn in waves.
  156. mp_respawnwavetime_ct "0" // Time between respawn waves for CTs.
  157. mp_respawnwavetime_t "5 // Time between respawn waves for Terrorists.
  158. mp_randomspawn "1"
  159. mp_randomspawn_los "0"
  160. mp_use_respawn_waves "0"
  161. mp_spawnprotectiontime "0"
  162. mp_teamflag_1 "us" //Enter a country's alpha 2 code to show that flag next to team 1's name in the spectator scoreboard.
  163. mp_teamflag_2 "us" //Enter a country's alpha 2 code to show that flag next to team 2's name in the spectator scoreboard.
  164.  
  165. // world and movement convars
  166. //sv_force_transmit_players "1" // Will transmit players to all clients regardless of PVS checks.
  167. sv_skyname "vertigoblue_hdr" // Current name of the skybox texture
  168. Sv_showimpacts "1" // Shows client (red) and server (blue) bullet impact point (1=both, 2=client-only, 3=server-only)
  169. Sv_showimpacts_penetration "0" // Shows extra data when bullets penetrate. (use sv_showimpacts_time to increase time shown)
  170. Sv_showimpacts_time "1" // Duration bullet impact indicators remain before disappearing
  171. Sv_staminajumpcost ".080" // Stamina penalty for jumping
  172. Sv_staminalandcost ".050" // Stamina penalty for landing
  173. Sv_staminamax "80" // Maximum stamina penalty
  174. Sv_staminarecoveryrate "60" // Rate at which stamina recovers (units/sec)
  175. sv_regeneration_force_on "1" // Cheat to test regenerative health systems
  176. sv_accelerate "5.5" // Linear acceleration amount (old value is 5.6)
  177. sv_accelerate_use_weapon_speed "1" //
  178. sv_airaccelerate "12" //
  179. sv_gravity "800" // World gravity.
  180. sv_stopspeed "80" // Minimum stopping speed when on ground.
  181. sv_airaccelerate "12"
  182. sv_wateraccelerate //"10"
  183. sv_waterfriction //"1"
  184. sv_friction "5.2"
  185. sv_bounce "0" // Bounce multiplier for when physically simulated objects collide with other objects.
  186. sv_maxvelocity "3500" // Maximum speed any ballistically moving object is allowed to attain per axis.
  187. sv_maxspeed "320"
  188. sv_grenade_trajectory "1" // "cl" : Shows grenade trajectory visualization in-game.
  189. sv_grenade_trajectory_dash "1" // Dot-dash style grenade trajectory arc
  190. sv_grenade_trajectory_thickness ".5" // : Visible thickness of grenade trajectory arc
  191. sv_grenade_trajectory_time "10" // Length of time grenade trajectory remains visible.
  192. sv_grenade_trajectory_time_spectator "40" // : Length of time grenade trajectory remains visible as a spectator.
  193.  
  194. //sv_coaching_enabled 0 // Allows spectating and communicating with a team ( 'coach t' or 'coach ct' )
  195. //sv_competitive_minspec 1 // " : Enable to force certain client convars to minimum/maximum values to help prevent competitive advantages.
  196. //v_competitive_official_5v5 0 // : Enable to force the server to show 5v5 scoreboards and allows spectators to see characters through walls.
  197. sv_holiday_mode "0" // : 0 = OFF, 1 = Halloween, 2 = Winter
  198. sv_ignoregrenaderadio "1" // : Turn off Fire in the hole messages
  199. sv_infinite_ammo "1" // : Player's active weapon will never run out of ammo. If set to 2 then player has infinite total ammo but still has to reload the
  200. sv_matchend_drops_enabled "0" // : Rewards gameplay time is always accumulated for players, but drops at the end of the match can be prevented
  201. //sv_max_allowed_net_graph "10" // :etermines max allowed net_graph value for clients.
  202. mp_warmup_end
Advertisement
Add Comment
Please, Sign In to add comment