Posts: 57
Threads: 7
Joined: Aug 2007
Reputation:
0
Do you mean have a download link from an external website, and not have them download from your server?
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
sv_downloadurl "http://www.YOURWEBSITE.com/gamename/"
~ Mooga ...w00t? -
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Posts: 38
Threads: 13
Joined: Jan 2008
Reputation:
0
what do u mean? so i have to make my own website? kan i make it free or do i have to pay money to make a website?
Posts: 4
Threads: 0
Joined: Jan 2008
Reputation:
0
If I catch Mooga's drift, I think you could use, for example for a map, sv_downloadurl "http://garrysmod.org/downloads/?a=view&id=28678"
Posts: 4
Threads: 0
Joined: Jan 2008
Reputation:
0
Though if my understanding is correct, you'll need the direct download for the map.
Which is why it's suggested you get a private website (either free or paid for).
So you can use "http://www.website.com/downloads/map.bsp"
Posts: 38
Threads: 13
Joined: Jan 2008
Reputation:
0
01-20-2008, 12:55 PM
(This post was last modified: 01-20-2008, 12:57 PM by Mezri.)
i got a webspace know so i kan upload files to my website and all upload files with ftp tool and fix my website but what do in server.cfg what do i write know ? after i uploaded evrything sv_urdlwonload "? becaouse i didnt understand the gamename thing xD or do i make a new folder in ftp? called Counter Strike Source ? or css
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
01-20-2008, 02:39 PM
(This post was last modified: 01-20-2008, 11:54 PM by Mooga.)
make a folder on your website called css
add EVERY MAP to css/maps
add EVERY SOUND to css/sounds
in your server.cfg add sv_urldownload "http://www.WEBSITE.com/css"
~ Mooga ...w00t? -
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.