Pilot Down - Behind Enemy Lines WGA

From XentaxWiki
Revision as of 19:22, 28 November 2005 by imported>PXR
Jump to navigation Jump to search

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

if (Number Of Files In This Directory > 0){
uint32 {4}   - Number Of Directories 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