Silent Hill: Shattered Memories ARC

From XentaxWiki
Revision as of 11:28, 21 October 2020 by imported>Ikskoks (Created page with "== ARC == * ''' Game ''': Silent Hill: Shattered Memories <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ARC


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.

Compatible Programs