This is the specifications for the archive file which is handled by the
Game Extractor plugin
Archive_PKF_3.
Endian Order: | Little Endian |
Compression: | None |
Encryption: | None |
This format is used by the following Games:
In-Fishermen Freshwater Trophies | *.pkf |
This is the format specification information:
| // ARCHIVE HEADER
4 - Directory Length
// DIRECTORY
// for each folder
64 - Folder Name (null) (root = null)
4 - Number of Files in this Folder
4 - Number of Sub-Folders in this Folder
4 - Offset to the First File in this Folder
4 - Offset to the First Sub-Folder in this Folder
// for each file
64 - Filename (null)
4 - File Length
4 - File Offset
// FILE DATA
// for each file
X - File Data |
Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download
Game Extractor (Basic Version) for
free, and see what it can do.
For further information on this format, refer to the source code on our
GitHub repository.