Wonderland Online MMG: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == MMG == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...") |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 20: | Line 20: | ||
// info array | // info array | ||
num_of_files * | |||
{ | { | ||
1 byte (uint8) - file type? // 0x09 - .map file | 1 byte (uint8) - file type? // 0x09 - .map file | ||
Latest revision as of 17:16, 8 May 2021
Back to index | Edit this page
MMG
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Wonderland Online
// MMG file format
num_of_files *
{
x bytes - file data
}
// info array
num_of_files *
{
1 byte (uint8) - file type? // 0x09 - .map file
// 0x0C - .wem file
12 bytes (char) - filename + padding // e.g. "10007.map"
8 bytes - unknown
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
2 bytes (uint16) - number of files
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Wonderland Online
Compatible Programs
None.