In-Fishermen Freshwater Trophies PKF: Difference between revisions
Jump to navigation
Jump to search
imported>PXR No edit summary |
imported>PXR mNo edit summary |
||
| Line 9: | Line 9: | ||
<tt><b> | <tt><b> | ||
uint32 {4} - Length of | uint32 {4} - Length of Directory <br> | ||
<br> | <br> | ||
<font color="blue"> ''' // for each directory ''' </font> <br> | <font color="blue"> ''' // for each directory ''' </font> <br> | ||
Revision as of 12:42, 16 January 2006
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.