Agast DATA
Jump to navigation
Jump to search
Back to index | Edit this page
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