Silent Hill: Shattered Memories ARC
Jump to navigation
Jump to search
ARC
- Game : Silent Hill: Shattered Memories
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Silent Hill: Shattered Memories (PSP)
// DATA.ARC (zlib compressed)
4 bytes - magic \x10\xfa\x00\x00
4 bytes - num_of_files
4 bytes - data start offset
4 bytes - dummy
num_of_files *
{
4 bytes - CRC // hash ^= name*33;
4 bytes - offset of the file
4 bytes - compressed file size
4 bytes - uncompressed file size
}
num_of_files *
{
x bytes - compressed file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.