Facepunch / garrysmod-requests

Feature requests for Garry's Mod
85 stars 24 forks source link

ConVar to disable map graph sending over FastDL #508

Closed Kefta closed 3 years ago

Kefta commented 9 years ago

Most servers don't send .ain files and don't rely on them for nodegraphs anymore.

ghost commented 6 years ago

This would be particularly useful for servers which don't even use npcs. pvp based gamemodes, or ones that explicitly use nextbots have no use for .ains.

Rather than just disable them being sent (from fastdl and serverdl), it should also disable them being auto-generated.

wasplay commented 6 years ago

It's really annoying...

Kefta commented 6 years ago

Or a command-line flag :)

robotboy655 commented 4 years ago

Your should be able to already disable this by adding nodegraph 0 to your gameinfo.txt on the server.

Kefta commented 4 years ago

@robotboy655 is correct. A better method of toggling this behaviour without modifying the gameinfo.txt would still be preferable though as this is probably something a lot of server owners would do were it more accessible/they knew about it.

MyDimeIsUp commented 3 years ago

Any update on this?

robotboy655 commented 3 years ago

Add sv_no_ain_files, defaults to 0

here