An open API service indexing awesome lists of open source software.

https://github.com/szeweq/rct2read

A Rust experiment for reading Rollercoaster Tycoon 2 save files
https://github.com/szeweq/rct2read

openrct2 rct2 rollercoastertycoon

Last synced: 7 months ago
JSON representation

A Rust experiment for reading Rollercoaster Tycoon 2 save files

Awesome Lists containing this project

README

          

# 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](https://www.rust-lang.org/tools/install) and follow the instructions.

- Clone this repo
```sh
git clone https://github.com/szeweq/rct2read
```
- Open a Terminal/Command Prompt inside cloned repository and type the following command
```sh
cargo build
```

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