Star Wars - Battle For Naboo BIN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 14:58, 21 January 2021

Choose archive extension:

BIN


Format Specifications

uint32 {4}   - Directory Offset
uint32 {4}   - Directory Length

byte {X}     - File Data

// Directory

// for each file
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - Unknown
uint32 {4}   - Unknown
char {16}    - Filename (null)


MultiEx BMS Script

Get FILESTART Long 0 ;
Get FILEJMP Long 0 ;
Set FILECNTL Long FILEJMP ;
Math FILECNTL /= 32 ;
Do ;
GoTo FILESTART 0 ;
Get FILEOFF Long 0 ;
Get FILESIZE Long 0 ;
Get DUMMYL Long 0 ;
Get DUMMYL Long 0 ;
GetDString FILENAME 16 0 ;
SavePos FILESTART 0 ;
Log FILENAME FILEOFF FILESIZE 0 0 ;
Math EXTRCNT += 1 ;
While EXTRCNT <> FILECNTL ;

Compatible Programs