Difference between revisions of "PATH"
Line 58: | Line 58: | ||
| G || Median || float || | | G || Median || float || | ||
* Pedestrian traffic: width of walkway | * Pedestrian traffic: width of walkway | ||
− | * Road traffic: width of divider between left and right lanes | + | * Road traffic: width of divider between left and right lanes. This is ignored for internal nodes |
|- | |- | ||
− | | H || LeftLanes || integer || Number of lanes left of the node | + | | H || LeftLanes || integer || Number of lanes left of the node. This is ignored for internal nodes |
|- | |- | ||
− | | I || RightLanes || integer || Number of lanes right of the node | + | | I || RightLanes || integer || Number of lanes right of the node. This is ignored for internal nodes |
|- | |- | ||
| J || SpeedLimit || integer || Sets the speed of vehicles traveling through the path | | J || SpeedLimit || integer || Sets the speed of vehicles traveling through the path |
Revision as of 23:12, 11 September 2015
Short description: | Used to define paths for traffic | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Supported games: | GTA VC | |||||||||||||||||||||
IPL Sections:
|
PATH is a section in the item placement file. It is used to define paths for traffic. Paths are grouped into nodes, each with at most 12 sub-nodes. The group nodes define the type of vehicle going to be used by the sub nodes. Sub nodes contain path coordinates which are linked to each other. There are two kinds of links:
- internal links – connecting nodes within the same group.
- external links – connecting nodes over two different groups.
Format
path GroupType, -1 NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, X, Y, Z, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate end
Description
Consider a small segment of the line in vehicle paths node. The group has to be defined and then there must be 12 nodes inside it. If the total number of internal and external nodes in a group is not 12, then the remaining should be filled with null nodes.
The internal nodes define the connections inside the group whereas the external nodes define the connections to other group. External nodes in a group are connected to other external nodes in different group external sub-nodes by having the same coordinates.
Spawns are always made in internal nodes, and external nodes only act as a link. For vehicles, lane information and the median width inside internal nodes are ignored, those information are only retrieved from external nodes. And also for vehicles, junctions are always kept in a separate group and external nodes of the group must always point to beginning of a connected line segment, whereas pedestrian nodes can mix the two.
One can add a maximum of 4 paths group in Vice City though this limit can be increased by Maxorator's Path hacks. [1]
Tools and scripts
- GTAForums: In-Game Paths Maker – by Swoorup
- ^ Maxorator's Path Limit Hack – by GTAForums: Maxorator
External links
- Description of the Vice City paths format – by Cerbera
- In-Game Paths Maker for VC – by Swoorup
- Flags description – by AK-73
- Statistics for paths.ipl – by Steve-m