Raised This Month: $32 Target: $400
 8% 

Download in a linux server?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Samantha
SourceMod Donor
Join Date: Feb 2010
Location: Madagascar
Old 04-18-2010 , 17:30   Download in a linux server?
Reply With Quote #1

I have been having problems setting up download in a linux server. The code works on a windows one but not on a linux one for some reason. Are the paths different or does something change cause ive seen some differences between the too. Thanks for your help.
Samantha is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 04-18-2010 , 21:08   Re: Download in a linux server?
Reply With Quote #2

Try removing or adding a slash at the end of the downloadurl. /
__________________

DontWannaName is offline
Samantha
SourceMod Donor
Join Date: Feb 2010
Location: Madagascar
Old 04-18-2010 , 21:52   Re: Download in a linux server?
Reply With Quote #3

That didnt work, thanks for trying though. Ill give u an example of the format im using.

models/money/broncoin.dx90.vtx

Im very sure its there cause ive reput it and check it over 10 times now lol.
Samantha is offline
vampire2k
SourceMod Donor
Join Date: Oct 2005
Location: Germany
Old 04-18-2010 , 22:30   Re: Download in a linux server?
Reply With Quote #4

Is the downloadurl webserver running on linux? Check that the files and directories have the correct case (models\something.mdl is something different than Models\Something.mdl ;) )
vampire2k is offline
Samantha
SourceMod Donor
Join Date: Feb 2010
Location: Madagascar
Old 04-18-2010 , 22:43   Re: Download in a linux server?
Reply With Quote #5

Havent even set up downloadurl server, because its not even adding the download on the normal download, players right now dont have to download anything

Code:
Server.cfg:

sv_allowdownload "1"
sv_allowupload "1"
sv_maxrate 30000
sv_minrate 4000
//sv_maxupdaterate 30
//sv_minupdaterate 10
net_maxfilesize 64
sv_pure "0"
Samantha is offline
vampire2k
SourceMod Donor
Join Date: Oct 2005
Location: Germany
Old 04-18-2010 , 23:22   Re: Download in a linux server?
Reply With Quote #6

If it's not downloading at all its not precached or not added to the download table.
vampire2k is offline
dungeon
Senior Member
Join Date: Sep 2009
Old 04-19-2010 , 02:24   Re: Download in a linux server?
Reply With Quote #7

sv_consistency 1
sv_allowdownloads 1
sv_allowuploads 1

Make sure they are all in your server.cfg

Also you might want to try disabling downloadurl by adding

// sv_downloadurl ""

I would also recommened temporarily setting purity to 0 with

sv_pure 0

then as soon as you know the custom content actually works add it all to you whitelist and then put purity back onto 1

Last edited by dungeon; 04-19-2010 at 02:27.
dungeon is offline
Reply


Thread Tools
Display Modes

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 05:46.


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