Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. // In-Game
  2. cl_showpos "0"
  3. cl_color "1"
  4. cl_disablehtmlmotd "1" // In-game ads and popups
  5. cl_downloadfilter "nosounds"
  6. gameinstructor_enable "0" // Useful for defusing a bomb in smoke
  7. cl_showloadout "1"
  8. cl_autohelp "0"
  9. cl_showhelp "0"
  10. cl_disablefreezecam "0"
  11. cl_autowepswitch "0"
  12. cl_use_opens_buy_menu "0"
  13. closeonbuy "0"
  14. cl_scoreboard_mouse_enable_binding "+attack2"
  15.  
  16. // Mouse
  17. sensitivity "1.9"
  18. zoom_sensitivity_ratio_mouse "1.0"
  19. m_mouseaccel1 "0"
  20. m_mouseaccel2 "0"
  21. m_mousespeed "1" // Windows Mouse Accel
  22. m_rawinput "0"
  23. m_side "0.8"
  24. m_pitch "0.022"
  25. m_yaw "0.022"
  26.  
  27. // Binds
  28. bind "MOUSE5" "slot10"
  29. bind "1" "slot1"
  30. bind "2" "slot2"
  31. bind "3" "slot3"
  32. bind "4" "slot4"
  33. bind "5" "slot5"
  34. bind "MOUSE4" "slot6"
  35. bind "x" "slot7"
  36. bind "4" "slot8"
  37. bind "9" "slot9"
  38. bind "a" "+moveleft"
  39. bind "b" "buymenu"
  40. bind "d" "+moveright"
  41. bind "e" "+use"
  42. bind "f" "+lookatweapon"
  43. bind "g" "drop"
  44. bind "i" "show_loadout_toggle"
  45. bind "c" "+voicerecord"
  46. bind "m" "teammenu"
  47. bind "q" "lastinv"
  48. bind "r" "+reload"
  49. bind "s" "+back"
  50. bind "u" "messagemode2"
  51. bind "w" "+forward"
  52. bind "o" "messagemode"
  53. bind "z" "radio1"
  54. unbind "y"
  55. bind "`" "toggleconsole"
  56. bind "," "buyammo1"
  57. bind "." "buyammo2"
  58. bind "SPACE" "+jump"
  59. bind "TAB" "+showscores"
  60. bind "ESCAPE" "cancelselect"
  61. bind "DEL" "mute"
  62. bind "PAUSE" "pause"
  63. bind "SHIFT" "+speed"
  64. bind "CTRL" "+duck"
  65. bind "F3" "autobuy"
  66. bind "F4" "rebuy"
  67. bind "F5" "jpeg"
  68. bind "F6" "save quick"
  69. bind "F7" "load quick"
  70. bind "F10" "quit prompt"
  71. bind "MOUSE1" "+attack"
  72. bind "MOUSE2" "+attack2"
  73. bind "MWHEELUP" "+jump"
  74. bind "MWHEELDOWN" "+jump"
  75. bind "y" "noclip;
  76.  
  77. // Crosshair
  78. cl_crosshaircolor 1; cl_crosshairdot 1; cl_crosshairgap -4; cl_crosshairsize 0; cl_crosshairstyle 4; cl_crosshairusealpha 1; cl_crosshairthickness 0.5; cl_crosshair_drawoutline 1;
  79.  
  80. // Performance
  81. mat_queue_mode "2"
  82. mat_queue_priority "1"
  83. r_dynamic "1" // Muzzle flashes and such
  84. fps_max "300"
  85. fps_max_menu "145"
  86. mat_monitorgamma "1.7"
  87. mat_monitorgamma_tv_enabled "0"
  88. rate "786432"
  89. cl_updaterate "128"
  90. cl_cmdrate "128"
  91. cl_interp "0"
  92. cl_interp_ratio "1" // Change to 1 if you have a good connection (sub 40ms)
  93. cl_interpolate "1"
  94. cl_forcepreload "1"
  95. mm_dedicated_search_maxping "25"
  96.  
  97. // Hud & Radar
  98. cl_hud_bomb_under_radar "1"
  99. cl_hud_color "1"
  100. cl_hud_healthammo_style "1"
  101. cl_hud_playercount_pos "0"
  102. cl_hud_playercount_showcount "1"
  103. cl_hud_radar_scale "1.2"
  104. cl_radar_always_centered "1"
  105. cl_radar_icon_scale_min "1"
  106. cl_radar_rotate "0"
  107. cl_radar_scale "0.3"
  108. cl_radar_square_with_scoreboard "1"
  109.  
  110. // Net Graph
  111. net_graph "1"
  112. net_graphheight "55"
  113. net_graphholdsvframerate "0"
  114. net_graphipc "0"
  115. net_graphmsecs "400"
  116. net_graphpos "0"
  117. net_graphproportionalfont "0"
  118. net_graphshowinterp "1"
  119. net_graphshowlatency "1"
  120. net_graphshowsvframerate "0"
  121. net_graphsolid "1"
  122. net_graphtext "1"
  123.  
  124. // Audio
  125. voice_enable "1"
  126. voice_scale "1.0"
  127. volume "0"
  128. voice_mixer_volume "1.0"
  129. cl_mute_all_but_friends_and_party "0"
  130. cl_mute_enemy_team "0"
  131. snd_deathcamera_volume "0"
  132. snd_ducking_off "1"
  133. snd_hrtf_distance_behind "100"
  134. snd_menumusic_volume "0"
  135. snd_mix_async "1"
  136. snd_mixahead "0.025"
  137. snd_music_selection "1"
  138. snd_mute_losefocus "1" // Plays sound when minimized
  139. snd_mvp_volume "0"
  140. snd_roundend_volume "0"
  141. snd_roundstart_volume "0"
  142. snd_tensecondwarning_volume "0" // Ten-second bomb volume
  143.  
  144. // Aliases
  145. alias +jumpthrow "+jump;-attack"
  146. alias -jumpthrow "-jump"
  147. bind "t" +jumpthrow
  148.  
  149. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement