Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. // removes the shifting of the arm when crouching down.
  2.  
  3. cl_viewmodel_shift_left_amt "0"
  4. cl_viewmodel_shift_right_amt "0"
  5. cl_bob_lower_amt "0"
  6. cl_bobamt_lat "0"
  7. cl_bobamt_vert "0"
  8. cl_bobcycle "0.98"
  9.  
  10. // removes the bobbing of the weapon back and forth, when you run.
  11.  
  12. cl_bob_lower_amt "0"
  13. cl_bobamt_lat "0"
  14. cl_bobamt_vert "0"
  15.  
  16. // scales the HUD depending on what resolution you use, 1 is max.
  17.  
  18. hud_scaling "2"
  19.  
  20. // lowers delay between sounds.
  21.  
  22. snd_mixahead "0.05"
  23.  
  24. // sets interpolation values.
  25.  
  26. cl_interp "0"
  27. cl_interp_ratio "1"
  28.  
  29. // usual rate commands
  30.  
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. rate "786432"
  34. fps_max "999"
  35.  
  36. //
  37. hud_scaling 1
  38. r_drawtracers_firstperson 0
  39. cl_autowepswitch "0"
  40. hud_showtargetid "1"
  41. cl_autohelp "0"
  42. cl_showhelp "0"
  43. cl_hud_color "8"
  44. cl_radar_square_with_scoreboard "1"
  45. voice_scale ".1"
  46. volume ".35"
  47. net_graph "0"
  48. cl_hud_healthammo_style "1"
  49. m_mousespeed "0"
  50. m_rawinput "1"
  51.  
  52. alias +jumpthrow "+jump;-attack";
  53. alias -jumpthrow "-jump";
  54. bind x +jumpthrow;
  55.  
  56. bind "k" "show";
  57. alias show show1;
  58. alias show1 "+cl_show_team_equipment; alias show show2";
  59. alias show2 "-cl_show_team_equipment; alias show show1";
  60.  
  61.  
  62. alias "+jumpthroow" "+forward;+jump;-attack" ;
  63. alias "-jumpthroow" "-jump;-forward" ;
  64. bind "c" "+jumpthroow";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement