Jump to content

Madeline's European Adventures (PC) .MAV


Recommended Posts

  • Members
Posted

I'm assuming these files are a container of images, and based on some of the information in the header, maybe the pixel data is compressed using an RLE like in PCX files?

 

Therefore, approximate structure looks to be this, although not entirely sure how to rebuild the images.

 

// HEADER
  X - Header

// IMAGES
  // for each image
    2 - Unknown
    2 - Unknown
    2 - Image Width
    2 - Image Height
    2 - Number of bytes per scan line when unpacked?
    2 - null
    4 - Unknown (1)
    4 - Pixel Data Unpacked Length
    4 - Data Block 2 Length
    8 - null
    4 - Unknown (1)
    28 - null Padding
    X - Data Block 1
    X - Data Block 2

 

  • Moderators
Posted

Not all of them. There is a "BM" signature at the beginning of "100-09.MAV" and "102-03.MAV" and "GIF" signature in "102-06.MAV".
So directory may be stored in EXE file.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...