Closed Kefta closed 3 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.
It's really annoying...
Or a command-line flag :)
Your should be able to already disable this by adding nodegraph 0
to your gameinfo.txt
on the server.
@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.
Any update on this?
Add sv_no_ain_files, defaults to 0
here
Most servers don't send .ain files and don't rely on them for nodegraphs anymore.