Updated README.md

This commit is contained in:
G2-Games 2024-05-23 20:16:12 -05:00
parent 4ad55170b5
commit 66fe91568d

View file

@ -1,10 +1,10 @@
# lbee-utils
A small collection of utilities for exporting and importing assets from Little
Busters! English Edition
A small collection of utilities for exporting and importing assets from games
made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/).
## Acknowledgments
The implementations for decompression of CZ1, CZ3, and CZ4 were derived from
[GARbro](https://github.com/morkt/GARbro/). The implementation of decompression
for CZ2, and compression of CZ1, CZ3, and CZ4 was derived from the
implementation in [LuckSystem](https://github.com/wetor/LuckSystem).
The implementation for decompression of CZ1, CZ3, and CZ4 was derived from
[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion
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.