Twinkle Crusaders EPA: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
//header | // header | ||
2 bytes (char) - signature // "EP" | 2 bytes (char) - signature // "EP" | ||
1 byte (uint8) - difference flag // 1 - usual | 1 byte (uint8) - difference flag // 1 - usual | ||
| Line 25: | Line 25: | ||
// palette | |||
x bytes - palette data | x bytes - palette data | ||
// data | |||
x bytes - compressed image data | x bytes - compressed image data | ||
</pre> | </pre> | ||
| Line 35: | Line 37: | ||
* This file format occurs in games made using "'''2XT - SEVEN WONDER Adventure Engine''' (Pajamas Adventure System)". | * This file format occurs in games made using "'''2XT - SEVEN WONDER Adventure Engine''' (Pajamas Adventure System)". | ||
* EPA images are compressed | * EPA images are compressed with custom algorithm. | ||
=== Games === | === Games === | ||
| Line 68: | Line 70: | ||
[[Category:Complete | [[Category:Complete Almost Done|Twinkle Crusaders EPA]] | ||
[[Category:Platform PC|Twinkle Crusaders EPA]] | [[Category:Platform PC|Twinkle Crusaders EPA]] | ||
[[Category:CE Compressed|Twinkle Crusaders EPA]] | [[Category:CE Compressed|Twinkle Crusaders EPA]] | ||
Latest revision as of 22:05, 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"
1 byte (uint8) - difference flag // 1 - usual
// 2 - difference
1 byte (uint8) - unknown flag
2 bytes (uint16) - bpp flag // 0 - 8-bit image
// 1 - 24-bit image
// 2 - 32-bit image
// 4 - 8-bit image
2 bytes (uint16) - nulls
4 bytes (uint32) - image width
4 bytes (uint32) - image height
// palette
x bytes - palette data
// data
x bytes - compressed image data
Notes and Comments
- This file format occurs in games made using "2XT - SEVEN WONDER Adventure Engine (Pajamas Adventure System)".
- EPA images are compressed with custom algorithm.
Games
List of games using this file format:
- TAISHO x ALICE (*.EPA)
- Twinkle Crusaders (*.EPA)
Other (unconfirmed) games:
- Aneimo 2 ~Second Stage~
- Futa Ane ~Bitter & Sweet~
- Lilycle Rainbow Stage!!!
- Momichupa Teacher!
- Natsu no Owari no Nirvana
- Patissier na Nyanko
- Prism Heart
- Toraba!
- Trouble @ Spiral!
QuickBMS Script
Not written yet.
Compatible Programs
See Also