Tools for extracting and editing Coktel Vision game resources.
- Decompile game scripts partially (TOT/0OT)
- Extract and Rebuild game resources (STK/ITK/LTK/JTK) (Boozook can extract and rebuild either STK10 and STK21)
- Image extraction partially
- extract images with correct colors.
- Better support to recompile Game scripts.
- Adi 1
- Adi 2
- Adi 4 (DEV6)
- Adi 5 (DEV7)
- Adibou 1
- Adibou 2 (DEV6)
- Adibou 3 (DEV7)
- Adibou presente series (DEV7)
- Adiboud'chou series (DEV7)
- Asterix Operation Getafix
- A.G.E
- Bargon Attack
- E.S.S. Mega
- Inca
- Inca 2
- Galactic Empire
- Geisha
- Goblins 1
- Gobliins 2
- Gobliiins 3
- Woodruff
- Croustibat
- Fascination
- Paris Paker 1990
- Playtoons series
- Le pays des pierres Magiques
- Ween: The Prophecy
- Once Upon series
- Urban Runner
[IMPORTANT] check if Python 3 is already installed on your System.
- Install poetry
- Install dependencies by running poetry install
- Activate virtual environment by running poetry shell
- To decompile TOT Scripts you have to run this command:
- python -m boozook.codex.decomp_tot path\to\game\directory *.TOT (replace there *.TOT with the name of the TOT Script including TOT extension, after that an folder called scripts gets created that stores the output from the Script.)
- To extract the Game resource use this command:
- python -m boozook.archive PATH/TO/GAME/DIR
To rebuild the extracted Game resources use this command:
- python -m boozook.archive PATH/TO/GAME/DIR -r
- To extract Text of an Script use this comnmand:
- python -m boozook.text path/to/game/directory (after that in boozook's directory an new folder called text creates that contains 2 files, cat.tsv is for object names, and tot.tsv for the text of the dialouge)
- To recompress now the modified text back into an archive use this command.
- python -m boozook.text /path/to/game/directory -r (after that you have an folder called an texts)
- To extract Graphics / Pictures use this command:
- python -m boozook.graphics /path/to/game