• Fast DL server
    7 replies, posted
Hello, :D I was wondering how I make a fast download server because my gamemode is getting pretty big and I don't want guests to spend all their time downloading :/ I tried to look at other tuts but they just sort of suck (sorry if this offends you someway) I tried to use filezilla but Idk how to connect to my server :/ so if a little post of information would help alot! Thank you
If your server's really worth playing on people will be prepared to wait out the long download times.
I have to disagree with that, even if you liked a particular server you would have to be mad to download large amounts of data(100mb+) at 30kbps. To setup a fast download server you need a mirror image of your game server hosted elsewhere that can handle large amounts of data being transferred at a reasonable speed. Most game hosts provide a FastDL server. You best bet is to speak to them, they should be able to set it up for you. Otherwise you will have a LOT of uploading to do. PM if you want more information.
This is the code to insert into server.cfg. sv_downloadurl "http://YOUR-IP-HERE"
Don't forget that when ever you change any clientside lua that you will need to re upload the lua cache.
[QUOTE=Kayoran;32603010]This is the code to insert into server.cfg. sv_downloadurl "http://YOUR-IP-HERE"[/QUOTE] No, it's like this: "sv_downloadurl" "<enter IP / link here>"
[QUOTE=Cyberuben;32610505]No, it's like this: "sv_downloadurl" "<enter IP / link here>"[/QUOTE] Both will work.
OHHHH lol now I get it but there is one more thing, I uploaded my gamemode files and now do i add these files from the srcds server? cahe gamemodes help lua maps materials media models particles resource scenes scripts settings shaders sound spawnicons
Sorry, you need to Log In to post a reply to this thread.