Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. //SOUND SETTINGS
  2. volume "0.8" // Overall Game volume (Min: 0 - Max: 1)
  3. suitvolume "0" // Suitvolume (has no function, but useless sounds set to 0)
  4. snd_musicvolume "0" // Music Volume - Allows the 7 commands below to be used and changed. If this is set to 0, then the 7 commands below are all set to 0 as well
  5. snd_musicvolume_multiplier_inoverlay "0" // Music volume multiplier when Steam Overlay is active
  6. snd_menumusic_volume "0" // Music volume at the main menu
  7. snd_roundstart_volume "0" // Music volume that plays at the start of the round
  8. snd_roundend_volume "0" // Music volume that plays at the end of a round
  9. snd_tensecondwarning_volume "0" // Music volume that plays during the final 10 seconds of a round
  10. snd_mapobjective_volume "0" // Music volume that plays after you plant the bomb
  11. snd_deathcamera_volume "0" // Music volume that plays after you get killed
  12.  
  13. voice_system_enable "1" // Enable voice system
  14. voice_modenable "1" // Enable/disable voice in this mod (CS:GO)
  15. lobby_voice_chat_enabled "0" // Disable voice chat in lobby
  16. voice_enable "1" // Enable voice communication
  17. voice_scale "0.6" // Volume of incoming Voice (Min: 0 - Max: 1)
  18. voice_mixer_volume "0.5" // def. 1 - Set the volume for your microphone in Windows (0.1 = 10% - 1 = 100%)
  19. voice_mixer_boost "0" // Enable microphone boost for your microphone in Windows
  20. voice_mixer_mute "0" // Enable/Disable microphone mute in windows
  21. voice_threshold "2000" //def. 4000 - At what mic level to start picking up sound (for non-push-to-talk setup)
  22. voice_caster_enable "0" // def. 0 - Toggle voice transmit and receive for casters. 0 = no caster, account number of caster to enable
  23. voice_caster_scale "0.7" // When watching a game over GOTV, this will control the volume of the casters voice
  24. voice_inputfromfile "0" // def. 0 - Get voice input from 'voice_input.wav' rather than from the microphone (0 = use microphone)
  25. voice_loopback "0" // Loopback your voice to headphones/speakers (good for testing purposes)
  26. voice_recordtofile "0" // Turn off the microphone recording to a file, 1 = Record mic data and decompressed voice data into voice_micdata.wav
  27.  
  28. windows_speaker_config "1" // def. -1 - What audio setup to use (-1 = Automatic, 1 = Headset, 4 = StereoSpeakers, 3 = 4Speakers, 6 = 5.1 Surround)
  29.  
  30. dsp_enhance_stereo "0" // def. 0 - Enhanced (Software 3D) Stereo Sound (use with windows_speaker_config 1 or 4)
  31. snd_mute_losefocus "1" // def. 1 - Mute Ingamesound when tabbing out of the Game, 0 = CS:GO sounds in Windows
  32. snd_mixahead "0.05" // def. 0.1 - Soundbuffer size/length - Sounds are played faster for client (faster audio processing, too low value can cause problems for "bad" audio setups)
  33. snd_legacy_surround "0" // def. 0 - 1 = Workaround for people experiencing soundproblems under Windows Vista/7.
  34. snd_headphone_pan_exponent "2" // def. 1 - Makes the sound dropoff more gradual (2 = louder sound on distance, at the cost of worse in closecombat)
  35. snd_headphone_pan_radial_weight "1" // def. 1 - Apply cos(angle) * weight before pan law (Less aggressive fade of sound on distance, then value of 2)
  36. snd_pitchquality "1" // Sound pitch quality
  37. snd_front_headphone_position "90" // Specifies the position (in degrees) of the virtual front left/right headphones (45 optional)
  38. snd_rear_headphone_position "90" // Specifies the position (in degrees) of the virtual rear left/right headphones (135 optional)
  39. snd_prefetch_common "1" // def. 1 - Prefetch common sounds from directories specified in scripts/sound_prefetch.txt (Less audio files loading while playing)
  40.  
  41. snd_ducking_off "1" // def. 1 - Lower game sounds when somebody is speaking (0 = Activate feature, 4 commands below)
  42. snd_ducktovolume "0.7" // def. 0.55 - Volume to lower the sound to
  43. snd_duckerattacktime "0.5" // def. 0.5 - How fast the sound goes from normal to ducktovolume and vice versa
  44. snd_duckerreleasetime "2.5" // def. 2.5 - How long before volume goes back to normal
  45. snd_duckerthreshold "0.15" // def. 0.15 - How long before the volume starts going lower
  46. permalinkembed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement