Difference between revisions of "Candy Land"

From The VG Resource Wiki
Jump to: navigation, search
Line 8: Line 8:
 
'''''Candy Land''''' is a simulation game developed by ImageBuilder Software, Inc. and published by Hasbro Interactive, Inc. in 1998.
 
'''''Candy Land''''' is a simulation game developed by ImageBuilder Software, Inc. and published by Hasbro Interactive, Inc. in 1998.
  
==Information==
 
File Formats:
 
* '''.MMP''': "MMFW Pictures" image archive, containing '''.PICT''' files.
 
* '''.MMA''': "MMFW Sounds" sounds archive, containing '''.AIF''' files.
 
* '''.MMF''': "MMFW Films" video file, containing a '''.flm''' file.
 
  
The '''.MMP''' format is documented [http://wiki.xentax.com/index.php/Scooby_Doo_Case_Files_MMP_MMFW here] and [https://forum.xentax.com/viewtopic.php?f=10&t=17693 here].
+
==File Formats==
 +
===Images===
 +
Images are contained in '''.MMP''' archives. These archives are documented [http://wiki.xentax.com/index.php/Scooby_Doo_Case_Files_MMP_MMFW here], [https://forum.xentax.com/viewtopic.php?f=10&t=17693 here] and [https://github.com/david47k/mmex here].
 +
It is recommended to extract them with Aluigi's [http://aluigi.altervista.org/quickbms.htm Millionaire3 script].
  
The format is supported in Game Extractor, and when extracted through it, the result is a series of what are likely compressed image files. GE doesn't give them their internal names when extracting. The [https://github.com/david47k/mmex mmex tool] and the [http://aluigi.altervista.org/quickbms.htm Millionaire3 script] also support the format.
+
Extraction should result in a series of named files, most or all with the '''.PICT''' extension. When you have them, open them in [https://github.com/puggsoy/tiledggd-pe- TiledGGD] to take a look at them.
  
The '''.MMA''' format is documented [https://zenhax.com/viewtopic.php?t=12338 here].
+
These .PICT files will come in several different variations:
 +
* '''Uncompressed:''' Images that come in uncompressed, 32 bits/pixel ARGB format. You can convert them into PNG with [https://paste.gg/p/anonymous/de3b499381c14fca86d024038a782ea0 this Python script] by Racoon Sam.
 +
* '''Transparency Compressed:''' Images with a distinctly "swirled" or garbled appearance, despite having the correct colors or recognizable aspects. Their compression type is unknown.
 +
* '''Compressed:''' Compressed images whose compression type is unknown.
 +
* '''"Gray" Uncompressed:''' Uncompressed images with a gray appearance, without any of the colors it shows up with in-game. These images have a header to them that may contain the image's true colors.
 +
 
 +
View a visual example of all of these formats [https://files.catbox.moe/umzoky.png here].
 +
 
 +
===Sounds===
 +
Sounds are contained in '''.MMS''' archives, which are documented [https://zenhax.com/viewtopic.php?t=12338 here]. They can also be extracted with the [http://aluigi.altervista.org/quickbms.htm Millionaire3 script]. The result of extracting should be '''.AIF''' files.
 +
 
 +
These .AIF files are not your "standard" .AIF files, however, and can't be played in an audio player. Their format is unknown, but if you import them as raw data into Audacity as Signed 8-bit PCM and turn the sample rate way down, you should hear something recognizable.
 +
 
 +
===Films===
 +
'''.MMF''' files contain a single '''.flm''' file. Curiously, they are not true FMVs/videos like you would expect. Instead, they are a container format for image and sound files. Some of the image files are uncompressed and some are transparency compressed. It is not yet possible to extract these individually
  
 
==Filesystem Guide==
 
==Filesystem Guide==

Revision as of 20:24, 10 September 2021

Box Art

Candy Land

Developer: ImageBuilder
Publisher: Hasbro Interactive
Platforms:Windows


Candy Land is a simulation game developed by ImageBuilder Software, Inc. and published by Hasbro Interactive, Inc. in 1998.


File Formats

Images

Images are contained in .MMP archives. These archives are documented here, here and here. It is recommended to extract them with Aluigi's Millionaire3 script.

Extraction should result in a series of named files, most or all with the .PICT extension. When you have them, open them in TiledGGD to take a look at them.

These .PICT files will come in several different variations:

  • Uncompressed: Images that come in uncompressed, 32 bits/pixel ARGB format. You can convert them into PNG with this Python script by Racoon Sam.
  • Transparency Compressed: Images with a distinctly "swirled" or garbled appearance, despite having the correct colors or recognizable aspects. Their compression type is unknown.
  • Compressed: Compressed images whose compression type is unknown.
  • "Gray" Uncompressed: Uncompressed images with a gray appearance, without any of the colors it shows up with in-game. These images have a header to them that may contain the image's true colors.

View a visual example of all of these formats here.

Sounds

Sounds are contained in .MMS archives, which are documented here. They can also be extracted with the Millionaire3 script. The result of extracting should be .AIF files.

These .AIF files are not your "standard" .AIF files, however, and can't be played in an audio player. Their format is unknown, but if you import them as raw data into Audacity as Signed 8-bit PCM and turn the sample rate way down, you should hear something recognizable.

Films

.MMF files contain a single .flm file. Curiously, they are not true FMVs/videos like you would expect. Instead, they are a container format for image and sound files. Some of the image files are uncompressed and some are transparency compressed. It is not yet possible to extract these individually

Filesystem Guide

  • CandyBHP.MMP = Images from Gramma Nutt's activities.
  • CandyCCP.MMP = Images from the game's finale.
  • CandyGMP.MMP = Images from Jolly's activities.
  • CandyHKP.MMP = Ambient effects, ending and credits.
  • CandyICP.MMP = Images from Queen Frostine's activities.
  • CandyLCP.MMP = Images from Lord Licorice's activities.
  • CandyLWP.MMP = Images from Princess Lolly's activities.
  • CandyMSP.MMP = Images from Gloppy's activities.
  • CandyPc2.MMP = Still images of the game board.
  • CandyPFP.MMP = Images from Mr. Mint's activities.
  • CandyPTP.MMP = Images from Plumpy's activities.

Games Using Similar Formats