Pilot Down - Behind Enemy Lines WGA: Difference between revisions
Jump to navigation
Jump to search
imported>PXR No edit summary |
imported>PXR No edit summary |
(No difference)
| |
Revision as of 19:22, 28 November 2005
Choose archive extension:
WGA
- Format Type : Archive
- Endian Order : Little Endian
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
- }
- 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} - Filename Length
- uint32 {4} - Number Of Sub-Directories In This Directory?
- // for each sub-directory in this directory
- // repeat from "// for each directory"
- // repeat from "// for each directory"
byte {X} - File Data
MultiEx BMS
Not written yet