mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 15:22:53 -05:00
Updated readme with message about acknowledgements
This commit is contained in:
parent
14360b9464
commit
418c53cd01
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
# lbee-utils
|
||||
A small collection of utilities for exporting and importing assets from Little Busters! English Edition
|
||||
|
||||
## Acknowledgments
|
||||
The implementations for compression and decompression of CZ1 and CZ3 were
|
||||
derived from [GARbro](https://github.com/morkt/GARbro/). The implementation
|
||||
of compression and decompression for CZ2 were derived from the implementation
|
||||
in [LuckSystem](https://github.com/wetor/LuckSystem). This project would not
|
||||
have been possible without their amazing work.
|
||||
|
||||
## Specifications and Info
|
||||
<sup>Bytes are in Little Endian</sup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue