AWE Productions OMT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→OMT) |
imported>Ikskoks |
||
| Line 21: | Line 21: | ||
// | // index | ||
4 bytes (uint32) - unknown // 3 | |||
4 bytes (char) - type? // "Wave" | |||
4 bytes (uint32) - number of files | |||
number_of_files * | |||
{ | |||
4 bytes (uint32) - file ID // 0, 1, 2... | |||
4 bytes (uint32) - file data offset | |||
4 bytes (uint32) - file data size | |||
1 byte (uint8) - filename length | |||
x bytes (char) - filename // e.g. "officeloop" | |||
} | |||
// unknown | |||
4 bytes (char) - signature // "mCTy" | |||
4 bytes (uint32) - unknown // 1 | |||
4 bytes (uint32) - unknown | |||
4 bytes (uint32) - some offset | |||
4 bytes (uint32) - unknown // 63 | |||
1 byte (uint8) - null | |||
// footer | |||
4 bytes (char) - chunk signature // "0HDR" | |||
4 bytes (uint32) - archive version? // 1 | |||
// 0HID subchunk | |||
{ | |||
4 bytes (char) - chunk signature // "0HID" | |||
4 bytes (uint32) - index offset | |||
4 bytes (uint32) - index+footer size | |||
4 bytes (uint32) - nulls | |||
17 bytes - unknown | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:15, 5 June 2022
Back to index | Edit this page
OMT
- Format Type : Archive
- Endian Order : Big Endian
- Signature : 0MF2 / 0HDR / 0HID
Format Specifications
// data
4 bytes (char) - chunk signature // "0MF2"
4 bytes (uint32) - index offset
num_of_Files *
{
x bytes - file data
}
// index
4 bytes (uint32) - unknown // 3
4 bytes (char) - type? // "Wave"
4 bytes (uint32) - number of files
number_of_files *
{
4 bytes (uint32) - file ID // 0, 1, 2...
4 bytes (uint32) - file data offset
4 bytes (uint32) - file data size
1 byte (uint8) - filename length
x bytes (char) - filename // e.g. "officeloop"
}
// unknown
4 bytes (char) - signature // "mCTy"
4 bytes (uint32) - unknown // 1
4 bytes (uint32) - unknown
4 bytes (uint32) - some offset
4 bytes (uint32) - unknown // 63
1 byte (uint8) - null
// footer
4 bytes (char) - chunk signature // "0HDR"
4 bytes (uint32) - archive version? // 1
// 0HID subchunk
{
4 bytes (char) - chunk signature // "0HID"
4 bytes (uint32) - index offset
4 bytes (uint32) - index+footer size
4 bytes (uint32) - nulls
17 bytes - unknown
}
Notes and Comments
None.
Games
List of games using this file format:
- Scooby-Doo 2: Monsters Unleashed (PC) (*.OMT)
- SpongeBob SquarePants: Employee of the Month (PC) (*.OMT)
QuickBMS Script
Compatible Programs
None.