Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. //binds
  2. unbindall
  3.  
  4. bind "1" "slot1"
  5. bind "2" "slot2"
  6. bind "3" "slot3"
  7. bind "4" "slot4"
  8. bind "5" "slot5"
  9. bind "6" "slot6"
  10. bind "9" "slot9"
  11. bind "a" "+moveleft"
  12. bind "b" "buymenu"
  13. bind "c" "slot7"
  14. bind "d" "+moveright"
  15. bind "e" "+use"
  16. bind "f" "+lookatweapon"
  17. bind "g" "drop"
  18. bind "i" "show_loadout_toggle"
  19. bind "m" "teammenu"
  20. bind "n" "say .noclip"
  21. bind "q" "lastinv"
  22. bind "r" "+reload"
  23. bind "s" "+back"
  24. bind "u" "messagemode2"
  25. bind "v" "+jumpthrow"
  26. bind "w" "+forward"
  27. bind "x" "slot8"
  28. bind "y" "messagemode"
  29. bind "z" "slot10"
  30. bind "KP_END" "buy hegrenade"
  31. bind "KP_DOWNARROW" "buy flashbang"
  32. bind "KP_PGDN" "buy smokegrenade"
  33. bind "KP_LEFTARROW" "buy defuser"
  34. bind "`" "toggleconsole"
  35. bind "SPACE" "+jump"
  36. bind "TAB" "+showscores"
  37.  
  38. bind "ESCAPE" "cancelselect"
  39. bind "DEL" "mute"
  40. bind "PAUSE" "pause"
  41. bind "SHIFT" "+speed"
  42. bind "CTRL" "+duck"
  43. bind "F1" "autobuy"
  44. bind "F3" "rebuy"
  45. bind "MOUSE1" "+attack"
  46. bind "MOUSE2" "+attack2"
  47. bind "MWHEELUP" "+JUMP"
  48.  
  49. alias "+jumpthrow" "+jump;-attack"
  50. alias "-jumpthrow" "-jump"
  51.  
  52. //general
  53. con_enable "1"
  54. cl_autohelp "0"
  55. cl_showhelp "0"
  56. gameinstructor_enable "0"
  57. joystick "0"
  58. bind "CAPSLOCK" "+voicerecord"
  59. bind "t" "+spray_menu"
  60.  
  61. //sound_settings
  62. windows_speaker_config "1"
  63. dsp_enhance_stereo "0"
  64. snd_duckerattacktime "0.5"
  65. snd_duckerreleasetime "2.5"
  66. snd_duckerthreshold "0.15"
  67. snd_ducktovolume "0.55"
  68. snd_mixahead "0.05"
  69. snd_headphone_pan_exponent "2" // 1 is better if you take the time to learn it
  70. snd_headphone_pan_radial_weight "2" // 0 is better if you **
  71. snd_stereo_speaker_pan_exponent "1"
  72. snd_stereo_speaker_pan_radial_weight "0"
  73. snd_musicvolume "0"
  74. snd_pitchquality "1"
  75. soundscape_flush "9999"
  76. suitvolume "0"
  77. voice_enable "1"
  78. voice_loopback "0"
  79. voice_forcemicrecord "1"
  80. voice_modenable "1"
  81. snd_deathcamera_volume "0"
  82. snd_mapobjective_volume "0"
  83. snd_menumusic_volume "0"
  84. snd_musicvolume "0.4"
  85. snd_roundend_volume "0"
  86. snd_roundstart_volume "0"
  87. snd_tensecondwarning_volume "0.15"
  88.  
  89. // netcode
  90. cl_resend "6"
  91. cl_timeout "9999999"
  92. cl_cmdrate "128"
  93. cl_updaterate "128"
  94. cl_interp_ratio "1"
  95. cl_interp "0.031"
  96. rate "786432"
  97. cs_enable_player_physics_box "0"
  98.  
  99. // mouse
  100. m_mouseaccel1 "0"
  101. m_mouseaccel2 "0"
  102. m_customaccel "0"
  103.  
  104. //video
  105. sys_antialiasing "0"
  106. r_dynamic "0"
  107. sv_clockcorrection_msecs "0"
  108. mat_queue_mode "2"
  109. engine_no_focus_sleep "0"
  110.  
  111. //optional
  112. cl_autowepswitch "0" // disable auto switch to picked up weapon
  113. cl_showloadout "1" // always show the inventory
  114. cl_dm_buyrandomweapons "0" // disables random weapon in Death Match mode
  115.  
  116. //personal preference
  117. voice_scale "0.2"
  118. m_rawinput "1"
  119. m_mousespeed "0"
  120. sensitivity "1.9"
  121. net_graphproportionalfont "0"
  122. mat_monitorgamma "1.6"
  123. fps_max "0"
  124. cl_forcepreload "0"
  125. r_drawtracers_firstperson "1"
  126.  
  127. viewmodel_fov "68"
  128. viewmodel_offset_x "2.5"
  129. viewmodel_offset_y "1"
  130. viewmodel_offset_z "-1.5"
  131. cl_viewmodel_shift_left_amt "0"
  132. cl_viewmodel_shift_right_amt "0"
  133. cl_bobcycle "2"
  134. cl_bob_lower_amt "0"
  135. cl_bobamt_lat "0"
  136. cl_bobamt_vert "0"
  137.  
  138. cl_crosshairstyle "4"
  139. cl_crosshairgap "-2"
  140. cl_crosshairsize "2"
  141. cl_crosshairdot "0"
  142. cl_crosshairthickness "1"
  143. cl_crosshairalpha "240"
  144. cl_crosshair_drawoutline "0"
  145. cl_crosshairgap_useweaponvalue "0"
  146. cl_crosshaircolor "1"
  147. cl_crosshair_sniper_width "2"
  148.  
  149.  
  150.  
  151. cl_hud_background_alpha "0.5"
  152. cl_hud_bomb_under_radar "1"
  153. cl_hud_color "0"
  154. cl_hud_healthammo_style "1"
  155. cl_hud_playercount_pos "0"
  156. cl_hud_playercount_showcount "1"
  157.  
  158. hud_showtargetid "1"
  159. cl_showloadout "1"
  160.  
  161. cl_radar_scale "0.4"
  162. cl_radar_rotate "1"
  163. cl_radar_always_centered "0"
  164. hud_scaling ".95"
  165. cl_hud_radar_scale "1.3"
  166. cl_radar_icon_scale_min "1"
  167. cl_radar_square_with_scoreboard "0"
  168.  
  169. echo "winning is not a sometimes thing, it's an all the time thing"
  170.  
  171. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement