Akuji the Demon QDA

From XentaxWiki
Revision as of 23:22, 18 June 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == QDA == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

QDA

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : QDA0


Format Specifications

// header
4 bytes - nulls
4 bytes (char) - signature // "QDA0"
4 bytes (uint32) - number of files
244 bytes - nulls


// index
number_of_files *
{
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file compressed size
   4 bytes (uint32) - file uncompressed size
   256 bytes (char) - file name + padding
}


// data
number_of_files *
{
   x bytes - file data
}

Notes and Comments

None.

Games

List of games using this file format:

  • Akuji the Demon (PC) (*.QDA)

QuickBMS Script

Compatible Programs

None.