2025-09-15 19:24:19 -06:00
# python-bzz
A Python library for decompressing and compressing BZZ files that were originally created for a couple of old PS1 games.
2025-09-15 19:32:58 -06:00
## Notice
2025-09-21 13:28:13 -06:00
This project is still work-in-progress
2025-09-15 19:32:58 -06:00
## Features
2025-09-15 19:33:58 -06:00
2025-09-15 19:32:58 -06:00
It supports the following features:
2025-09-21 13:28:13 -06:00
- Extract/Decompress BZZ files
- Note: It does not name or properly type the files. I'm working on a file type map
2025-09-15 19:32:58 -06:00
I hope to add the following:
2025-09-21 13:28:13 -06:00
- Identify and correctly type output files
- Compress files into BZZ format
2025-09-15 19:32:58 -06:00
## Why did I start this?
To support mods for the PS1 game, The Grinch; especially Archipelago randomizer support. For more information on Archipelago, please go [here ](https://archipelago.gg/ )