Difference between revisions of "PATH (IDE Section)"
Jump to navigation
Jump to search
(added images) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{IdeSection | {{IdeSection | ||
| name = PATH | | name = PATH | ||
− | | game = | + | | game = {{Icon|3}} {{Icon|VC|16||Vice City (unstable)}} |
| description = Used to define paths for traffic | | description = Used to define paths for traffic | ||
}} | }} | ||
− | '''PATH''' is a section in the [[item definition]] file. 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 | + | '''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 similar to its [[PATH|IPL counterpart]] but entries will crash the game because of an imposed limit. Use a limit adjuster like [[VC Limit Adjuster]] and increase the number of treadables to use this section. |
== Format == | == Format == | ||
− | + | === GTA III === | |
+ | {{Pre| | ||
path | path | ||
GroupType, Id, ModelName | GroupType, Id, ModelName | ||
Line 23: | Line 24: | ||
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%;" | ||
Line 37: | Line 38: | ||
* ''car'' = road traffic | * ''car'' = road traffic | ||
|- | |- | ||
− | | B || Id || integer || | + | | B || Id || integer || Associated to existing model index defined in [[OBJS]] or [[TOBJ]] section |
|- | |- | ||
− | | C || ModelName || string || | + | | C || ModelName || string || Associated to existing object model name defined in OBJS or TOBJ section |
|- | |- | ||
! colspan="4" | Node | ! colspan="4" | Node | ||
Line 62: | Line 63: | ||
| I || RightLanes || integer || Number of lanes right of the node (ignored for ped path nodes) | | I || RightLanes || integer || Number of lanes right of the node (ignored for ped path nodes) | ||
|} | |} | ||
+ | <gallery mode="packed"> | ||
+ | File:Gta3 car paths.png|Car Paths Visualization | ||
+ | File:Gta3 ped paths.png|Ped Paths Visualization | ||
+ | </gallery> | ||
+ | |||
+ | === Vice City === | ||
+ | {{Pre| | ||
+ | path | ||
+ | # type 1 | ||
+ | GroupType, Id, ModelName | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes | ||
+ | # type 2 | ||
+ | GroupType, -1 | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate | ||
+ | end | ||
+ | }} | ||
+ | |||
+ | {|class="wikitable center-col-1 center-col-2" style="width: 100%;" | ||
+ | ! style="width: 3em;"| {{Icon|VC}} | ||
+ | ! style="width: 12em;"| Identifier | ||
+ | ! style="width: 6em;" | Type | ||
+ | ! Description | ||
+ | |- | ||
+ | ! colspan="4" | Group | ||
+ | |- | ||
+ | | A || GroupType || integer || | ||
+ | * ''0'' = Pedestrian traffic | ||
+ | * ''1'' = Road traffic | ||
+ | * ''2'' = Water traffic | ||
+ | |- | ||
+ | | rowspan="2" | B || Id || integer || Associated to existing model index defined in [[OBJS]] or [[TOBJ]] section | ||
+ | |- | ||
+ | | -1 || {{a|l}} | integer || Always ''-1'', used as a delimiter | ||
+ | |- | ||
+ | | C || ModelName || string || Associated to existing model name defined in OBJS or TOBJ section | ||
+ | |- | ||
+ | ! colspan="4" | Node | ||
+ | |- | ||
+ | | A || NodeType || integer || | ||
+ | * ''0'' = Null | ||
+ | * ''1'' = External | ||
+ | * ''2'' = Internal | ||
+ | |- | ||
+ | | B || NextNode || integer || | ||
+ | * ''-1'' = Do not link to any other node in this group | ||
+ | * ''0'' to ''11'' = Link to this node number in this group | ||
+ | |- | ||
+ | | C || IsCrossRoad || integer || Boolean determining if there is a cross road in the imaginary line joined by two nodes | ||
+ | |- | ||
+ | | rowspan="2" | D,E,F || XRel, YRel, ZRel || float[3] || X, Y, and Z coordinates relative to the center of the object * 16 | ||
+ | |- | ||
+ | | XAbs, YAbs, ZAbs || {{a|l}} | float[3] || Absolute X, Y, Z coordinates of the node * 16 | ||
+ | |- | ||
+ | | G || Median || float || | ||
+ | * Pedestrian traffic: width of walkway | ||
+ | * Road traffic: width of divider between left and right lanes. | ||
+ | |- | ||
+ | | 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. This is ignored for internal nodes | ||
+ | |- | ||
+ | | J || SpeedLimit || integer || Sets the speed of vehicles traveling through the path | ||
+ | * ''0'' = Slow | ||
+ | * ''1'' = Medium | ||
+ | * ''2'' = Fast | ||
+ | |- | ||
+ | | K || Flags || integer || General node behavior | ||
+ | * ''0'' = No flags | ||
+ | * ''1'' = Ignored by traffic | ||
+ | * ''2'' = Police roadblock (only for road traffic node) | ||
+ | * ''4'' = Restricted node | ||
+ | * ''8'' = No effect, may be used by water traffic to increase maneuverability | ||
+ | |- | ||
+ | | L || SpawnRate || float || Spawn rate frequency ranging from ''0.0'' to ''1.0'' | ||
+ | |} | ||
+ | <gallery mode="packed"> | ||
+ | File:Vc car paths.png|Car Paths Visualization | ||
+ | File:Vc ped paths.png|Ped Paths Visualization | ||
+ | </gallery> | ||
== See also == | == See also == | ||
* [[PATH]], a similar section in the item placement file for Vice City | * [[PATH]], a similar section in the item placement file for Vice City | ||
− | {{N|3}} | + | {{N|VC|3}} |
Latest revision as of 18:58, 22 May 2019
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 similar to its IPL counterpart but entries will crash the game because of an imposed limit. Use a limit adjuster like VC Limit Adjuster and increase the number of treadables to use this section.
Contents
Format
GTA III
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 model index 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) |
Vice City
path # type 1 GroupType, Id, ModelName NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes NodeType, NextNode, IsCrossRoad, XRel, YRel, ZRel, Median, LeftLanes, RightLanes # type 2 GroupType, -1 NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate NodeType, NextNode, IsCrossRoad, XAbs, YAbs, ZAbs, Median, LeftLanes, RightLanes, SpeedLimit, Flags, SpawnRate end
Identifier | Type | Description | |
---|---|---|---|
Group | |||
A | GroupType | integer |
|
B | Id | integer | Associated to existing model index defined in OBJS or TOBJ section |
-1 | integer | Always -1, used as a delimiter | |
C | ModelName | string | Associated to existing 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 | XRel, YRel, ZRel | float[3] | X, Y, and Z coordinates relative to the center of the object * 16 |
XAbs, YAbs, ZAbs | float[3] | Absolute X, Y, Z coordinates of the node * 16 | |
G | Median | float |
|
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. This is ignored for internal nodes |
J | SpeedLimit | integer | Sets the speed of vehicles traveling through the path
|
K | Flags | integer | General node behavior
|
L | SpawnRate | float | Spawn rate frequency ranging from 0.0 to 1.0 |
See also
- PATH, a similar section in the item placement file for Vice City