Touch Detective AQC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→AQC) |
imported>Ikskoks |
||
| Line 16: | Line 16: | ||
// data | // data | ||
x bytes - file data | x bytes - compressed file data | ||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 19:49, 18 August 2022
Back to index | Edit this page
AQC
- Format Type : Packed Text
- 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 - compressed 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
Compatible Programs
None.