|
Post by Chu-Chu on Aug 25, 2006 10:19:55 GMT -5
To disable automatic sound downloads from Source servers.
Add this cvar to your autoexec.cfg file, and you will not have to download sounds from the server:
code: cl_downloadfilter "nosounds"
To create an autoexec.cfg file
Open Notepad (Start button >> Programs >> Accessories >> Notepad)
Type the above code in the Notepad file.
Click File >> Save. In the "Save as type" box select "All Files." Then type "autoexec.cfg" (without the quotes) as the "File Name".
Save the file to your cfg folder.
Once you have done this how do you know you have done it correctly? Type "cl_downloadfilter" in the console; then press enter. You should see the following:
code:------] cl_downloadfilter "cl_downloadfilter" = "nosounds" ( def. "all" ) archive
- Determines which files can be downloaded from the server (all, none, nosounds
If you see that exact code, then you have the cvar set to not download sounds.
~Chu
|
|