Armored Fist 3: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
No edit summary
 
(No difference)

Latest revision as of 01:39, 3 January 2021

Choose archive extension:

PFF


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