A small collection of utilities for exporting and importing assets from Little Busters! English Edition
Find a file
2024-07-06 17:36:31 -05:00
cz Preliminary PAK writing 2024-07-06 14:50:39 -05:00
experimental Preliminary PAK writing 2024-07-06 14:50:39 -05:00
luca_pak Added replace method 2024-07-06 17:36:31 -05:00
utils Preliminary PAK writing 2024-07-06 14:50:39 -05:00
.gitignore Initial PAK reading implementation 2024-06-11 16:33:27 -05:00
Cargo.toml Moved to crate rgb, moved cz::open() out of DynamicCz, made writing generic 2024-07-04 23:14:00 -05:00
README.md Updated README.md 2024-05-23 20:16:12 -05:00

lbee-utils

A small collection of utilities for exporting and importing assets from games made with LUCA System by Prototype Ltd.

Acknowledgments

The implementation for decompression of CZ1, CZ3, and CZ4 was derived from GARbro. The implementation of compresssion and decompression of CZ2, and compression of CZ1, CZ3, and CZ4 was derived from the implementation in LuckSystem. This project would not have been possible without their amazing work.