Twinkle Crusaders EPA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(No difference)

Revision as of 21:00, 8 May 2022

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

None.