mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
https
@@ -1,14 +1,11 @@
|
||||
# TD6 files
|
||||
|
||||
The TD6 file format is well documented in the [Tycoon Technical Depot][td6].
|
||||
|
||||
### 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][checksum].
|
||||
|
||||
[td6]: http://freerct.github.io/RCTTechDepot-Archive/TD6.html
|
||||
[checksum]: http://freerct.github.io/RCTTechDepot-Archive/checksum.html
|
||||
[td6]: https://freerct.github.io/RCTTechDepot-Archive/TD6.html
|
||||
[checksum]: https://freerct.github.io/RCTTechDepot-Archive/checksum.html
|
||||
|
||||
#### Run-Length Encoding Implementations
|
||||
|
||||
There is a Go implementation of the run length encoding format available here: http://godoc.org/github.com/kevinburke/rct/rle
|
||||
There is a Go implementation of the run length encoding format available here: https://godoc.org/github.com/kevinburke/rct/rle
|
||||
Reference in New Issue
Block a user