Tomb Raider 3 WAD: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 15:52, 12 December 2005
WAD
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {536} - Unknown
// for each file
- byte {260} - Filename (null)
- uint32 {4} - File Length
- uint32 {4} - File Offset
byte {X} - File Data
MultiEx BMS Script
Set FILECNTL Long 0 ; Set FILESTART Long 0 ; Do ; Math FILESTART += 250 ; Math FILESTART += 10 ; GoTo FILESTART 0 ; Get FILESIZE Long 0 ; Get FILEOFF Long 0 ; SavePos FILESTART 0 ; Log FILENAME FILEOFF FILESIZE 0 0 ; While NotEOF <> 0 ;