Difference between revisions of "Paths"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
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 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.
  
All GTA games after GTA3 use different paths systems. [[:Category:GTA 3|GTA III]] uses a IDE-Related paths-system which binds paths to certain objects. [[:Category:GTA VC|GTA Vice City]] uses groups of mapped paths defined in IPLs. [[:Category:GTA SA|GTA San Andreas]] and [[:Category:GTA 4|GTA 4]] 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. [[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.
  
[[IDE#PATH|GTA III's Paths System]]<br>
+
== See also ==
[[IPL#PATH|VC's Paths System]]<br>
+
* [[IDE#PATH|GTA III's Paths System]]
[[GTA_SA_Paths|SA's Paths System]]<br>
+
* [[IPL#PATH|GTA VC's Paths System]]
[[Paths_(GTA4)|GTA4's Paths System]]
+
* [[GTA_SA_Paths|GTA SA's Paths System]]
 +
* [[Paths_(GTA4)|GTA IV's Paths System]]
  
 
[[Category:Map Formats]][[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]]
 
[[Category:Map Formats]][[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]]

Revision as of 15:45, 3 February 2009

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.

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.

See also