GameMaker DAT WIN

From XentaxWiki
Revision as of 16:58, 19 February 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DAT, WIN == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

DAT, WIN

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : FORM


Format Specifications

//header
4 bytes (char) - signature // "FORM"
4 bytes (uint32) - chunk size / archive size

num_of_chunks *
{
   4 bytes (char) - chunk name  // e.g. "AUDO"
   4 bytes (uint32) - chunk name
   x bytes - unknown
   x bytes - data
}

Notes and Comments

  • This file format supports several chunk types: AUDO, GEN8, OPTN, EXTN, SOND, SPRT, BGND, PATH, SCPT, FONT, TMLN, OBJT, ROOM, DAFL, TPAG, CODE, VARI, FUNC, STRG, TXTR.

Games

List of games using this file format:

  • Arietta of Spirits (*.DAT / *.WIN)

QuickBMS Script

Compatible Programs

None.