dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Decode MMP files #50

Open dressupgeekout opened 4 years ago

dressupgeekout commented 4 years ago

Based on the ISO I found on the Internet Archive (https://archive.org/details/Rocketts_Adventure_Maker_Purple_Moon_1998) it looks like Adventure Maker contains a MMP file. Wonder what's going on here.

dressupgeekout commented 4 years ago

This archive contains a gazillion so-called "pictures" which have the "PICT" file extension. I wonder if that's exactly the same as Apple's QuickDraw file format "PICT". GraphicsMagick would be able to decode these, if that's the case.

Screen Shot 2020-07-17 at 1 36 27 PM

dressupgeekout commented 4 years ago

BTW there's what looks like to be a CLUT inside of these things.

Exactly 256 triplets of 8-bit values, which immediately precedes the raw image data? This has to be a CLUT.

Screen Shot 2020-07-20 at 12 39 25 PM