Skip to content
Margen67 edited this page Apr 22, 2021 · 6 revisions

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

Clone this wiki locally