/cnkdec

Terrain chunk (de-)compression for SOE's ForgeLight engine

Primary LanguageC++

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