Npc route
cooling towers stock illustration types of bees characters copper mail boxes stainless steel fasteners oxy cotton free logo billie joe the birthday massacre bargain news back exercises garage door opener parts photo software rocket summer camera tripod vibrater irish wedding blessing infomercial fitness product endorser sr71 discount area rugs chalk board overgrow phantom of the opera mp3 map of idaho project pat self tanner marge simpsons herbalife distributors home insurance quotes macau starbucks locations fake britney spears love symbol calvinism reptile cages fedora hats clockwork orange golf handicap weight loss program breast expansion party tents tool chest pam and tommy lee strapon superpages.com spark plug idiot proof diet black college reunion southern living at home gold watches electromagnetism hoaxes soulfly mbna net access aluminum tool boxes bet uncut tupperware sale chester county pa realtor saga aunt nephew karla homolka video claudia chase conspiracies cpt codes wiley country songs freddy krueger winstrol v caress winzip baseball odds modern dance joyce dewitt india king crimson lab equipment action action family medical leave act office cubicle accessories christiano ronaldo undone ukraine valencia community college christina milian video game history anvil squares jaime lee curtis cupcake can crusher greenday mp3 online trading cincinnati oh real estate network marketing strategy norman rockwell dish network dale earnhardt jr. toyota van salute your shorts Template:Wrongtitle
The npc_route
console command is a debugging tool for debugging the route that an NPC is using to navigate to a target destination. The route consists of a set of waypoints. Waypoints are either an info_node entity placed by the level designer, or a dynamically generated point used to triangulate around an obstacle.
Example

An example of npc_route
in action. The npc_zombie is attempting to move from the right of the screen to the left (he is operating under the instruction of the npc_go command). The waypoints are represented by small squares, and the lines between the waypoints represent the route. Note the dynamic triangulation route built to avoid the barrel, represented by the cyan link.
Notes
The color of the route lines represent the type of route built from each waypoint to the next. The colors are as follows:
- Blue
- Standard path to the next waypoint.
- Cyan
- The path to a triangulation waypoint. These are dynamically generated by NPCs when they detect objects in their path, in an attempt to navigate around the obstacle.
- Red
- The NPC will perform a jump from this waypoint to the next.
- Maroon
- The final path to the destination point.
Usage
npc_route
- This will toggle the route display for the NPC under your crosshair, if any.
npc_route <entity index>
- This will toggle the route display for the NPC matching the specified entity index, if any.
npc_route <name>
- This will toggle the route display for all NPCs whose classname matches the specified name, or whose targetname matches the specified name.