From 5399a7dbb47a269c88968e821d4115a3c9e485a3 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 12 Jul 2024 00:26:06 -0500 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 515e653..16c2472 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,15 @@ Tested on the following games: - Harmonia Full HD Edition (2024) ## Acknowledgments -The implementation for decompression of CZ1, CZ3, and CZ4 was originally derived from -[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion -and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from [LuckSystem](https://github.com/wetor/LuckSystem). -This project would not have been possible without their amazing work. +The implementation for decompression of CZ1, CZ3, and CZ4 was originally +derived from [GARbro](https://github.com/morkt/GARbro/). The implementation of +compresssion and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from +[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. +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: @@ -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/ ### 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 +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.