Path corner: Difference between revisions
Jump to navigation
Jump to search
Tom Edwards (talk | contribs) mNo edit summary |
Tom Edwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
There are two ways to forcibly move AI: through path_corner entities or choreography. Choreography goes beyond the scope of this document and will be ignored. We shall instead focus on path_corners, which are simple: make one, name it, then shift+drag it to create the next path_corner in the chain. | |||
To manually make a chain (or link one up in a circle), edit the 'Next stop target' property. Note that the 'Train Speed' values are obsolete unless you are making a path for a func_train. | |||
Once you have the path laid out, go to your AI entity and set 'Target Path Corner' to the path_corner you want it to enter at. | |||
[http://www.btinternet.com/~varsity_uk/VDC/Source_AI/apc_drive.zip Example map (VMF)] | |||
Note that the example map does not have any info_nodes. They are not needed to have AI follow a path. | |||
[[Category:AI]] |
Revision as of 09:42, 29 June 2005
There are two ways to forcibly move AI: through path_corner entities or choreography. Choreography goes beyond the scope of this document and will be ignored. We shall instead focus on path_corners, which are simple: make one, name it, then shift+drag it to create the next path_corner in the chain.
To manually make a chain (or link one up in a circle), edit the 'Next stop target' property. Note that the 'Train Speed' values are obsolete unless you are making a path for a func_train.
Once you have the path laid out, go to your AI entity and set 'Target Path Corner' to the path_corner you want it to enter at.
Note that the example map does not have any info_nodes. They are not needed to have AI follow a path.