1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Updated SV6 Ride Structure (markdown)

Kevin Burke
2014-05-13 09:03:22 -07:00
parent a46d4f1089
commit b27ad0d9e5

@@ -7,6 +7,7 @@ It is 608 bytes long. Addresses listed here are hex addresses. Leave a gap in be
- 000: ride type
- 001: subtype - a pointer to static information about the ride. For example, the data represented here would be for "Log Flume 7" in your park, and the subtype would point to static information about log flumes, for example the maximum height.
- 004: Ride mode index, where the possible ride modes are described in [the enum here][ride-mode-enum] for example, the number "5" would correspond to "Boat hire mode"
- 005: Colour scheme type. There are three possible color schemes, outlined in the following [enum][colour-scheme-enum].
- 006-046: A 2-byte array of length 32, containing data about car colours for the ride.