Armored Fist 3
From XentaxWiki
Choose archive extension:
PFF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - First File Offset (20)
char {4} - Header (PFF3)
uint32 {4} - Number Of Files
uint32 {4} - Length Of Each Directory Entry (32)
uint32 {4} - Directory Offset
byte {X} - File Data
// for each file
- uint32 {4} - End Of Directory Marker (#=end of directory, 0=file entry)
- uint32 {4} - File Offset
- uint32 {4} - File Size
- uint32 {4} - Some kind of file type identifier?
- char {16} - Filename (null)
uint32 {4} - End Of Directory Marker (ie the first field in the loop above - non-null value)
uint32 {4} - null
char {4} - End Of Archive Tag (KING)
MultiEx BMS Script
Not written yet
Compatible Programs