ScummVM: Difference between revisions
No edit summary |
FosterHaven (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
|logo = ScummVMHD.png | |logo = ScummVMHD.png | ||
|logowidth = 250 | |logowidth = 250 | ||
|orig-developer = [ | |orig-developer = [[wikipedia:Ludvig_Strigeus|Ludvig Strigeus]] <small>(ludde)</small>, Vincent "yaz0r" Hamm, [https://www.scummvm.org/credits/#retired_leaders ScummVM Team] | ||
|developer = [https://github.com/sev- Eugene Sandulenko] <small>(sev)</small>, [https://github.com/Strangerke Arnaud Boutonné] <small>(Strangerke)</small>, [https://github.com/scummvm/scummvm/graphs/contributors ScummVM Team] | |developer = [https://github.com/sev- Eugene Sandulenko] <small>(sev)</small>, [https://github.com/Strangerke Arnaud Boutonné] <small>(Strangerke)</small>, [https://github.com/scummvm/scummvm/graphs/contributors ScummVM Team] | ||
|version = {{ScummVMVer}} | |version = {{ScummVMVer}} | ||
| Line 19: | Line 19: | ||
}} | }} | ||
'''ScummVM''' is | '''ScummVM''' is an open-source collection of [[Game Engine Recreations and Source Ports|game engine recreations]] based around various adventure games and RPGs from the late 80s and 90s, and supports over 250 games (over 1800 if you count text adventures), making it the biggest project of its kind. | ||
project of its kind. | |||
==Downloads== | ==Downloads== | ||
| Line 26: | Line 25: | ||
==Overview== | ==Overview== | ||
Script Creation Utility for Maniac Mansion | ScummVM was originally a reverse engineered reimplementation of <abbr title="Script Creation Utility for Maniac Mansion">SCUMM</abbr>, the game engine used in the adventure game Maniac Mansion, and it released on October 8, 2001. SCUMM is notable for its portability, having originally been designed for the Commodore 64, and then later ported to the Apple II and IBM PC. The process of using intermediate code in game development alleviated the burden of having to redevelop Maniac Mansion from scratch; by reusing the intermediate code, LucasArts saved time on getting subsequent ports to market. | ||
ScummVM | ScummVM is similar; the simplicity of the engine makes it portable to a wide variety of platforms. Unlike a full-fledged system emulator, ScummVM only uses the resources it needs to run the games, like the original SCUMM (though the codebase does have emulators for hardware like sound cards), making the system requirements ''very'' modest and forgiving. Multiple versions of the same game are often supported, such as PC and console versions. Support for many games in ScummVM has even been contributed by official developers. Disney even republished Maniac Mansion on Steam using an outdated version of ScummVM. | ||
ScummVM | On October 9, 2020, in a similar precedent to [[MAME]] and its fork MESS, the ScummVM Team merged the sister project [[ResidualVM]] into the ScummVM repository.<ref>https://www.scummvm.org/news/20201009</ref> | ||
==Supported games== | ==Supported games== | ||
Here | ScummVM supports over 250 games from many publishers and developers. Here are just a few examples of the games it can run. For a more complete list, check out [https://www.scummvm.org/compatibility their compatibility page]. | ||
* '''2D point-and-click adventure''' - Monkey Island, Maniac Mansion, Sam & Max, Blade Runner, Simon the Sorcerer, Broken Sword, King's Quest, The Neverhood, Indiana Jones, and many more from companies such as; LucasArts, Sierra, Adventure Soft, Humongous Entertainment, Revolution, etc. | * '''2D point-and-click adventure''' - Monkey Island, Maniac Mansion, Sam & Max, Blade Runner, Simon the Sorcerer, Broken Sword, King's Quest, The Neverhood, Indiana Jones, and many more from companies such as; LucasArts, Sierra, Adventure Soft, Humongous Entertainment, Revolution, etc. | ||
| Line 42: | Line 41: | ||
==Features== | ==Features== | ||
These are some of the features that ScummVM has over the | These are some of the features that ScummVM has over the original games. | ||
* Ported to [https://wiki.scummvm.org/index.php?title=Platforms lots of systems] | * Ported to [https://wiki.scummvm.org/index.php?title=Platforms lots of systems] | ||
| Line 55: | Line 54: | ||
==Guides and Info== | ==Guides and Info== | ||
*[http://wiki.scummvm.org/index.php/Main_Page ScummVM Wiki] | *[http://wiki.scummvm.org/index.php/Main_Page ScummVM Wiki] | ||
*[https://www.scummvm.org/compatibility | *[https://www.scummvm.org/compatibility Compatibility list] | ||
*[https://osgameclones.com Open Source Game Clones Wiki] | *[https://osgameclones.com Open Source Game Clones Wiki] | ||