Wanted Guns PKF
(Redirected from Wanted Guns)
Choose archive extension:
PKF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
// for each file
- char {256} - Filename (null) (including full path)
- char {256} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - null
- uint32 {4} - File Length
- uint32 {4} - File Length
byte {X} - File Data
MultiEx BMS Script
ImpType Standard ; Get FILENUM Long 0 ; For F = 1 To FILENUM ; GetDString FNAME 256 0 ; GetDString FNAME 256 0 ; SavePos FOFFSETX 0 ; Get FOFFSET Long 0 ; Get NULL Long 0 ; Get FSIZE Long 0 ; SavePos FSIZEX 0 ; Get FSIZE Long 0 ; Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ; Next F ;