WWE Raw 2 FPK: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse |
imported>Mr.Mouse |
||
| Line 46: | Line 46: | ||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
* | |||
* 100% working processed by a plugin for Multiex Commander | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 11:12, 24 May 2005
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