diff --git a/SV6-Ride-Structure.md b/SV6-Ride-Structure.md index 0c1d38e..deaf0bd 100644 --- a/SV6-Ride-Structure.md +++ b/SV6-Ride-Structure.md @@ -1,11 +1,11 @@ The SV6 ride structure is the same number of bytes as the SV4 format, but varies slightly from the [ride structure in RCT1][structure]. Here is everything we know about it. Note, the canonical source of truth for this information is the code in [`src/openrct2/ride/Ride.h`][ride.h]. - [structure]: http://freerct.github.io/RCTTechDepot-Archive/SV4.html + [structure]: https://freerct.github.io/RCTTechDepot-Archive/SV4.html [ride.h]: /OpenRCT2/OpenRCT2/blob/develop/src/openrct2/ride/Ride.h The original RCT Technical Information Depot has been updated and relaunched. There is additional data about this structure (updated in August 2014) at [tid.rctspace.com][tid]. -[tid]: http://tid.rctspace.com/sv6/SV6ridestructure.html +[tid]: https://tid.rctspace.com/sv6/SV6ridestructure.html It is 608 bytes long. Addresses listed here are hex addresses. Leave a gap in between non-contiguous data. @@ -60,11 +60,9 @@ It is 608 bytes long. Addresses listed here are hex addresses. Leave a gap in be [ride-mode-enum]: https://github.com/IntelOrca/OpenRCT2/commit/d0d51e477b5d75187b01d77ef122485d0683333a#diff-8a2ffb0f28487affcff74d84443be05cR205 [colour-scheme-enum]: https://github.com/IntelOrca/OpenRCT2/commit/d0d51e477b5d75187b01d77ef122485d0683333a#diff-8a2ffb0f28487affcff74d84443be05cR245 -#### More data about rides +#### More data about rides Additional data about rides is stored in an 8 byte wide struct starting at `0x97D218`. Byte 1 is the ride's minimum clearance. - #### RCT2 Ride .DAT Entry Structure - -See http://x123m3-256.github.io/RCT2/rct2data.html for more information. \ No newline at end of file +See https://x123m3-256.github.io/RCT2/rct2data.html for more information. \ No newline at end of file