Difference between revisions of "Paths"

From GTAMods Wiki
Jump to navigation Jump to search
m (See also)
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Paths are special structures of waypoints which define AI spawns (such as PEDs, Cars and Boats) and the way the AI Unit takes. They only control the appearance and other information about the AI.
+
'''Paths''' are special structures of waypoints which define random AI spawns (such as peds, cars and boats) and the possible route an AI agent can take.
  
All 3D GTA games use different paths systems. [[GTA III]] uses an IDE-Related paths-system which binds paths to certain objects. [[GTA Vice City]] uses groups of mapped paths defined in IPLs. [[GTA San Andreas]] and [[GTA IV]] use a collection of binary files which are linked with each other.
+
All 3D GTA games use different paths systems. GTA III uses an [[IDE]]-related paths system, which binds paths to certain objects. Vice City uses groups of mapped paths defined in [[IPL]]s. San Andreas and GTA IV use a collection of binary files which are linked to each other.
  
== See also ==
+
The following articles give more details about the game specific path versions:
* [[Image:Gta3.png|16px]] [[IDE#PATH|GTA III's Paths System]]
+
* {{Icon|3}} [[PATH_(IDE_Section)|GTA III's Paths System]]
* [[Image:Vc.png|16px]] [[IPL#PATH|GTA VC's Paths System]]
+
* {{Icon|VC}} [[Paths (Vice City)|GTA VC's Paths System]]
* [[Image:Sa.png|16px]] [[Paths (GTA SA)|GTA SA's Paths System]]
+
* {{Icon|SA}} [[Paths (GTA SA)|GTA SA's Paths System]]
* [[Image:GTAIV.png|16px]] [[Paths (GTA4)|GTA IV's Paths System]]
+
* {{Icon|4}} [[Paths (GTA4)|GTA IV's Paths System]]
  
[[Category:Map Formats]][[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]]
+
== External links ==
 +
* {{GTAF|93990|Paths Documentation for SA, VC and GTA3}} - Topic by {{U|REspawn}} detailing Vice City's paths
 +
* [http://projectcerbera.com/gta/vc/tutorials/paths Explanation of the path-section in a VC IPL] - by {{U|Cerbera}}
 +
 
 +
{{N|4|SA|VC|3}}
 +
[[Category:Map Formats]]

Latest revision as of 20:54, 26 August 2015

Paths are special structures of waypoints which define random AI spawns (such as peds, cars and boats) and the possible route an AI agent can take.

All 3D GTA games use different paths systems. GTA III uses an IDE-related paths system, which binds paths to certain objects. Vice City uses groups of mapped paths defined in IPLs. San Andreas and GTA IV use a collection of binary files which are linked to each other.

The following articles give more details about the game specific path versions:

External links