A Rust experiment for reading Rollercoaster Tycoon 2 save and track files
It is not meant to be a working program. This code was written many years ago.
Make sure you have Rust toolchain installed. If not, then check Rust Installation Page and follow the instructions.
- Clone this repo
git clone https://github.com/szeweq/rct2read
- Open a Terminal/Command Prompt inside cloned repository and type the following command
cargo build
Rct2read takes a single argument, which is a path to a SV6
or TD6
files (saves and tracks).