In-Fishermen Freshwater Trophies PKF: Difference between revisions
Jump to navigation
Jump to search
imported>PXR mNo edit summary |
imported>Ikskoks No edit summary |
||
| Line 35: | Line 35: | ||
None at the moment. | None at the moment. | ||
[[Category:File Format]] | |||
Revision as of 15:04, 10 January 2021
PKF
- Format Type : Archive
- Endian Order : Little Endian
- Date Posted : Jan. 16, 2006
Format Specifications
uint32 {4} - Length of Directory
// for each directory
- char {64} - Directory Name (null) (completly null for root)
- uint32 {4} - Number of Files in Directory
- uint32 {4} - Number of Sub-Directories in Directory
- uint32 {4} - Offset to First File in Directory
- uint32 {4} - Offset to Frist Directory in Directory
// for each file
- char {64} - File Name (null)
- uint32 {4} - File Length
- uint32 {4} - File Offset
byte {X} - File Data
MultiEx BMS Script
Not written yet.
Compatible Programs
None at the moment.