Difference between revisions of "PATH"
m |
|||
Line 80: | Line 80: | ||
== Description == | == 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. | |
− | |||
− | One can add a maximum of | + | 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, lanes inside internal nodes are ignored. 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. | ||
+ | |||
+ | One can add a maximum of 4 paths group in Vice City though this limit can be increased by Maxorator's Path hacks. {{ref|1}} | ||
== Tools and scripts == | == Tools and scripts == |
Revision as of 23:08, 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, lanes inside internal nodes are ignored. 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.
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