Pilot Down - Behind Enemy Lines WGA: 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 03:42, 27 October 2005

Choose archive extension:

WGA


Format Specifications

uint32 {4}   - Directory Length?
uint32 {4}   - Version (1)?

// for each directory

uint32 {4}   - Directory Name Length
char {X}     - Directory Name
uint32 {4}   - Number Of Files In This Directory


// for each file in this directory
uint32 {4}   - Filename Length
char {X}     - Filename
uint32 {4}   - File Offset?
uint32 {4}   - File Length?


uint32 {4}   - Number Of Sub-Directories In This Directory?
// for each sub-directory in this directory
// repeat from "// for each directory"


byte {X}     - File Data

MultiEx BMS

Not written yet

Supported Programs