From 5af31df1ef60e83a0f68af32fbd97d756fd0ec9f Mon Sep 17 00:00:00 2001 From: Yavin7 Date: Sun, 21 Sep 2025 13:28:13 -0600 Subject: [PATCH] Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dcb88c9..9473f2a 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ A Python library for decompressing and compressing BZZ files that were originally created for a couple of old PS1 games. ## Notice -This project is VERY work-in-progress +This project is still work-in-progress ## Features It supports the following features: -- (uh...) + - Extract/Decompress BZZ files + - Note: It does not name or properly type the files. I'm working on a file type map I hope to add the following: -- Extract/decompress BZZ files -- Compress files into BZZ format -(I did say it was a work in progress) + - Identify and correctly type output files + - Compress files into BZZ format ## 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/)