Skip to content
forked from psemu/cnkdec

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

Notifications You must be signed in to change notification settings

rayschpp/cnkdec

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • C 2.3%