MediEvil MWD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 7: | Line 7: | ||
=== Format Specifications === | === Format Specifications === | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width: | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
// MediEvil MWD file format | // MediEvil MWD file format | ||
| Line 14: | Line 14: | ||
4 bytes (char) - magic // "DAWM" | 4 bytes (char) - magic // "DAWM" | ||
4 bytes - nulls | 4 bytes - nulls | ||
70 bytes - creation date and creation time | 70 bytes (char) - creation date and creation time | ||
1970 bytes - padding | 1970 bytes - padding | ||
Revision as of 13:57, 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 (char) - creation date and creation time
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