Difference between revisions of "Candy Land"

From The VG Resource Wiki
Jump to: navigation, search
Line 14: Line 14:
 
It is recommended to extract them with Aluigi's [http://aluigi.altervista.org/quickbms.htm Millionaire3 script].
 
It is recommended to extract them with Aluigi's [http://aluigi.altervista.org/quickbms.htm 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 [https://github.com/puggsoy/tiledggd-pe- TiledGGD] to take a look at them.
+
Extraction should result in a series of named files, most or all with the '''.PICT''' extension. Open them in [https://github.com/puggsoy/tiledggd-pe- TiledGGD] to take a look.
  
 
These .PICT files will come in several different variations:
 
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 (which has comments added by myself).
 
* '''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 (which has comments added by myself).
* '''Transparency Compressed:''' Images with a distinctly "swirled" or garbled appearance, despite having the correct colors or recognizable aspects. Their compression type is unknown, but is a type of transparency-only compression.
+
* '''Transparency Compressed:''' Images with a "swirled" appearance, despite having recognizable aspects. Their compression is a type of transparency-only compression. You can convert them into PNG with [https://paste.gg/p/anonymous/aed4d92adb5d4eaa9d760c76dfb5a962 this Python script], also by Raccoon Sam.
 
* '''Compressed:''' Compressed images whose 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.
+
* '''"Gray" Uncompressed:''' Uncompressed images with a gray appearance. Their image data is 8 bits/pixel with a 4 bytes/color RGB header.
  
 
View a visual example of all of these formats [https://files.catbox.moe/umzoky.png here].
 
View a visual example of all of these formats [https://files.catbox.moe/umzoky.png here].

Revision as of 19:15, 2 February 2022

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. Open them in TiledGGD to take a look.

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 (which has comments added by myself).
  • Transparency Compressed: Images with a "swirled" appearance, despite having recognizable aspects. Their compression is a type of transparency-only compression. You can convert them into PNG with this Python script, also by Raccoon Sam.
  • Compressed: Compressed images whose compression type is unknown.
  • "Gray" Uncompressed: Uncompressed images with a gray appearance. Their image data is 8 bits/pixel with a 4 bytes/color RGB header.

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