Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. // jumpthrow
  2.  
  3. alias +jumpthrow "+jump;-attack"
  4. alias -jumpthrow "-jump"
  5. bind h +jumpthrow
  6.  
  7.  
  8.  
  9. // HEADPHONE SETTINGS
  10.  
  11. windows_speaker_config "1"
  12. snd_front_headphone_position "90.0"
  13. snd_rear_headphone_position "90.0"
  14. snd_headphone_pan_exponent "1.0"
  15. snd_headphone_pan_radial_weight "0"
  16.  
  17. dsp_enhance_stereo "0"
  18. snd_legacy_surround "0"
  19. snd_mixahead "0.05"
  20. snd_pitchquality "1"
  21.  
  22.  
  23. //mat queue mode
  24. mat_queue_mode "2"
  25.  
  26. // fps cap
  27.  
  28. fps_max "300"
  29.  
  30. //viewmodel
  31. viewmodel_presetpos "4"
  32. viewmodel_offset_z "-2"
  33.  
  34.  
  35.  
  36. // sets interpolation values.
  37.  
  38. cl_interp "0.03125"
  39. cl_interp_ratio "1"
  40.  
  41.  
  42. // usual rate commands
  43.  
  44. rate "786432"
  45. cl_forcepreload "1"
  46. r_dynamic "0"
  47. cl_resend "6"
  48. sys_aspectratio "-1"
  49.  
  50.  
  51.  
  52.  
  53.  
  54. ECHO =================================================
  55. ECHO ====[ Autoexec CFG loaded! ]=====
  56. ECHO ====[ Goodluck have fun! ]=====
  57. ECHO =================================================
  58.  
  59. //////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement