Black And White: Difference between revisions

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

Revision as of 00:47, 16 May 2005

Choose archive extension:

SAD


Format Specifications

char {8}     - Header (LiOnHeAd)
char {21}    - Description (LHFileSegmentBankInfo)
byte {11}    - null
uint32 {4}   - First File Start [+72]

// go to firstFileStart

uint32 {4}   - Second File Start [+32+CurrentOffset]
byte {X}     - File Data


// go to secondFileStart
uint32 {4}   - Offset Value
uint32 {4}   - Number Of Files


if (offsetVal > 0){
offsetVal = OffsetVal / NumFiles
}


// for each file
char {256}   - Filename (null) (including c:\)
byte {12}    - Unknown
uint32 {4}   - File Length
uint32 {4}   - Unknown


MultiEx BMS Script

Not written yet

Compatible Programs