Twinkle Crusaders EPA

From XentaxWiki
Revision as of 21:31, 8 May 2022 by imported>Ikskoks (→‎Compatible Programs)
Jump to navigation Jump to search

Back to index | Edit this page

EPA

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : EP


Format Specifications

//header
2 bytes (char) - signature // "EP"
2 bytes (uint16) - unknown  // 257
4 bytes (uint32) - version?  // 2
4 bytes (uint32) - image width?
4 bytes (uint32) - image height?
2 bytes (uint16) - unknown  // 1


x bytes - compressed image data

Notes and Comments

  • This file format occurs in games made using "2XT - SEVEN WONDER Adventure Engine".
  • EPA images are compressed or encrypted with unknown algorithm.

Games

List of games using this file format:

  • TAISHO x ALICE (*.EPA)
  • Twinkle Crusaders (*.EPA)

QuickBMS Script

Not written yet.

Compatible Programs