GRAF:AFL 99 PGF
From XentaxWiki
Back to index | Edit this page
Contents
PGF
- Format type: Archive
- Endianness: Little-endian
Format Specifications
char {4} - Header (TCA + 0x02)
uint32 {4} - Version (1)
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - null
uint32 {4} - Unknown
uint16 {2} - Number Of Files?
// for each file
- byte {44} - Unknown Junk
- char {X} - Filename (null) (filename is absolute - ie it is D:\XXX)
// for each file
- uint16 {2} - Unknown
- char {X} - Filename (null)
- char {X} - File Type Description 1 (null)
- char {X} - File Type Description 2 (null)
- byte {60} - Unknown Junk
- byte {X} - File Data
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Links
None