Giana Sisters: Twisted Dreams PAK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 42: | Line 42: | ||
* [http://aluigi.zenhax.com/bms/helldorado.bms helldorado.bms] | * [http://aluigi.zenhax.com/bms/helldorado.bms helldorado.bms] | ||
* [https://forum.xentax.com/download/file.php?id=19059 giana_sisters_td_pak.bms] | |||
=== Notes and Comments === | === Notes and Comments === | ||
Latest revision as of 09:15, 22 November 2020
PAK
- Game : Giana Sisters: Twisted Dreams
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Giana Sisters : Twisted Dreams - Owltimate Edition
// PAK file format
// little endian
//header (20 bytes)
4 bytes (char) - magic // "RPMC"
12 bytes - unknown
4 bytes (uint32) - number of data blocks
//offset array
num_of_data_blocks *
{
4 bytes (uint32) - data offset
4 bytes - nulls
}
//data
num_of_data_blocks *
{
x bytes - file data // gzip compressed
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- Archive using this file format contains several GZIP compressed data blocks.
Compatible Programs