01-07-2009, 02:01 AM
Okay, i've been trying to set my sv_downloadurl up for a few days now, with no luck.
I'm quite experienced with web server management, but a complete newbie to srcds.
The game i'm using is garrysmod, and i've added this
To both Game.cfg and Server.cfg, as my server.cfg tends not to load certain commands, primarily sv_ commands. I just put it in both to save time, i don't think it really matters.
Another thing i'm concerned about, do i have to add a resource.lua file to download the files from my website or does it just download it all automatically?
I uploaded the; cache, maps, resource, addons, materials and models folders to the web server, using the same structure as the garrysmod directory. Is it required that i make my webserver path "/orangebox/garrysmod" or just "garrysmod"?
I'd really appreciate some help with this, it's really annoying me, as i want to distribute new maps and weapons to my clients.
Thanks very much for any help.
I'm quite experienced with web server management, but a complete newbie to srcds.
The game i'm using is garrysmod, and i've added this
Code:
sv_downloadurl "http://www.mysite.co.uk/garrysmod/"
sv_allowupload 1
sv_allowdownload 1
To both Game.cfg and Server.cfg, as my server.cfg tends not to load certain commands, primarily sv_ commands. I just put it in both to save time, i don't think it really matters.
Another thing i'm concerned about, do i have to add a resource.lua file to download the files from my website or does it just download it all automatically?
I uploaded the; cache, maps, resource, addons, materials and models folders to the web server, using the same structure as the garrysmod directory. Is it required that i make my webserver path "/orangebox/garrysmod" or just "garrysmod"?
I'd really appreciate some help with this, it's really annoying me, as i want to distribute new maps and weapons to my clients.
Thanks very much for any help.