1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-13 19:12:32 +01:00

Updated Track Element Lengths (markdown)

spacek531
2021-09-10 00:27:45 -07:00
parent 8ee692c2e3
commit ffe21da5ed

@@ -17,7 +17,7 @@ These figures coincide with a length of 8716 for the X and Y axis and a length o
Subpositions are direction-specific, this means the track element length varies depending on which direction it is rotated in the world. These variations appear to have a specific pattern: the track positions are in the range [0, 31] on both axis. For example, flat track has the following beginning and end subposition data: Subpositions are direction-specific, this means the track element length varies depending on which direction it is rotated in the world. These variations appear to have a specific pattern: the track positions are in the range [0, 31] on both axis. For example, flat track has the following beginning and end subposition data:
Direction | Start position | End position Direction | Start position | End position
-|-|- |-|-|-|
0 | { 31, 16, 0 } | { 0, 16, 0 } 0 | { 31, 16, 0 } | { 0, 16, 0 }
1 | { 16, 0, 0 } | { 16, 31, 0 } 1 | { 16, 0, 0 } | { 16, 31, 0 }
2 | { 0, 16, 0 } | { 31, 16, 0 } 2 | { 0, 16, 0 } | { 31, 16, 0 }