Difference between revisions of "Agast DATA"
From XentaxWiki
(→Format Specifications) |
(→Format Specifications) |
||
Line 31: | Line 31: | ||
num_of_files * | num_of_files * | ||
{ | { | ||
− | 4 bytes (char) - chunk signature | + | 4 bytes (char) - chunk signature // "AZIP" |
4 bytes (uint32) - unknown // "1" | 4 bytes (uint32) - unknown // "1" | ||
4 bytes (uint32) - compressed size | 4 bytes (uint32) - compressed size |
Revision as of 00:56, 12 January 2022
Back to index | Edit this page
Contents
DATA
- Format Type : Archive
- Endian Order : Little Endian
- Signature : AGAST / ARES
Format Specifications
// Game.DATA 5 bytes (char) - signature // "AGAST" 11 bytes - unknown 4 bytes (char) - chunk signature? // "AGAM" 8 bytes - unknown 13 bytes (char) - some string // "RESOURCETABLE" //TODO
// Resource.DATA 4 bytes (char) - signature // "ARES" 4 bytes - unknown num_of_files * { 4 bytes (char) - chunk signature // "AZIP" 4 bytes (uint32) - unknown // "1" 4 bytes (uint32) - compressed size 4 bytes (uint32) - uncompressed size x bytes - compressed data // zlib? }
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- AfterShocked!
- L'Oeil du Kraken
- Ozzie & the Quantum Playwright
- Patrimonium. Act 1
- Patrimonium. Act 2
- Patrimonium. Act 3
Compatible Programs