An OpenRCT2 Plugin that takes a ride and returns a sequential list of all track pieces.
Credits:
Basssiiie on the ORCT2 discord for telling me about the TrackIterator object.
OpenRCT2-Automarketing by rubenrichtering, from which I learned how UI elements work.
https://github.com/rubenrichtering/openrct2-automarketing/releases/tag/v1.0.0
TODO:
Add handling for rides that are not full circuits.Add parsing for the track objects into more readable descriptions (for example "Downward-Gentle Unbanked to Level Banked-Left")- Return the ride transcript to something other than console.log (either a text file or an in-game window you can copy from)