mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-05-03 14:12:54 -05:00
Update README.md
This commit is contained in:
parent
0c1e45a996
commit
3cb07bc74d
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -2,11 +2,15 @@
|
||||||
A small collection of utilities for exporting and importing assets from games
|
A small collection of utilities for exporting and importing assets from games
|
||||||
made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/).
|
made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/).
|
||||||
|
|
||||||
|
Tested on the following games:
|
||||||
|
- Little Busters! English Edition (2017)
|
||||||
|
- LOOPERS (2023)
|
||||||
|
- Harmonia Full HD Edition (2024)
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
The implementation for decompression of CZ1, CZ3, and CZ4 was derived from
|
The implementation for decompression of CZ1, CZ3, and CZ4 was originally derived from
|
||||||
[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion
|
[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion
|
||||||
and decompression of CZ2, and compression of CZ1, CZ3, and CZ4 was derived from
|
and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from [LuckSystem](https://github.com/wetor/LuckSystem).
|
||||||
the implementation in [LuckSystem](https://github.com/wetor/LuckSystem).
|
|
||||||
This project would not have been possible without their amazing work.
|
This project would not have been possible without their amazing work.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
Loading…
Reference in a new issue