Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. // 1.6-like viewmodel positions //
  2. viewmodel_fov "68"
  3. viewmodel_offset_x "2.5"
  4. viewmodel_offset_y "1"
  5. viewmodel_offset_z "-2"
  6.  
  7. // Gunmodel Movement //
  8. // Reduces viewmodel bobbing when you move and stuff. //
  9. cl_viewmodel_shift_left_amt "0"
  10. cl_viewmodel_shift_right_amt "0"
  11. cl_bob_lower_amt "0"
  12. cl_bobamt_lat "0"
  13. cl_bobamt_vert "0"
  14. cl_bobcycle "2"
  15.  
  16. // Radar //
  17. // Radar rotates with you, you can see where people are better. //
  18. cl_radar_scale 0.3
  19. cl_radar_always_centered 0
  20. cl_radar_rotate 1
  21.  
  22. // Crouch Jump //
  23. // Crouch-jumping in one button :) //
  24. alias +cjump "+jump;+duck"
  25. bind "SPACE" "+cjump"
  26. alias -cjump "-jump;-duck"
  27.  
  28. // Switch to grenades //
  29. bind q "slot7"
  30. bind c "slot6"
  31. bind f "slot8"
  32. bind v "slot10"
  33. bind capslock "slot9"
  34.  
  35. // Holding Alt plants the bomb //
  36. alias +bomb "+use;use weapon_none;slot5"
  37. bind "alt" "+bomb"
  38. alias -bomb "-use;slot2;slot1"
  39.  
  40. // Misc //
  41. closeonbuy "0" // so you can buy more stuff
  42. cl_autowepswitch "0" // don't switch weapons unless you hit the button!
  43. hud_showtargetid "0"
  44. r_drawtracers_firstperson "0" // tracers are just for show and aren't accurate
  45. cl_disablehtmlmotd "1" // no annoying ads when you join a server
  46. cl_downloadfilter "nosounds" // no downloading sounds when joining a community server
  47. fps_max "0" // MAXIMUM FRAAAMES
  48. cl_disablefreezecam "1" // so you can see what happened after you died
  49. cl_use_opens_buy_menu "1" // "use" key opens buymenu :)
  50.  
  51. // Sound //
  52. // IDK if it's placebo but I think I hear better with these... give 'em a try if you want by removing the //
  53. // windows_speaker_config "1"
  54. // snd_musicvolume "0"
  55. // snd_mixahead "0.05"
  56. // snd_headphone_pan_radial_weight "1"
  57. // snd_headphone_pan_exponent "1"
  58. // snd_front_headphone_position "45"
  59. // snd_rear_headphone_position "135"
  60.  
  61. // Mouse //
  62. // settings that IDR what they do but they're helpful I guess...
  63. m_customaccel "0"
  64. m_customaccel_exponent "0"
  65. m_customaccel_max "0"
  66. m_customaccel_scale "0"
  67. m_mouseaccel1 "0"
  68. m_mouseaccel2 "0"
  69. m_mousespeed "0"
  70. m_pitch "0.022"
  71. m_yaw "0.022"
  72. m_rawinput "1"
  73. m_filter "0"
  74. cl_idealpitchscale "0.8"
  75. zoom_sensitivity_ratio_mouse "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement