1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00
Clone
6
TD6 format
Margen67 edited this page 2021-04-21 14:32:00 -10:00

TD6 files

The TD6 file format is well documented in the Tycoon Technical Depot.

Checksums

TD6 files are stored using the Run Length Encoding format described in Tycoon Technical Depot. The checksum uses the same format as described here.

Run-Length Encoding Implementations

There is a Go implementation of the run length encoding format available here: https://godoc.org/github.com/kevinburke/rct/rle