Difference between revisions of "Paths"

From GTAMods Wiki
Jump to navigation Jump to search
(See also)
 
Line 1: Line 1:
 
'''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.
 
'''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 [[IPL]]s. [[GTA San Andreas]] and [[GTA IV]] use a collection of binary files which are linked to 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.
  
 
+
The following articles give more details about the game specific path versions:
== See also ==
 
 
* {{Icon|3}} [[PATH_(IDE_Section)|GTA III's Paths System]]
 
* {{Icon|3}} [[PATH_(IDE_Section)|GTA III's Paths System]]
 
* {{Icon|VC}} [[Paths (Vice City)|GTA VC's Paths System]]
 
* {{Icon|VC}} [[Paths (Vice City)|GTA VC's Paths System]]
Line 10: Line 9:
 
* {{Icon|4}} [[Paths (GTA4)|GTA IV's Paths System]]
 
* {{Icon|4}} [[Paths (GTA4)|GTA IV's Paths System]]
  
== External Links ==
+
== External links ==
 
 
 
* {{GTAF|93990|Paths Documentation for SA, VC and GTA3}} - Topic by {{U|REspawn}} detailing Vice City's paths
 
* {{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}}
 
* [http://projectcerbera.com/gta/vc/tutorials/paths Explanation of the path-section in a VC IPL] - by {{U|Cerbera}}
  
{{N|4|SA}}
+
{{N|4|SA|VC|3}}
[[Category:Map Formats]][[Category:GTA 3]][[Category:GTA VC]]
+
[[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