MediEvil MWD

From XentaxWiki
(Redirected from GRAF:3D Frogger MWD)
Jump to: navigation, search

MWD


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
   x bytes - padding
}

MultiEx BMS Script

Not written yet.

QuickBMS Script

Notes and Comments

  • MWD is main archive for MediEvil. It stores textures, texts, models etc.
  • It appears that file offsets are stored in main executable in structure called MediEvil WAD Index.

Other Games

List of other games using this file format:

  • MediEvil 2
  • C-12 Final Resistance
  • Frogger
  • Beast Wars: Transformers

Compatible Programs