WWE Raw 2 FPK: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse |
imported>Ikskoks No edit summary |
||
| Line 52: | Line 52: | ||
* [[MultiEx Commander|MultiEx Commander]] | * [[MultiEx Commander|MultiEx Commander]] | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 17:12, 25 January 2021
Choose archive extension:
FPK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Number Of Directories
uint32 {4} - Number Of Files
uint32 {4} - Length Of File Data
uint32 {4} - Unknown
uint32 {4} - Unknown
// for each directory {
- char {20} - Directory Name (null) (first directory name is "___RootDirectory___")
- uint16 {2} - Number Of Sub-Directories in this directory
- uint16 {2} - Number Of Files in this directory
- uint32 {4} - Unknown (null if no subdirectories)
- uint32 {4} - Unknown (null if no files)
- // for each sub-directory in this directory {
- repeat from "//for each directory"
- }
- repeat from "//for each directory"
- }
// for each file {
- char {20} - Filename (null)
- uint32 {4} - Offset (relative to the end of the directory)
- uint32 {4} - Length
- }
byte {X} - File Data
MultiEx BMS Script
- 100% working processed by a plugin for Multiex Commander