Twinkle Crusaders DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→Games) |
||
| Line 44: | Line 44: | ||
List of games using this file format: | List of games using this file format: | ||
* Paradise Cleaning! | * Paradise Cleaning! | ||
* TAISHO x ALICE | |||
* Twinkle Crusaders | * Twinkle Crusaders | ||
Revision as of 20:21, 8 May 2022
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
- Signature : GAMEDAT PAC2
Format Specifications
// header
12 bytes (char) - signature // "GAMEDAT PAC2"
4 bytes (uint32) - number of files
// name table
num_of_files *
{
32 bytes (char) - filename + padding // e.g. "BE_AS_MELILOT_EF.ogg"
}
// info table
num_of_files *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
// data
num_of_files *
{
x bytes - file data
}
Notes and Comments
None.
Games
List of games using this file format:
- Paradise Cleaning!
- TAISHO x ALICE
- Twinkle Crusaders
QuickBMS Script
Compatible Programs
None.