Updated README.md

This commit is contained in:
G2-Games 2024-07-12 00:26:06 -05:00
parent 4e0df5412d
commit 5399a7dbb4

View file

@ -8,13 +8,15 @@ Tested on the following games:
- Harmonia Full HD Edition (2024) - Harmonia Full HD Edition (2024)
## Acknowledgments ## Acknowledgments
The implementation for decompression of CZ1, CZ3, and CZ4 was originally derived from The implementation for decompression of CZ1, CZ3, and CZ4 was originally
[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion derived from [GARbro](https://github.com/morkt/GARbro/). The implementation of
and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from [LuckSystem](https://github.com/wetor/LuckSystem). compresssion and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from
This project would not have been possible without their amazing work. [LuckSystem](https://github.com/wetor/LuckSystem). This project would not have
been possible without their amazing work.
## Features ## 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. 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 ### CZ Images
Completely accurate CZ# file decoding and encoding. Read more about that here: Completely accurate CZ# file decoding and encoding. Read more about that here:
@ -22,4 +24,6 @@ Completely accurate CZ# file decoding and encoding. Read more about that here:
https://g2games.dev/blog/2024/06/28/the-cz-image-formats/ https://g2games.dev/blog/2024/06/28/the-cz-image-formats/
### PAK Archives ### 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. 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.