Wonderland Online MMG
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_entries *
{
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.