Touch Detective AQC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == AQC == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
imported>Ikskoks
Line 13: Line 13:
// header
// header
8 bytes (char) - signature // "IZW:SDIC"
8 bytes (char) - signature // "IZW:SDIC"
4 bytes (uint32) - uncompressed size


//TODO
// data
x bytes - file data
</pre>
</pre>
</div>
</div>

Revision as of 19:26, 18 August 2022

Back to index | Edit this page

AQC

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : IZW:SDIC / IZW / SDIC


Format Specifications

// header
8 bytes (char) - signature // "IZW:SDIC"
4 bytes (uint32) - uncompressed size

// data
x bytes - file data

Notes and Comments

  • This file format uses LZSS compression.

Games

List of games using this file format:

  • Touch Detective (Android) (*.AQC)

QuickBMS Script

Not written yet.

Compatible Programs

None.