This is a simple Garry's Mod addon/tool that checks if there are AI Nodes on the map you're playing on.
I created this to more easily check if AI Nodes were working on the map I was on. This isn't meant for serious use, but hopefully you can find some use out of it.
You can download it on the Steam Workshop - but if you're aiming to actually contribute to this, refer to the section below.
The actual use of this addon is very simple. Go to the console, type in check_nodes, and the console will tell you whether the map has AI Nodes or not.
If you want to contribute to this, installing the actual addon files to Garry's Mod is also pretty straight forward.
- Intall this repository.
- Go to Garry's Mod in your Steam Library and click the Settings Gear icon.
- From there, go to Manage > Browse Local Files. This should open the GMOD directory.
- Go to garrysmod > addons and drag the "nodechecker" folder into the "addons" folder.
- Start up Garry's Mod and load into a map.
After that, you'll be able to edit the lua file in whatever text editor/IDE you use, and see the live results in your session (as Garry's Mod will detect the changes in the Lua file and refresh it automatically).