From 0c1e45a996bdb9ae65bc94bc3c9b08a65c1023ee Mon Sep 17 00:00:00 2001 From: G2 Date: Tue, 9 Jul 2024 01:02:55 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ade549a..e484e02 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,14 @@ The implementation for decompression of CZ1, CZ3, and CZ4 was derived from and decompression of CZ2, and compression of CZ1, CZ3, and CZ4 was derived from the implementation in [LuckSystem](https://github.com/wetor/LuckSystem). This project would not have been possible without their amazing work. + +## Features +These decoders and encoders are structured as libraries first and tools second. It's possible to use them as a base to build other applications. + +### CZ Images +Completely accurate CZ# file decoding and encoding. Read more about that here: + +https://g2games.dev/blog/2024/06/28/the-cz-image-formats/ + +### PAK Archives +Partial implementation of PAK files, enough to extract data from most I've encountered, and replace data as long as decoding is successful. Any extra metadata can't be changed as of yet, however. \ No newline at end of file