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
- Host: GitHub
- URL: https://github.com/szeweq/rct2read
- Owner: szeweq
- License: mit
- Created: 2022-07-30T12:12:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T12:54:04.000Z (over 3 years ago)
- Last Synced: 2025-02-25T06:16:29.750Z (10 months ago)
- Topics: openrct2, rct2, rollercoastertycoon
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).