View Single Post
Author Message
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 09-19-2013 , 14:09   net_maxfilesize and FastDL
Reply With Quote #1

I want to allow sprays so having set allowupload & allowdownload to 1, should be correct.
Now I've a fast dl which should not be affected by "net_maxfilesize", correct ?

Would it be usefull if I set net_maxfilesize to something like: 1 or even lower if possible ?
(IIRC: Sprays should be max 512kb)

Code:
sv_allowupload 1        // Allow clients to upload customizations files
sv_allowdownload 1        // Allow clients to download files
net_maxfilesize 64        // Maximum allowed file size for uploading in MB
edit: "net_maxfilesize 64 // Maximum allowed file size for uploading in MB"
Does that mean the client can upload this max file size to the server ? I'm confused ...
__________________

Last edited by AeroAcrobat; 09-19-2013 at 14:25.
AeroAcrobat is offline