In-Fishermen Freshwater Trophies PKF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>PXR
No edit summary
 
imported>Ikskoks
 
(6 intermediate revisions by 2 users not shown)
Line 9: Line 9:


<tt><b>
<tt><b>
uint32 {4}&nbsp;&nbsp; - Length of File Directory <br>  
uint32 {4}&nbsp;&nbsp; - Length of Directory <br>  
<br>
<br>
<font color="blue"> ''' // for each directory ''' </font> <br>  
<font color="blue"> ''' // for each directory ''' </font> <br>  
Line 35: Line 35:


None at the moment.
None at the moment.
[[Category:File Format]]

Latest 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.