Hostile Waters MNG: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 03:45, 12 December 2005
MNG
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (ZGWH)
uint32 {4} - Number Of Files
// for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
- uint32 {4} - Compressed File Length
- uint32 {4} - Decompressed File Length
- uint32 {4} - File Offset
byte {X} - File Data
MultiEx BMS
ImpType Standard ; ComType ZLib1 ; IDString 0 ZGWH ; Get FILECNTL Long 0 ; For T = 1 To FILECNTL ; Get FILENAME String 0 ; SavePos CSO 0 ; Get CS Long 0 ; SavePos UCSO 0 ; Get UCS Long 0 ; SavePos FOO 0 ; Get FO Long 0 ; SavePos FILESTART 0 ; CLog FILENAME FO CS FOO CSO UCS UCSO ; Next T ;
Notes and Comments
- Uses ZLib compression