Disney Th!nk Fast .WAD
- 
				lemurboy12
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
Disney Th!nk Fast .WAD
The WAD is the archive and INF has the file listing.
			
			
									
						
										
						- 
				rabatini
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: Disney Th!nk Fast .WAD
Code: Select all
Open FDDE INF 0
Open FDDE WAD 1
Get UNKNOWN Long 0
Get infSIZE Long 0
Get numTABLES Long 0
Get UNKNOWN Long 0
Get headerSIZE Long 0
Get idsOFFSET Long 0
SavePos tablesOFFSET 0
SavePos OFFSET 1
For I = 0 < numTABLES
   GoTo tablesOFFSET 0
   Get ID Long 0
   Get SIZE Long 0
   Get nameOFFSET Long 0
   SavePos tablesOFFSET 0
   
   GoTo nameOFFSET 0
   Get NAME String 0
   
   Log NAME OFFSET SIZE 1
   If SIZE > 0
      Math ALIGN = 0
      Do
         Math ALIGN + 2048
      While ALIGN < SIZE
      Math OFFSET + ALIGN
   EndIf
Next I