Need Help With Gmod10

Tils

Newbie
Joined
Aug 5, 2009
Messages
1
Reaction score
0
Hey guys.

I was wondering how do I enforce downloads on my server?I've searched around and found nothing. Anyone got any help?

Much appreciated.
 
AtomicSpark will know the answer to this one, if he doesn't post here then drop him a PM.
 
WARNING: This will increase join times for your players dramatically.

If you're using the ULX Admin Mod, you can use the ulx addForcedDownload feature (which really is just a front end to resource.AddFile) to send files to the client. Note that you can only send files from certain folders (not a limitation of ULX). I believe clients can only download from maps, materials, models, particles, and sound.

For example of this, read the server.ini in \garrysmod\addons\ulx\cfg folder. Note that you shouldn't edit this file directly, but copy the entire \garrysmod\addons\ulx\cfg folder to your \garrysmod\cfg folder. You'll notice that there are per map and per gamemode .ini files too. This lets you only send files to the clients if per say a map or gamemode needs them.

For more help with ULX and this feature, visit the Ulysses Mod Forums. For other information, consult the Garry's Mod Wiki.
 
Back
Top