GRAF:Afterlife 000
Back to index | Edit this page
000
- Format type: Archive
- Endianness: Little-endian
Format Specifications
// ARCHIVE HEADER
- char {4} - Archive Header (FFIJ)
- uint32 {4} - Archive Header Size (null)
// HEAD SECTION
- char {4} - Head Header (DAEH)
- uint32 {4} - Header Section Size (4)
- uint32 {4} - Number Of Files
// OFFSETS SECTION
- char {4} - Offsets Header (TSFO)
- uint32 {4} - Offsets Section Size
- // for each file
- uint32 {4} - File Offset (relative to the start of the file data)
// RESOURCE ID SECTION
- char {4} - ID Header (DICR)
- uint32 {4} - ID Section Size
- // for each file
- uint32 {4} - File ID
// RESOURCES SECTION
- // for each file
- char {4} - Resource Header (CSER)
- uint32 {4} - File Length (including these 2 fields)
- byte {X} - File Data
Notes and Comments
None
MultiEx BMS
None written yet.
Supported by Programs
Links
None