World Championship Poker 2 WAD 2
Jump to navigation
Jump to search
WAD (TYPE 2)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {16} - Archive Name (null)
uint32 {4} - Header ("TOC" + null)
uint32 {4} - Directory Length
uint16 {2} - null
uint16 {2} - Number Of Files
uint32 {4} - Unknown
// for each file
- char {16} - Filename (without extension) (null)
- char {4} - Filename Extension (null)
- uint32 {4} - File Length
- uint32 {4} - null
- uint32 {4} - Unknown
byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
- Some entries seems to be invalid (or just working in some other sort of way), e.g. one file may have a file offset pointing to the middle of another file.
Supported Programs
- None at the moment