MediEvil MWD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== MWD == * ''' Game ''': MediEvil <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...") |
imported>Ikskoks |
||
| Line 11: | Line 11: | ||
// MediEvil MWD file format | // MediEvil MWD file format | ||
//header | |||
4 bytes (char) - magic // "DAWM" | |||
4 bytes - nulls | |||
70 bytes - creation date and creation time // "Creation Date: Thursday, 24th September 1998.Creation Time: 13:45:17" | |||
1970 bytes - padding | |||
//data | |||
num_of_files * | |||
{ | |||
x bytes - file data | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:55, 21 October 2020
MWD
- Game : MediEvil
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// MediEvil MWD file format
//header
4 bytes (char) - magic // "DAWM"
4 bytes - nulls
70 bytes - creation date and creation time // "Creation Date: Thursday, 24th September 1998.Creation Time: 13:45:17"
1970 bytes - padding
//data
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- MWD is main archive for MediEvil. It stores textures, texts, models etc.
Other Games
List of other games using this file format:
- MediEvil 2
- Frogger
- C-12 Final Resistance