Blobby Volley PAK
From XentaxWiki
Contents
PAK
- Game : Blobby Volley
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Blobby Volley // PAK file format // Note: Files are encrypted with custom algorithm num_of_files * { x bytes - file data }
MultiEx BMS Script
Not written yet.
Notes and Comments
- It occurs only in original Blobby Volley game written in Delphi.
After version 1.8 all files are kept in standard ZIP archives.
Encryption Algorithm
Encryption method has been partially reverse engineered.
Here you can see implementation of algorithm that is able to decode some parts of the data.
Compatible Programs
- Blobby_Volley_PAK_Tool.py (unfinished tool)