mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Updated Maps (markdown)
10
Maps.md
10
Maps.md
@@ -49,6 +49,16 @@ Index | Description
|
||||
|
||||
## Path Elements
|
||||
|
||||
Depending on if the path is a queue or not modifies the structure.
|
||||
| Byte | Offset Name | Notes
|
||||
|-----|-------------|------
|
||||
| 0 | Type | 0b??YY_YY?Q where Q is set if it is a queue
|
||||
| 4 | Path Type | 0bTTTT_?SDD where S is set if the path is sloped. D is the direction of the slope or the direction of the path. T is the type of path.
|
||||
| 5 | Additions |
|
||||
| 6 | Edges |
|
||||
| 7 | Additions Status | For each of the 4 edges there are 2 bits to indicate if seat occupied (1 for occupied) / bin fullness (0 for full, 3 for empty).
|
||||
| 7 | Ride Index | Index of the ride that the queue is connected to 0xFF for nothing.
|
||||
|
||||
## Track Elements
|
||||
|
||||
## Scenery Small (Single Tile) Elements
|
||||
|
||||
Reference in New Issue
Block a user