Net maxfilesize: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (moved Net maxfilesize 95 to Net maxfilesize: There should be no argument in the page name.)
(Maximum is 64. Large downloads should be done via web server if possible.)
Line 7: Line 7:
== Configuring ==
== Configuring ==


You will need to edit your server.cfg file for this. Your server.cfg file should be in your cfg folder. Set net_maxfilesize 60
You will need to edit your server.cfg file for this. Your server.cfg file should be in your cfg folder. The limit for ''net_maxfilesize'' is 64. Setting ''net_maxfilesize'' to this value will allow clients to download content which is 64MB or smaller in size.
You should set your max file size to something around 80
This will allow clients to download content which is 80mb or smaller in size.


== Alternative ==
''net_maxfilesize'' only affects slow downloads via the Source Dedicated Server. Consider using a web server instead if possible, which allows much faster downloads. The cvar for this is [[sv_downloadurl]].


== External Links ==
== External Links ==

Revision as of 06:37, 8 July 2012


net_maxfilesize Allow servers to download large map files, sounds, textures and models to your computer without hassle.

"The server is running my map fine but clients get 'missing BSP' message??"

Configuring

You will need to edit your server.cfg file for this. Your server.cfg file should be in your cfg folder. The limit for net_maxfilesize is 64. Setting net_maxfilesize to this value will allow clients to download content which is 64MB or smaller in size.

Alternative

net_maxfilesize only affects slow downloads via the Source Dedicated Server. Consider using a web server instead if possible, which allows much faster downloads. The cvar for this is sv_downloadurl.

External Links