mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Update README.md
This commit is contained in:
parent
4e5cced21c
commit
0c1e45a996
1 changed files with 11 additions and 0 deletions
11
README.md
11
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.
|
Loading…
Reference in a new issue