World Championship Poker 2 WAD 2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 16:07, 12 December 2005

WAD (TYPE 2)


Format Specifications

char {16}    - Archive Name (null)
char {4}     - Header ("TOC"+null byte)
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