AIN

From Valve Developer Community
Revision as of 08:40, 16 May 2018 by Gatelych83 (talk | contribs) (Undo revision 206567 by 3rlite (talk) This is for .ain not .nav files)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

An AIN file is a nodegraph for Source engine games. It stores information relating to info_nodes and their proximity and visibility for use by the AI for movement around a map. AIN files are automatically generated by the game. If there is no existing AIN file specific to that map, or if it was generated for an older version of that map, the AIN file ( <MAP_NAME>.ain ) is generated by the game. The message "Node graph out of date. Rebuilding..." is printed to the screen when a build or rebuild is occurring.

The graph files are stored in the ..\<game>\maps\graphs directory.