Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. autoexec
  2.  
  3.  
  4. // keybindings
  5.  
  6. bind mouse1 "+attack"
  7. bind mouse2 "+attack2"
  8. bind mouse4 "+voicerecord"
  9. bind w "+forward
  10. bind a "+moveleft"
  11. bind s "+back"
  12. bind d "+moveright"
  13. bind c "+duck"
  14. bind e "+use"
  15. bind mwheeldown "+jump"
  16. bind mwheelup "+jump"
  17. bind space "+jump"
  18. bind 1 "slot1; cl_righthand 1; exec RifleCrosshair"
  19. bind 2 "slot2; cl_righthand 1; exec PistolCrosshair"
  20. bind 3 "slot3; cl_righthand 1; exec KnifeCrosshair"
  21. bind 4 "slot4; cl_righthand 1; exec GrenadeCrosshair"
  22. bind 5 "slot5; cl_righthand 1; exec KnifeCrosshair"
  23. bind shift '+walk"
  24. bind b "buymenu"
  25. bind g "drop"
  26. bind t "+spray_menu"
  27. bind f "+lookatweapon"
  28. bind y "messagemode"
  29. bind u "messagemode2"
  30. bind r "+reload"
  31. bind tab "+score"
  32. bind ` "toggleconsole"
  33. bind - "say_team .ready"
  34.  
  35.  
  36. // Viewmodel
  37.  
  38. viewmodel_presetpos "0"
  39. viewmodel_fov "68"
  40. viewmodel_offset_x "2.5"
  41. viewmodel_offset_y "1"
  42. viewmodel_offset_z "-1.500000"
  43. cl_viewmodel_shift_left_amt "0"
  44. cl_viewmodel_shift_right_amt "0"
  45. m_mousespeed 0
  46. m_mouseaccel 0
  47. cl_bob_lower_amt "0"
  48. cl_bobamt_lat "0"
  49. cl_bobamt_vert "0"
  50.  
  51. // hud and radar
  52.  
  53. hud_scaling "0.65"
  54. cl_radar_scale "0.3"
  55. cl_radar_rotate "1"
  56. drawradar
  57.  
  58. // sound
  59.  
  60. snd_mixahead "0.05"
  61. snd_musicvolume "0.1"
  62. snd_headphone_pan_exponent "2"
  63. snd_headphone_pan_radial_weight "2
  64. snd_legacy_surround "0"
  65. snd_pitchquality "1"
  66. dsp_enhance_stereo "0"
  67. snd_deathcamera_volume 0
  68. snd_mapobjective_volume 0
  69.  
  70. alias "+knife" "slot3"
  71. alias "-knife" "lastinv"
  72. bind "Q" "+knife"
  73.  
  74. alias "+hjump" "+jump; +duck"
  75. alias "-hjump" "-jump; -duck"
  76. bind "space" "+hjump"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement