Agast DATA

From XentaxWiki
Revision as of 22:54, 11 January 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DATA == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''...")
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" 4bytes - unknown

num_of_files * {

  4 bytes (char) - chunk signature
  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