GRAF:Halo MAP: Difference between revisions
Jump to navigation
Jump to search
imported>Matsy |
imported>Matsy |
(No difference)
| |
Revision as of 16:15, 6 February 2007
MAP (VERSION 1 AND 2)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Version (1) or (2)
uint32 {4} - Filename Directory Offset (filenames are null terminated)
uint32 {4} - Directory Offset
uint32 {4} - Number Of Files
byte {X} - File Data
// Directory
- // for each file
- uint32 {4} - ID?
- uint32 {4} - Size
- uint32 {4} - Offset
- uint32 {4} - ID?
MultiEx BMS Script
Imptype Standard;
Get Version Long 0;
Get FDO Long 0;
Get DO Long 0;
Get FC Long 0;
For T = 1 to FC;
Goto FDO 0;
Get FN String 0;
SavePos FDO 0;
Goto DO 0;
Get UK Long 0;
SavePos FSO 0;
Get FS Long 0;
SavePos FOO 0;
Get FP Long 0;
SavePos DO 0;
Log FN FP FS FOO FSO;
Next T;