# lbee-utils
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 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.