World Championship Poker 2 WAD 2: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO |
imported>Ikskoks No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 36: | Line 36: | ||
* None at the moment | * None at the moment | ||
[[Category:File Format]] | |||
Latest revision as of 22:46, 4 February 2021
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