the daily inxling!

sv_downloadurl / fast downloads for Counterstrike Source

Posted by Olly in Tutorials

The following tutorial will talk you through setting up Fast Downloads through the sv_downloadurl cvar for Counterstrike Source.

I’m assuming already that you have a working knowledge of FTP / adding maps to your game server, and have uploaded any custom maps to your game server, and they’re working ok.

1. Set up web hosting

First, you need to get hold of some web hosting, free or paid. If you are an INX customer, you can currently (as of April 2008 at the time I write this!) set up free web hosting on your control panel.

In this tutorial, I’ll assume you are using our free web hosting.

Connect via FTP to your free web hosting.

Navigate to the public_html folder.

Here we are going to copy exactly, the structure of your game server. You’ll need to create new folders, and subfolders. When you’ve finished, the directory structure should look like this:

public_html
– srcds_l
—-cstrike
——maps

The rest is simple. Upload your custom maps (including all the files that they come with) to your maps folder.

Warning:

If you want to add skins, sounds etc, then these also need uploading, again, using exactly the same structure as your game server.

2. Editing server.cfg

The easiest way to do this is via the file editor on the INX Control Panel.

Go to the file editor, and select to edit server.cfg.

Let’s imagine your free webspace URL is ‘http://mydownloads.inx-gaming.co.uk’. If you have uploaded your folders and files correctly, you should be able to load and see:

mydownloads.inx-gaming.co.uk/srcds_l/cstrike

So, copy and paste the following into server.cfg:

sv_downloadurl “http://mydownloads.inx-gaming.co.uk/cstrike/”
sv_allowupload 1
sv_allowdownload 1

Obviously, substitute in your URL that you’ve setup ;)

Finally, reboot your server!

If you’ve done everything above right, it should work fine.

Are you a current customer? Have any problems? You can contact our support team - http://support.inx-network.com

If you aren’t a customer and would like a game server with fast downloads, then you can order a game server via our website.

www.inx-gaming.co.uk

Enjoy :)

 

 

Posted in Tutorials | 5 Comments

5 Responses to “sv_downloadurl / fast downloads for Counterstrike Source”



Chris

May 24th, 2008 at 2:48 pm

i have everything you told me and it still doesn’t work. I have had this on my old server but with the new one it doesn’t seem to work.

sv_downloadurl “http://letsgetcssclan.com/cstrike/”
sv_allowupload 1
sv_allowdownload 1

That is what i have along with all the files properly done any ideas?

Dave

June 2nd, 2008 at 3:56 pm

I think there is an error in the download URL line.

Should it not be

sv_downloadurl “http://mydownloads.inx-gaming.co.uk/srcds_1/ctrike/”

not sv_downloadurl “http://mydownloads.inx-gaming.co.uk/ctrike/”

Olly

June 9th, 2008 at 1:38 pm

I’ve fixed that error, thanks for pointing out Dave.

Chris, if you need help with a server you need to contact support please.

ion iordache

June 13th, 2008 at 9:19 pm

i think is an eror io the download

McConaghy475

October 29th, 2008 at 1:45 am

thanks for the help lads :)

uploading now so hopefully all will be okay

i used the command

sv_downloadurl “http://iridiummaps.inx-gaming.co.uk/srcds_1/orangebox/dod”


Leave a Reply