Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. cl_forcepreload "1"
  2. cl_cmdrate "128"
  3. cl_updaterate "128"
  4. rate "786432"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. fps_max "300"
  8. cl_showfps "1"
  9. net_graph "0"
  10.  
  11.  
  12.  
  13. hud_scaling "0.7"
  14. cl_hud_radar_scale "1.3"
  15. cl_hud_playercount_showcount "1"
  16. cl_hud_color "5"
  17. cl_hud_healthammo_style "1"
  18. cl_show_clan_in_death_notice "0"
  19.  
  20. voice_scale "0.2"
  21.  
  22. sensitivity "1.0"
  23. m_customaccel "0"
  24. m_rawinput "1"
  25. zoom_sensitivity_ratio_mouse "0.6"
  26.  
  27.  
  28. volume "0.6"
  29. snd_musicvolume "0"
  30. windows_speaker_config "1"
  31. lobby_voice_chat_enabled "0"
  32.  
  33.  
  34. cl_autohelp "0"
  35. cl_autowepswitch "0"
  36. cl_righthand "0"
  37. cl_use_opens_buy_menu "0"
  38. closeonbuy "1"
  39. gameinstructor_enable "0"
  40.  
  41. cl_disablefreezecam "1"
  42. cl_disablehtmlmotd "1"
  43. cl_freezecameffects_showholiday "0"
  44. cl_spec_mode "4"
  45. cl_color "3"
  46. hud_showtargetid "1"
  47.  
  48. r_drawtracers_firstperson "0"
  49.  
  50. cl_crosshairalpha "255"
  51. cl_crosshaircolor "5"
  52. cl_crosshaircolor_b "0"
  53. cl_crosshaircolor_r "232"
  54. cl_crosshaircolor_g "0"
  55. cl_crosshairdot "0"
  56. cl_crosshairgap "-3"
  57. cl_crosshairsize "1"
  58. cl_crosshairstyle "4"
  59. cl_crosshairusealpha "1"
  60. cl_crosshairthickness "1"
  61. cl_fixedcrosshairgap "-12"
  62. cl_crosshair_outlinethickness "0"
  63. cl_crosshair_drawoutline "0"
  64.  
  65. cl_freezecameffects_showholiday "0"
  66. mm_dedicated_search_maxping "60"
  67.  
  68. player_nevershow_communityservermessage "1"
  69. ui_steam_overlay_notification_position "topright"
  70.  
  71. // keybinds
  72. unbindall
  73. bind "0" "invprev"
  74. bind "1" "slot1"
  75. bind "2" "slot2"
  76. bind "3" "slot3"
  77. bind "4" "slot4"
  78. bind "5" "slot5"
  79. bind "9" "slot9"
  80. bind "a" "+moveleft"
  81. bind "b" "buymenu"
  82. bind "c" "radio3"
  83. bind "d" "+moveright"
  84. bind "e" "+use"
  85. bind "f" "use weapon_molotov;use weapon_incgrenade"
  86. bind "g" "drop"
  87. bind "h" "commandmenu"
  88. bind "i" "showbriefing"
  89. bind "j" "cheer"
  90. bind "SPACE" "+voicerecord"
  91. bind "m" "teammenu"
  92. bind "o" "buyequip"
  93. bind "p" "+spray_menu"
  94. bind "q" "lastinv"
  95. bind "r" "+reload"
  96. bind "s" "+back"
  97. bind "t" "+lookatweapon"
  98. bind "u" "messagemode2"
  99. bind "v" "use weapon_smokegrenade"
  100. bind "w" "+forward"
  101. bind "x" "radio2"
  102. bind "y" "messagemode"
  103. bind "z" "radio1"
  104. bind "]" "invnext"
  105. bind "'" "+moveup"
  106. bind "," "buy primammo"
  107. bind "." "buy secammo"
  108. bind "/" "+movedown"
  109. bind "-" "sizedown"
  110. bind "=" "sizeup"
  111. bind "TAB" "+showscores"
  112. bind "ESCAPE" "cancelselect"
  113. bind "INS" "+klook"
  114. bind "END" "centerview"
  115. bind "PGUP" "+lookup"
  116. bind "PGDN" "+lookdown"
  117. bind "PAUSE" "pause"
  118. bind "SHIFT" "+speed"
  119. bind "CTRL" "+duck"
  120. bind "UPARROW" "+forward"
  121. bind "LEFTARROW" "+left"
  122. bind "DOWNARROW" "+back"
  123. bind "RIGHTARROW" "+right"
  124. bind "F2" "askconnect_accept"
  125. bind "F3" "autobuy"
  126. bind "F4" "rebuy"
  127. bind "F5" "jpeg"
  128. bind "F10" "toggleconsole"
  129. bind "MOUSE1" "+attack"
  130. bind "MOUSE2" "+attack2"
  131. bind "MOUSE4" "use weapon_flashbang"
  132. bind "MOUSE5" "use weapon_hegrenade"
  133. bind "MWHEELDOWN" "+jump"
  134.  
  135.  
  136.  
  137. alias "+jumpthrow" "+jump;-attack"
  138. alias "-jumpthrow" "-jump"
  139. bind "alt" "+jumpthrow"
  140.  
  141.  
  142. cl_teamid_overhead_always "1"
  143. alias equipinfo equipinfo1
  144. alias equipinfo1 "+cl_show_team_equipment; alias equipinfo equipinfo2"
  145. alias equipinfo2 "-cl_show_team_equipment; alias equipinfo equipinfo1"
  146. bind "6" "equipinfo"
  147.  
  148.  
  149. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement