World Championship Poker 2 WAD 1: Difference between revisions

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

Revision as of 10:31, 20 December 2005

WAD (TYPE 1)


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 ;

Supported Programs