Difference between revisions of "PATH (IDE Section)"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{IdeSection | {{IdeSection | ||
| name = PATH | | name = PATH | ||
− | | game = {{Icon|3}} | + | | game = {{Icon|3}} {{Icon|VC|16||Vice City (unstable)}} |
| description = Used to define paths for traffic | | description = Used to define paths for traffic | ||
}} | }} | ||
Line 7: | Line 7: | ||
== Format == | == Format == | ||
− | + | {{Pre| | |
path | path | ||
GroupType, Id, ModelName | GroupType, Id, ModelName | ||
Line 23: | Line 23: | ||
NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes | NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes | ||
end | end | ||
− | + | }} | |
{|class="wikitable center-col-1 center-col-2" style="width: 100%;" | {|class="wikitable center-col-1 center-col-2" style="width: 100%;" |
Revision as of 19:41, 1 June 2016
Supported games: | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Brief description: | Used to define paths for traffic | |||||||||||||||
IDE Sections:
|
PATH is a section in the item definition file in GTA III and Vice City. It is used to define paths for traffic. Path nodes in GTA III are attached to existing objects in a similar manner to 2DFX. In Vice City, the format of this section is equivalent to its IPL counterpart but this section is unstable and can crash the game unexpectedly.
Format
path GroupType, Id, ModelName NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, X, Y, Z, unknown, LeftLanes, RightLanes end
Identifier | Type | Description | |
---|---|---|---|
Group | |||
A | GroupType | string |
|
B | Id | integer | associated to existing object ID defined in OBJS or TOBJ section |
C | ModelName | string | associated to existing object model name defined in OBJS or TOBJ section |
Node | |||
A | NodeType | integer |
|
B | NextNode | integer |
|
C | IsCrossRoad | integer | Boolean determining if there is a cross road in the imaginary line joined by two nodes |
D,E,F | X, Y, Z | float[3] | X, Y, and Z coordinates relative to the center of the object * 16 |
G | unknown | float | Always 160 |
H | LeftLanes | integer | Number of lanes left of the node (ignored for ped path nodes) |
I | RightLanes | integer | Number of lanes right of the node (ignored for ped path nodes) |
See also
- PATH, a similar section in the item placement file for Vice City