Raised This Month: $51 Target: $400
 12% 

[TF2]Cant upload maps


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
petomatick
Member
Join Date: Sep 2010
Old 11-11-2010 , 19:30   [TF2]Cant upload maps
Reply With Quote #1

Well hello people!
I've got this strange problem. My clients cant download custom maps from my server!
But they can download anything else. Even the .nav files!
This means players that doesent have the map are just kicked.
I tried with net_maxfilesize 99 but it didnt work.
Also ,sv_allowupload 1, sv_allowdownload 1 but it still doesent work!
What is missing?
__________________
Your destiny lies within the true power of pancakes.
petomatick is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-12-2010 , 11:04   Re: [TF2]Cant upload maps
Reply With Quote #2

Server cvars
Code:
sv_allowdownload 1
//Players allowed download server files

sv_downloadurl ""
//When no url, file uploaded through server and start use net_maxfilesize

net_maxfilesize 64
//How big files players allowed download, 64MB max
//Of cource if map is bigger than 64mb, players can't download
when use called "Fastdownload"...
If files are not show public from that URL path, players can't download map.
You can check visit that URL-path via web browser.
Code:
sv_allowdownload 1

sv_downloadurl "http://your.domain.net/cstrike"
// URL where players download files, net_maxfilesize not affect

Clients cvars
Code:
cl_downloadfilter all
// Players can downlaod all sounds and files from server

cl_allowdownload 1
// Player can download other players spray, pictures
__________________
Do not Private Message @me
Bacardi is offline
petomatick
Member
Join Date: Sep 2010
Old 11-12-2010 , 13:08   Re: [TF2]Cant upload maps
Reply With Quote #3

Well i use this free domain hosting crap named "t35.com" and there you can't upload files larger than 1MB so i upload .nav files there and sound files are still downloaded from the server. So do i have to remove sv_downloadurl when uploading maps?
__________________
Your destiny lies within the true power of pancakes.
petomatick is offline
Lob (UK
Veteran Member
Join Date: Jun 2009
Old 11-12-2010 , 16:09   Re: [TF2]Cant upload maps
Reply With Quote #4

Quote:
Originally Posted by petomatick View Post
Well i use this free domain hosting crap named "t35.com" and there you can't upload files larger than 1MB so i upload .nav files there and sound files are still downloaded from the server. So do i have to remove sv_downloadurl when uploading maps?
When you set the sv_downloadurl "whatever" setting in your server.cfg, you are basically giving an instruction to the Server to redirect Clients to download any custom content required from the url you provided instead of downloading them from the Server. If you remove the sv_downloadurl "whatever", then all custom files will download from the Server.

- Lob (UK)
Lob (UK is offline
petomatick
Member
Join Date: Sep 2010
Old 11-12-2010 , 18:05   Re: [TF2]Cant upload maps
Reply With Quote #5

Ok, thanks for the answers. So this means that i have to get a better hoster (i already have payed for webs.com but is that enuff?) and upload every file in compressed format. That takes a looong time doesn't it?

EDIT: Is there an easier way to do this than to compress each and every file and put it up? Or could i somehow tell the server to check the url for files and if the file isnt in the url it does it from the server?
__________________
Your destiny lies within the true power of pancakes.

Last edited by petomatick; 11-12-2010 at 18:10.
petomatick is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode