Yu-Gi-Oh! GX Tag Force 2 EHP
Jump to navigation
Jump to search
Back to index | Edit this page
EHP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Yu-Gi-Oh! GX Tag Force 2
// EHP file format
// header
3 bytes (char) - signature // "EHP"
1 byte (uint8) - version // e.g. 3
4 bytes (uint32) - archive size
4 bytes (char) - some string // "NOT "
4 bytes (uint32) - number of files
// offsets array
num_of_files *
{
4 bytes (uint32) - filename offset
3 bytes (uint32) - data offset
}
8 bytes - nulls
// info array
num_of_files *
{
x bytes - filename + null
4 bytes (uint32) - file size
}
6 bytes - nulls
// data
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- Some files inside archive are compressed with GZIP compression.
Games
List of games using this file format:
- Yu-Gi-Oh! GX Tag Force
- Yu-Gi-Oh! GX Tag Force Evolution
- Yu-Gi-Oh! GX Tag Force 2
- Yu-Gi-Oh! GX Tag Force 3
- Yu-Gi-Oh! 5D's Tag Force 4
- Yu-Gi-Oh! 5D's Tag Force 5
- Yu-Gi-Oh! 5D's Tag Force 6
Compatible Programs
None.