A small collection of utilities for exporting and importing assets from Little Busters! English Edition
Find a file
2024-05-21 23:08:08 -05:00
cz Fixed compression algorithm again 2024-05-21 23:08:08 -05:00
font Fixed bit depth saving and opening, added documentation 2024-05-17 09:58:09 -05:00
utils Fixed bit depth saving and opening, added documentation 2024-05-17 09:58:09 -05:00
.gitignore Added basic font grid generation, needs restructuring 2024-05-16 08:35:57 -05:00
Cargo.toml Initial work on font map generation 2024-05-14 11:21:34 -05:00
LICENSE Initial commit 2023-04-18 17:11:04 -05:00
README.md Update README.md 2024-05-10 19:03:30 -05:00

lbee-utils

A small collection of utilities for exporting and importing assets from Little Busters! English Edition

Acknowledgments

The implementations for decompression of CZ1, CZ3, and CZ4 were derived from GARbro. The implementation of decompression for 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.