GRAF:Afterlife 000: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{GRAFPageHeader}} | |||
== 000 == | |||
{{GRAFPageMisc}} | |||
=== Format Specifications === | |||
{{GRAFPageFormat|1={{BlockDescription|// ARCHIVE HEADER}} | |||
: char {4} - Archive Header {{Constant|(FFIJ)}} | |||
: uint32 {4} - Archive Header Size {{constant|(null)}} | |||
{{BlockDescription| // HEAD SECTION }} | |||
: char {4} - Head Header {{Constant|(DAEH)}} | |||
: uint32 {4} - Header Section Size {{Constant|(4)}} | |||
: uint32 {4} - Number Of Files | |||
{{BlockDescription| // OFFSETS SECTION }} | |||
: char {4} - Offsets Header {{Constant|(TSFO)}} | |||
: uint32 {4} - Offsets Section Size | |||
: char {4} | |||
: uint32 {4} | |||
: {{BlockDescription| // for each file }} | |||
:: uint32 {4} - File Offset {{InlineComment|(relative to the start of the file data)}} | |||
{{BlockDescription| // RESOURCE ID SECTION }} | |||
: char {4} - ID Header {{Constant|(DICR)}} | |||
: uint32 {4} - ID Section Size | |||
: {{BlockDescription| // for each file }} | |||
:: uint32 {4} - File ID | |||
{{BlockDescription| // RESOURCES SECTION }} | |||
: {{BlockDescription| // for each file }} | |||
:: char {4} - Resource Header {{Constant|(CSER)}} | |||
:: uint32 {4} - File Length {{InlineComment|(including these 2 fields)}} | |||
:: byte {X} - File Data}} | |||
* [[ | === Notes and Comments === | ||
None | |||
=== MultiEx BMS === | |||
{{NoBMSScript}} | |||
=== Supported by Programs === | |||
* {{ProgramSupportGameExtracter}} | |||
=== Links === | |||
None | |||
=== Games === | |||
* [[Afterlife]] [[000|*.000]] | |||
{{GRAFPageFooter}} | |||
[[Category:Complete Complete|Afterlife 000]] | |||
[[Category:Platform PC|Afterlife 000]] | |||
[[Category:CE None|Afterlife 000]] | |||
[[Category:File Format]] | |||
Latest 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