To use sv_downloadurl you have to do a couple of things.
Ok lets say you have 3 sounds and 1 map for players to use well first we need to find webspace...
Once you have that you MIRROR what you have on your server to what you have on the web server.
Like this
Ok your 3 sounds are 1.mp3 2.mp3 and 3.mp3 and your map is aim_map2 and you have a .res file to distribute.
(I am assuming you are using Mani with auto download and you know how to make a .res file)
On your server they would be in these folders...
cstrike/sounds/admin_plugins/1.mp3
cstrike/sounds/admin_plugins/2.mp3
cstrike/sounds/admin_plugins/3.mp3
cstrike/maps/aim_map2.bsp
cstrike/maps/aim_map2.res (Helps people share .ain and .nav files)
Ok so lets say your webspace is at
http://www.svdownloadurl.com/username/
We would make a folder via ftp and name it 'cstrike'
So now your url is....
http://www.svdownloadurl.com/username/cstrike/
So now you mirrow your files on to the webserver...
.../username/cstrike/sounds/admin_plugins/1.mp3
.../username/cstrike/sounds/admin_plugins/2.mp3
.../username/cstrike/sounds/admin_plugins/3.mp3
.../username/cstrike/maps/aim_map2.bsp
.../username/cstrike/maps/aim_map2.res
These files need the permissions to allow public users to read them and download them
And in your server.cfg you will now place this CVAR
//Downloadurl CVARS
sv_downloadurl "http://www.svdownloadurl.com/username/cstrike/"
sv_allowupload 1
sv_allowdownload 1
You MUST have the quotes for the sv_downloadurl address!
***UPDATE WITH INFO ON BZIP2!***
If you want to bzip2 your files, refer here:
http://www.mani-admin-plugin.com/forums/viewtopic.php?t=8549
I may one day convert a version to here on srcds.com, but for now you need to go to M-A-P for help on that.
If you have any questions/comments please post here!
Edited by cryotek: If you need a free host check this forum post out
http://forums.srcds.com/showthread.php?tid=3197
Ok lets say you have 3 sounds and 1 map for players to use well first we need to find webspace...
Once you have that you MIRROR what you have on your server to what you have on the web server.
Like this
Ok your 3 sounds are 1.mp3 2.mp3 and 3.mp3 and your map is aim_map2 and you have a .res file to distribute.
(I am assuming you are using Mani with auto download and you know how to make a .res file)
On your server they would be in these folders...
cstrike/sounds/admin_plugins/1.mp3
cstrike/sounds/admin_plugins/2.mp3
cstrike/sounds/admin_plugins/3.mp3
cstrike/maps/aim_map2.bsp
cstrike/maps/aim_map2.res (Helps people share .ain and .nav files)
Ok so lets say your webspace is at
http://www.svdownloadurl.com/username/
We would make a folder via ftp and name it 'cstrike'
So now your url is....
http://www.svdownloadurl.com/username/cstrike/
So now you mirrow your files on to the webserver...
.../username/cstrike/sounds/admin_plugins/1.mp3
.../username/cstrike/sounds/admin_plugins/2.mp3
.../username/cstrike/sounds/admin_plugins/3.mp3
.../username/cstrike/maps/aim_map2.bsp
.../username/cstrike/maps/aim_map2.res
These files need the permissions to allow public users to read them and download them
And in your server.cfg you will now place this CVAR
//Downloadurl CVARS
sv_downloadurl "http://www.svdownloadurl.com/username/cstrike/"
sv_allowupload 1
sv_allowdownload 1
You MUST have the quotes for the sv_downloadurl address!
***UPDATE WITH INFO ON BZIP2!***
If you want to bzip2 your files, refer here:
http://www.mani-admin-plugin.com/forums/viewtopic.php?t=8549
I may one day convert a version to here on srcds.com, but for now you need to go to M-A-P for help on that.
If you have any questions/comments please post here!
Edited by cryotek: If you need a free host check this forum post out
http://forums.srcds.com/showthread.php?tid=3197