Giana’s Return ZDA

From XentaxWiki
Revision as of 21:31, 26 November 2020 by imported>Ikskoks (Created page with "== ZDA == * ''' Game ''': Giana’s Return <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ZDA


Format Specifications

// Giana's Return
// ZDA file format

// little endian

// Note: Files are compressed with ZLIB

//header
4 bytes (char) - magic // "ZDA\x00"
4 bytes (uint32) - number of files
4 bytes (uint32) - data start offset

num_of_files *
{
   40 bytes (char) - filename + padding
   4 bytes (uint32) - uncompressed size
   4 bytes (uint32) - compressed size
   4 bytes (uint32) - relative file offset
}

num_of_files *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Files inside those archives are compressed with ZLIB and encrypted with unknown encryption.

Compatible Programs