I set up IIS for my gmod server And It works perfectly. (here is my address [url]ftp://predatorscompany.com:83/garrysmod/maps/[/url] )
So i modify the sv_downloadurl settings to sv_downloadurl "http://predatorscompany.com:83/garrysmod/" But it was not worked at all.
i even tried to make it as :
[text]
sv_downloadurl "predatorscompany.com:83/garrysmod"
sv_downloadurl "ftp://predatorscompany.com:83/garrysmod/"
sv_downloadurl "http://predatorscompany.com:83/garrysmod/"
[/text]
Now, I have no idea what should i do And i wated bunch of time and dont know what i have to do
I am unsure as to whether or not an ftp server can be used to serve files using fast download.
Try using the apache server that seems to be running on your box ([url]http://predatorscompany.com/garrysmod[/url]) and then setting sv_downloadurl to "http://predatorscompany.com/garrysmod" :).
[QUOTE=KyleWollasto;32278397]I am unsure as to whether or not an ftp server can be used to serve files using fast download.
Try using the apache server that seems to be running on your box ([url]http://predatorscompany.com/garrysmod[/url]) and then setting sv_downloadurl to "http://predatorscompany.com/garrysmod" :).[/QUOTE]
Yep,I have already installed the apache program but How do i share the cache folder automatically? ( As you know the cache files are being changed frequently...)
If your web server and game server reside on the same machine, you would just create a symbolic link to the cache folder inside your fastdl folder. Linux would use ln and Windows would use mklink (not sure about mklink).
Also, you have installed apache but do you know how to set up the fastdl and add your files? Go to the root of your install and open the htdocs directory (default) and then create a garrysmod folder. Then you treat it as a normal fastdl directory. Create the cache symlink here. You may also wish to create a symlink to your maps directory.
-snip- THANKS YOU
I don't know why you rated me Lua helper when this has nothing to do with Lua :smile:. In fact, this is in the wrong forum o.O. But you're welcome anyways!
Sorry, you need to Log In to post a reply to this thread.