SCUMM

From Wikipedia, the free encyclopedia

For other meanings, see Scum.

SCUMM stands for Script Creation Utility for Maniac Mansion and is a scripting language developed at LucasArts (known at the time as Lucasfilm Games) to ease development of the graphical adventure game Maniac Mansion.

It is somewhere between a game engine and a programming language, allowing designers to create locations, items and dialogue sequences without writing code in the actual language the game source code would end up in. This also meant that the game's script and data files could be re-used across various platforms. SCUMM is also a host for embedded game engines such as iMUSE (standing for Interactive MUsic Streaming Engine), INSANE (standing for INteractive Streaming ANimation Engine), CYST (in-game animation engine), FLEM (places and names object inside a room), MMUCUS. SCUMM has been released on the following platforms: 3DO, Amiga, Apple II, Atari ST, CDTV, Commodore 64, Fujitsu Towns & Marty, Apple Macintosh, NES, MS-DOS/PC-DOS, Microsoft Windows, Sega Mega-CD and TurboGrafx-16/PC Engine

Contents

[edit] History

The original version was coded by Aric Wilmunder and Ron Gilbert in 1987, with later versions enhanced by Aric Wilmunder (a.k.a. the SCUMM Lord) and various others.

SCUMM was subsequently reused in many later LucasArts adventure games being both updated and rewritten several times. There are at least 10 known versions of the SCUMM engine, numbered as "version 0" (for the original Commodore 64 version of Maniac Mansion), "version 1", "version 1.5" (for the NES version of Maniac Mansion), and "version 2" up through "version 8". LucasArts finally abandoned the SCUMM engine in 1998 when they switched to GrimE for the games Grim Fandango and Escape from Monkey Island.

There are at least a few unofficial clones of the engine, such as a BASIC/6502 assembly clone for the Apple II used in a game called "Terminal Boredom."

[edit] Design

Most SCUMM games feature a verb-object design paradigm. The player-controlled character has an inventory, and the game world is littered with objects with which the player can interact, using a variety of verbs — a large collection of these featured in the early games, but by The Curse of Monkey Island these had been whittled down to using one's eyes (to "Look at" or "Look through"), hands (to "Use", "Pick up", "Push", "Pull", etc.), or mouth ("Talk to", "Consume", "Inhale").

Puzzles generally involve using the right verb action with the appropriate object — "use biscuit cutter with another rubber tree", for example.

"Talk to" produces dialogue sequences, in which the player selects from a list of pre-defined questions or comments, and the character they are talking to replies with a pre-defined response.

The notable exception to this general paradigm is LOOM, which does not use the standard verb/object paradigm, but does feature dialogue sequences.

[edit] Versions

Maniac Mansion on the Commodore 64
Maniac Mansion on the Commodore 64

[edit] Version 0

[edit] Version 1

[edit] Version 1.5

  • Maniac Mansion (NES version)

[edit] Version 2

Zak McKracken and the Alien Mindbenders, enhanced PC version
Zak McKracken and the Alien Mindbenders, enhanced PC version
  • Maniac Mansion (Amiga and enhanced PC versions)
  • Zak McKracken and the Alien Mindbenders (Amiga, Atari ST and enhanced PC versions)

[edit] Version 3

LOOM
LOOM

[edit] Version 4

  • The Secret of Monkey Island (Amiga and EGA/VGA PC floppy disk versions)
  • LOOM (VGA PC CD-ROM version)
  • Passport to Adventure (PC EGA Demos of The Secret of Monkey Island, Loom, and Indiana Jones and the Last Crusade)

[edit] Version 5

Indiana Jones and the Fate of Atlantis
Indiana Jones and the Fate of Atlantis

Note: The iMUSE technology was first implemented in this version of SCUMM. Also at this point, the SCUMM system branched off when developer Ron Gilbert licensed it for use in the games created by his company, Humongous Entertainment. The SCUMM system continued to grow there on a separate track up to version 11.

[edit] Version 6

[edit] Version 7

[edit] Version 8

The Curse of Monkey Island
The Curse of Monkey Island

[edit] Today

ScummVM is an open source project to make a free, portable, SDL-library based, SCUMM-engine client written in C++. This allows many of the SCUMM-engine games to be played on systems where the original versions will not work or have trouble operating including modern Windows and Macintosh systems, GNU/Linux, Palm OS, PocketPC, Sega Dreamcast, Xbox, Playstation 2, Playstation Portable, Nintendo DS, GP2X, and Symbian (SeriesXX and UIQ) platforms (see compatibility list at http://wiki.scummvm.org/index.php/Platforms).

[edit] See also

[edit] References

[edit] External links