SRCDS Steam group


Make clients download a file?
#1
Very simple, very noobish question, but how do you make clients download a file? My map plays a sound in ambient_generic, and how can I make the clients download that sound?

I put it in the sound/chambers/ directory of the server, but nobody can download it. Please help. Toungue
Reply
#2
sv_allowdownload 1 in server.cfg
Clients cl_allowdownload "1" in their config.cfg or in console.
Reply
#3
Arjen Wrote:sv_allowdownload 1 in server.cfg
Clients cl_allowdownload "1" in their config.cfg or in console.

Nevermind, I fixed it. I just used Pakrat to embed the files, instead of using a resource list. Thanks anyways though.
Reply
#4
In a more generic sense, you have to use the pure server whitelist and the whitelist.
Reply
#5
Do I need sv_pure set?
Reply
#6
Code:
// Allows ALL custom files to be used.
sv_pure 0

// Allowing only files set in whitelist.txt to be used.
sv_pure 1

// Allows nothing at all!
sv_pure 2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)