SCUMM

This is an old revision of this page, as edited by AdamWill (talk | contribs) at 10:23, 5 September 2002 (completely rewritten. the version stuff is a bit of a simplification, but it'll do.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SCUMM stands for Script Creation Utility for Maniac Mansion. It was a tool developed at LucasArts (known at the time as LucasFilm Games) to ease development of a graphic 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 coding in the actual language the game source code would end up in. SCUMM was subsequently reused in many later LucasArts adventure games, and updated and rewritten several times. There were eight versions of the SCUMM engine, known simply as "version 1", "version 2", etc. The original version was written by Aric Wilmunder and Ron Gilbert.

SCUMM version 1 was used in:

SCUMM version 2 was used in:

SCUMM version 3 was used in:

SCUMM version 4 was used in:

SCUMM version 5 was used in:

SCUMM version 6 was used in:

SCUMM version 7 was used in:

SCUMM version 8 was used in:

There is a open source project to make a free, portable, SDL library based, C++ coded SCUMM engine. This allows many of the SCUMM engine games to be played on systems where the original versions will not work or have trouble operating - many modern Windows systems, and Linux systems, for example. It is also functional on the PocketPC platform. The project is known as ScummVM.

See also: GrimE, SCI.


External links

ScummVM project page