Raised This Month: $ Target: $400
 0% 

Net_maxfilesize


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Spyres
Member
Join Date: Nov 2013
Old 07-11-2014 , 15:16   Net_maxfilesize
Reply With Quote #1

Hello,

I am currently having an issues with net_maxfilesize on my csgo server. The server is running standard commands, no mods and no sourcemod. I have been reading around about this issue and people say put net_maxfilesize <size> in the server.cfg which I did but still get the same issue or have a download page and use sv_allowdownload , I havent tried the web server download because I am worried that the server will still reject it since in console it is telling me 16 mb limit (http://prntscr.com/41o3t0). I did put the net_maxfilesize amount in my server.cfg 30mb more than the biggest map size. Oh and I even reinstalled the server from scratch.

Please could you help me with a solution. It would be much appreciated.

Regards SPYRES
Sunny South Africa
Spyres is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 07-11-2014 , 16:33   Re: Net_maxfilesize
Reply With Quote #2

If you set sv_downloadurl, you do not have to worry about net_maxfilesize.

Better setup web hosting and set sv_downloadurl
or increase net_maxfilesize to 64 (maximum is 64) and put maps which is below than 64mb.
Amroth is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-11-2014 , 16:37   Re: Net_maxfilesize
Reply With Quote #3

In csgo, it's hidden cvar
Code:
net_maxfilesize
Unknown command "net_maxfilesize"
help net_maxfilesize
"net_maxfilesize" = "16" min. 0.000000 max. 64.000000                            - Maximum allowed f
ile size for uploading in MB
So you need plugin to change that.
sm_cvar net_maxfilesize 64
Code:
sm_cvar net_maxfilesize 64
[SM] Changed cvar "net_maxfilesize" to "64".
L 07/11/2014 - 23:17:55: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "net_m
axfilesize") (value "64")
help net_maxfilesize
"net_maxfilesize" = "64" ( def. "16" ) min. 0.000000 max. 64.000000              - Maximum allowed f
ile size for uploading in MB
And net_maxfilesize only affect when you not have upload host, empty sv_downloadurl ""
srcds start upload missing files from itself to players.

When you have upload host sv_downloadurl "http://your.url.com/csgo"
Players start download missing files from there instead server.

Lately, in csgo,
if you bzip2 files from upload host,
players can't download packed files which are bigger than 150MB.
Players need set in they own game download size -maxdownloadfilesizemb much bigger.
https://forums.alliedmods.net/showth...94#post2132294

Alternative choice is not pack files at all from upload host.
Thread: How to setup FastDL on CS:GO?
Bacardi is offline
Spyres
Member
Join Date: Nov 2013
Old 07-12-2014 , 02:49   Re: Net_maxfilesize
Reply With Quote #4

Thank you very much, I will give it a try.

SPYRES
Spyres 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 14:13.


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