A small collection of utilities for exporting and importing assets from Little Busters! English Edition
Find a file
2024-05-24 03:15:55 -05:00
cz Made utils into a simple CLI app 2024-05-23 20:08:13 -05:00
utils Added batch replace, fixed palette regeneration 2024-05-24 03:15:55 -05:00
.gitignore Added basic font grid generation, needs restructuring 2024-05-16 08:35:57 -05:00
Cargo.toml Made utils into a simple CLI app 2024-05-23 20:08:13 -05:00
LICENSE Initial commit 2023-04-18 17:11:04 -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.