Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 652 Bytes

File metadata and controls

20 lines (16 loc) · 652 Bytes

rct2read

A Rust experiment for reading Rollercoaster Tycoon 2 save and track files

Warning

It is not meant to be a working program. This code was written many years ago.

Building

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

Running

Rct2read takes a single argument, which is a path to a SV6 or TD6 files (saves and tracks).