11-06-2007, 03:42 AM
Mooga Wrote:This might help you:
Code:
// start download cvars
sv_allowupload 1
// allow custom decals to be uploaded. 0 is off 1 is on
sv_allowdownload 1
// allow files to be downloaded from the server. 0 is off 1 is on
net_maxfilesize 75
// Max download file size. Default is 15
//For custom maps you want this BIG, thus 75
sv_downloadurl "http://MYWEBSITE.COM/tf2/"
//redirect download location
Set up one of the other computers as a HTTP server can direct the sv_downloadurl at it. You can use the IP instead of a domain.
Yo, Thnx for this but still my question i believe is unanswered, I asked if there is a way to set the server to upload things such as weapon skins, custom textures, anything that will customise the game, this is my question :S
I said i found out the answer to that myself
