Advertisement
Guest User

Untitled

a guest
May 26th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. echo" "
  2. echo" "
  3. echo"autoexec loaded"
  4. echo" "
  5. echo" "
  6.  
  7. func_break_max_pieces "0"
  8.  
  9. // Viewmodel
  10.  
  11. viewmodel_fov "60"
  12. viewmodel_offset_x "2"
  13. viewmodel_offset_y "2"
  14. viewmodel_offset_z "-2"
  15.  
  16.  
  17. // Bobbing and movement shifting
  18.  
  19. cl_viewmodel_shift_left_amt "0"
  20. cl_viewmodel_shift_right_amt "0"
  21. cl_bob_lower_amt "0"
  22. cl_bobamt_lat "0"
  23. cl_bobamt_vert "0"
  24. cl_bobcycle "2"
  25.  
  26.  
  27. // Audio
  28.  
  29. snd_mixahead "0.05"
  30. snd_headphone_pan_exponent "2"
  31. snd_musicvolume "0"
  32.  
  33.  
  34. // Rates and Interpolation
  35.  
  36. cl_cmdrate "128"
  37. cl_updaterate "128"
  38. cl_interp "0"
  39. cl_interp_ratio "1"
  40. rate "128000"
  41.  
  42.  
  43. // Mouse commands
  44.  
  45. m_rawinput "1"
  46. m_mouseaccel1 "0"
  47. m_mouseaccel2 "0"
  48.  
  49.  
  50. // Miscellaneous
  51.  
  52. cl_autowepswitch "0"
  53. cl_autohelp "0"
  54. cl_showhelp "0"
  55. cl_righthand "1"
  56. cl_forcepreload "1"
  57. hud_showtargetid "0"
  58. net_graph "0"
  59.  
  60. // Crosshair
  61.  
  62. cl_crosshairalpha "255"
  63. cl_crosshaircolor "1"
  64. cl_crosshaircolor_b "50"
  65. cl_crosshaircolor_r "50"
  66. cl_crosshaircolor_g "250"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-1"
  69. cl_crosshairsize "2"
  70. cl_crosshairstyle "4"
  71. cl_crosshairusealpha "1"
  72. cl_crosshairthickness "1"
  73. cl_fixedcrosshairgap "-1"
  74. cl_crosshair_outlinethickness "1"
  75. cl_crosshair_drawoutline "1"
  76.  
  77.  
  78. // Bindings
  79.  
  80. alias "+jumpthrow" "-attack;+jump"
  81. alias "-jumpthrow" "-jump"
  82. bind "MWHEELUP" "+jump"
  83. bind "MOUSE2" "+jump"
  84. bind "f5" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade;"
  85. bind "f6" "buy p90; buy defuser; buy flashbang; buy flashbang;"
  86.  
  87. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement