World Championship Poker 2 WAD 1
Jump to navigation
Jump to search
WAD (TYPE 1)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {16} - Filename (without extension) (null)
- char {4} - Filename Extension (null)
- uint32 {4} - File Length
- uint32 {4} - Unknown
- byte {X} - File Data
MultiEx BMS Script
Do ; GetDString FNAME 20 0 ; Get FSIZE Long 0 ; If FSIZE = 0 ; CleanExit ; EndIf ; Get FOOBAR Long 0 ; Get FOOBAR Long 0 ; SavePos FOFFSET 0 ; Log FNAME FOFFSET FSIZE 0 0 ; Math FOFFSET += FSIZE ; GoTo FOFFSET 0 ; While NotEOF <> 0 ;