Custom Sounds
Rattrap
Join Date: 2003-02-17 Member: 13661Members
hey people I have a simple question. How do I make it so that when clients connect to my server they have to download some sounds. I know for specific maps you use a .res file to list the files that should be downloaded, but what about for the whole server in general, not dependant on map?
-Rattrap
-Rattrap
Comments
-Rattrap
he want's general sounds, you do not need to add them to the .res afaik..
1) Unless you overwrite the files of the same name, they will download them but they wont USE them, since maps specify the names of the sound files to use in the .bsp during the compiling of the .map be they map speficic or the generic NS sound files.
2) Assuming for the moment that the above is not a problem for you, remeber that the minute they join a server using the base sounds or their own custom sounds, the client will have to download them all over again, which most clients are unwilling to do.