GRAF:AFL 99 PAF: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 mNo edit summary |
imported>Dinoguy1000 mNo edit summary |
||
| Line 7: | Line 7: | ||
{{GRAFPageFormat|1=byte {1} - Number Of Files | {{GRAFPageFormat|1=byte {1} - Number Of Files | ||
{{ | {{BlockDescription| // for each file }} | ||
: uint32 {4} - {{Unknown}} | : uint32 {4} - {{Unknown}} | ||
: uint32 {4} - End Of Directory Marker {{ | : uint32 {4} - End Of Directory Marker {{InlineComment|(0=end of directory, #=more files)}} | ||
: uint32 {4} - {{Unknown}} | : uint32 {4} - {{Unknown}} | ||
: uint32 {4} - Offset {{ | : uint32 {4} - Offset {{InlineComment|(relative to the end of the directory)}} | ||
byte {X} - File Data}} | byte {X} - File Data}} | ||
Revision as of 22:13, 29 January 2007
Back to index | Edit this page
PAF
- Format type: Archive
- Endianness: Little-endian
Format Specifications
byte {1} - Number Of Files
// for each file
- uint32 {4} - Unknown
- uint32 {4} - End Of Directory Marker (0=end of directory, #=more files)
- uint32 {4} - Unknown
- uint32 {4} - Offset (relative to the end of the directory)
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Links
None