Advertisement
Guest User

sound

a guest
Dec 19th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. //Sound
  2. windows_speaker_config "2"
  3. snd_musicvolume "0"
  4. snd_mixahead "0.05" //If sounds or missing or sound is off increase by .01 till sound is normal
  5. snd_headphone_pan_radial_weight "1" //Default:1 (adjust using snd_debug_panlaw 1 and sv_cheats 1 command)
  6. snd_headphone_pan_exponent "2" //Default:1 (adjust using snd_debug_panlaw 1 and sv_cheats 1 command)
  7. snd_front_headphone_position "45.0" //Change to 90 if you do not like changes
  8. snd_rear_headphone_position "135.0" //Change to 90 if you do not like changes
  9. snd_front_stereo_speaker_position "90"
  10. snd_rear_stereo_speaker_position "90"
  11. snd_rear_surround_speaker_position "90"
  12. snd_front_surround_speaker_position "90"
  13. snd_rear_speaker_scale "1.0"
  14. dsp_enhance_stereo "1"
  15. dsp_slow_cpu "0"
  16. snd_mute_losefocus "0"
  17. snd_pitchquality "1"
  18. snd_legacy_surround "0"
  19. snd_surround_speakers "0"
  20. snd_max_same_sounds "5"
  21. snd_max_same_weapon_sounds "5"
  22. snd_dvar_dist_max "2000"
  23. snd_dvar_dist_min "300"
  24. snd_duckerattacktime "0.5"
  25. snd_duckerreleasetime "2.5"
  26. snd_duckerthreshold "0.15"
  27. snd_ducking_off "1"
  28. snd_ducktovolume "0.55"
  29. snd_rear_speaker_scale "1.0"
  30. snd_music_selection "1"
  31. snd_musicvolume "0.000000"
  32. snd_musicvolume_multiplier_inoverlay "0.1"
  33. suitvolume "0"
  34. soundscape_fadetime "9999"
  35. dsp_reload
  36.  
  37. //Viewmodel
  38. Viewmodel_fov 68
  39. viewmodel_offset_x "2"
  40. viewmodel_offset_y "-2"
  41. viewmodel_offset_z "-2"
  42.  
  43.  
  44. /Other
  45. cl_downloadfilter "nosounds"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement