Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 286 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 286 Bytes

cnkdec

A tool for decompressing and compressing .cnk terrain files

Based on one of the example LZHAM projects.

Usage

Prebuilt binary in bin folder.

Decompression:

cnkdec.exe d infile.cnk1 outfile.cnk1

Compression:

cnkdec.exe c infile.cnk1 outfile.cnk1