GRAF:Afterlife 000: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 (GRAFPageMisc cleanup) |
imported>Ikskoks No edit summary |
||
| Line 53: | Line 53: | ||
[[Category:Platform PC|Afterlife 000]] | [[Category:Platform PC|Afterlife 000]] | ||
[[Category:CE None|Afterlife 000]] | [[Category:CE None|Afterlife 000]] | ||
[[Category:File Format]] | |||
Revision as of 00:48, 3 January 2021
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