词条 | ScummVM |
释义 |
| name = ScummVM | logo = | screenshot = | caption = ScummVM 1.0.0's graphical user interface with the "modern" skin | author = Ludvig Strigeus | developer = ScummVM Team | released = {{Start date and age|2001|10|05|mf=yes}} | latest release version = 2.0.0 | latest release date = {{Start date and age|2017|12|17|mf=yes}} | programming language = C++ and SDL | operating system = Cross-platform | genre = Interpreter | license = GNU GPLv2 or later | website = {{URL|https://www.scummvm.org}} }} Script Creation Utility for Maniac Mansion Virtual Machine (ScummVM) is a set of game engine recreations. Originally designed to play LucasArts adventure games that use the SCUMM system, it also supports a variety of non-SCUMM games by companies like Revolution Software and Adventure Soft. It was originally written by Ludvig Strigeus.[1] Released under the terms of the GNU General Public License, ScummVM is free software. ScummVM is a reimplementation of the part of the software used to interpret the scripting languages such games used to describe the game world rather than emulating the hardware the games ran on; as such, ScummVM allows the games it supports to be played on platforms other than those for which they were originally released. FeaturesScummVM is a program that supports numerous adventure game engines via virtual machines, allowing the user to play supported adventure games on their platform of choice. ScummVM provides none of the original assets for the games it supports, and expects the user to properly own the original game's media so as to use the software legally. The official project website offers games that are freeware that work directly with ScummVM. Atop emulating the games, ScummVM enables players to save and load the state of the emulator at any time, enabling a save system atop whatever the emulated game may provide. It has also begun to work at providing alternate controls for newer devices, such as mobile devices with touch screens, which work atop the original games.[2]While ScummVM appears to function equivalently as a game emulator, the ScummVM team does not consider it as such. Outside of some subsystems like audio engines which they are forced to rely on emulation, ScummVM recreates game engines from older languages into more portable C++ code, so that the high-level opcodes in a game's assets will execute in the same manner as from their original release, while improving the portability of ScummVM to numerous platforms. The ScummVM team consider this an improvement over simply running the older games and their executables through an operating system emulator, such as DOSBox, since ScummVM's implements are more lightweight and require less processing power and memory, allowing use on more limited processing environments like mobile devices.[2] PortsPortability is a design goal of the project.[3] Ports of ScummVM are available for Microsoft Windows, macOS and a variety of Unix-like systems including Linux (based on RPM, Debian, or source), members of the BSD family (FreeBSD, NetBSD, OpenBSD, DragonFly BSD) and Solaris. It has also been ported to console systems. Less mainstream personal computer ports include those to Amiga, Atari-FreeMiNT, Haiku-BeOS-ZETA, and OS/2. A variety of game consoles have official ports. ScummVM has been ported to gaming machines such as the PlayStation 2, Dreamcast, Nintendo 64, GameCube, and Wii,[4] and to handheld consoles including the GCW Zero, GP2X, Nintendo DS, Pandora, PlayStation Portable and the PS Vita. Handheld computer platforms supported include Palm OS Tapwave Zodiac, Symbian (UIQ platform, Nokia 60, 80, and Nokia 7710 90 phone series), Nokia's Internet Tablet OS (used by the Nokia 770, N800 and N810), Apple's iPhone,[5] MotoMAGX, MotoEZX phones and Windows Mobile. Platforms supported by unofficial ScummVM ports include the Microsoft's Xbox gaming console, BlackBerry PlayBook,[6] Zaurus, Gizmondo and GP32 portable device platforms. Mobile phones running Android,[7] webOS[8] or unofficial Samsung's bada OS are also supported. HistoryScummVM was created in September 2001 by computer science student Ludvig Strigeus. Looking to write his own adventure game, he looked to seeing how the mechanics of an existing game engine, specifically working to create an emulator to play Monkey Island 2.[9] At about the same time, Vincent Hamm was also looking to develop a SCUMM emulator, and though he had done deeper research into understanding how the SCUMM engine worked, found that Strigeus was much farther along, and the two joined together to craft the emulator.[9] While Strigeus finished the required emulation for Monkey Island 2, Hamm worked separately to prepare the engine for Indiana Jones and the Fate of Atlantis, and once completed, the two found some dis-coordination on their efforts but eventually got the emulator working for both games.[9]News of ScummVM was picked up by the tech news website Slashdot in November 2001, drawing a large interest to the project, and several other developers became part of the project to help support other games. These developers often turned to the creators of the original games to obtain information in informal ways, to help create the emulation.[9] Further developers helped to support games that did not use SCUMM, such as Adventure Soft's Simon the Sorcerer; there was some debate about changing the name of the program at this point, but they ultimately kept the ScummVM title, believing that SCUMM was the most well-recognized adventure game engine.[9] Strigeus had built support for iMUSE, the sound software used by many LucasArts games, but feared including it due to potential backlash from LucasArts. Other developers on the project advised him that there should be no legal issues and it was eventually included.[9] Though Strigeus and Hamm would leave the project in 2002, by then it had a large enough development team to allow it to grow, led by James "Ender" Brown.[9] Following this shift, the engine's source code was changed from C to C++, and a graphical user interface (GUI) was added.[9] With increased awareness of the project, LucasArts sent a cease & desist letter to the project, believing they were using some of LucasArts' proprietary code. Brown worked over the next four years with LucasArts' legal representatives to explain the nature of the emulator and the source of their information to demonstrate that what they had created was legal. Brown considered that LucasArts was trying to be accommodating as ScummVM helped to raise interest in these titles. They ultimately came to a legal agreement to allow ScummVM to continue to be developed.[9] The project would also incorporate other parallel efforts to make game emulators for other adventure games. Games from Sierra Online were of high demand for the project, requiring them to emulate the Adventure Game Interpreter (AGI) and the more advanced Sierra's Creative Interpreter (SCI) engines. AGI support was added in 2006 by incorporating efforts from the Sarien project, but efforts for SCI support were hampered by the parallel project, FreeSCI. Though both ScummVM and FreeSCI aimed to reverse engineer the workings of SCI, FreeSCI had stated they took a more clean-room approach to avoid any legal question about their reverse engineering, and believed the ScummVM project had run afoul of some of Sierra's approaches and thus were hesitant to work together.[9] However, FreeSCI began to languish in interest compared to ScummVM; after a developer took it upon themselves to make the FreeSCI engine work in ScummVM, the FreeSCI saw more participation in their project, and they agreed to merge their efforts into ScummVM. Initial SCI support was subsequently released in a 2010 version of ScummVM.[9] ScummVM continues to add new games or game engines, though the process to create these is relatively slow. According to the team's project lead Eugene Sandulenko (as of 2017), game engines are chosen for inclusion into ScummVM either if they are given the source code that makes it easy to port into the software's architecture, or if one or more of the team members are passionate about bringing a game engine into the program to do the difficult task of reconstructing the game's code from the compiled versions.[2] The only restriction is that ScummVM will only include 2D game engines, leaving 3D games to be handled by the sister project ResidualVM.[2] The 2.0 version of ScummVM was released in December 2017, adding support for several full motion video games and some very obscure titles, such as Full Pipe and Plumbers Don't Wear Ties. With this release, ScummVM has support for 64 different game engines.[2]An attempt to bring in Another World by Éric Chahi brought some internal stress within the project in 2004. Another World was not a point-and-click adventure game, and used polygon-based graphics instead of pixel-based ones most adventure games employ, and thus was considered a serious departure from the focus of ScummVM. Though the project was scrapped in a few days after Chahi requested its removal as he was preparing a 15th anniversary remastered for sale, the current leads of the project had to refocus the group and define the ideals that ScummVM should meet.[9] ScummVM has also had difficulty in bringing games using the Adventure Game Studio (AGS), which is used frequently in indie adventure games, such as the Blackwell series. While the source code for AGS had been put into the open by its developer Chris Jones in 2010, the ScummVM team was met with a large backlash of complaints from developers using the AGS engine for their games, stating they did not want to see their games run in ScummVM. [2]ScummVM has been a participant in the Google Summer of Code every year since 2007 except for 2015. A sister project, ResidualVM, was started to implement engines for three-dimensional adventure games, such as Grim Fandango and Exile, named as such as these games reflect the residual of those not already covered by ScummVM.[10]Developer supportWith increased attention, ScummVM has entered into favorable agreements with adventure game developers to help bring their titles into the engine, or in some cases, being given source code and other assets to work from. Notably, Revolution Software helped the developers with source code and technical advice for their games, and once ScummVM supported their engine, they released Lure of the Temptress and Beneath a Steel Sky as freeware and provided assets from its first two Broken Sword games in an open media format.[9] The renewed interest in these games from younger players enabled Revolution to work on two more Broken Sword games.[9] Other developers that have worked closely with ScummVM include:
The digital storefront GOG.com which specializes in selling digital copies of older games, provides support to ScummVM, and sells titles that include the ScummVM engine as part of their distribution.[9] Disney, which owns the rights to LucasArts adventure games, released Maniac Mansion on Steam running off ScummVM.[2] Mistic's GPL violationsScummVM is distributed as open-source software under the GNU General Public License, enabling anyone to use the emulator as an engine for a game. For example, Revolution Software repackaged their Broken Sword games for a DVD release, using the ScummVM engine to support modern computers.[9]In December 2008, the ScummVM teams learned that the recently released Wii ports of three Humongous Entertainment Junior Adventure titles, Freddi Fish and the Case of the Missing Kelp Seeds, No Need to Hide When It's Dark Outside, and Spy Fox: Dry Cereal, have all used the ScummVM engine without proper attribution. The games were published on request of Atari through Majesco Entertainment, who turned to Mistic Software to port the games. Mistic had used ScummVM for these, but failed to credit the developers. While the ScummVM team contacted gpl-violations.org for legal advice, Nintendo began to investigate the claims as their license agreements prevent the use of open-source software on the Wii. Upon discovering that the three titles indeed used open-source software, the firm threatened legal action against Mistic Software. A settlement was made in 2009, in which ScummVM would drop the investigation of the GPL violation, on the condition that Mistic would sell or destroy all GPL-violating copies of the games, make a donation to the Free Software Foundation, and pay the legal fees. As a result, this legal dispute significantly limited the availability of the Wii ports of these three titles.[9] Supported gamesThe following games have support built into the current release of ScummVM.[13] LucasArts SCUMM gamesIn order of the games' original release dates: {{Div col}}
Sierra On-Line games{{Div col}}
Coktel Vision games{{Div col}}
Adventuresoft-Horrorsoft games{{Div col}}
Humongous EntertainmentVarious games by Humongous Entertainment use the SCUMM engine, and are therefore playable with ScummVM. {{Div col}}
Games by other developersScummVM also supports the following non-SCUMM games: {{Div col}}
Games in developmentThe following games have not been supported in an official version of ScummVM but are in progress in the main code repository.[14] The engines may be in various states of operation. {{Div col}}
As of December 2017, ScummVM is developing support for Macromedia Director in coordination with some of the original developers. Macromedia Director was used for many mid-1990s video games such as The Journeyman Project.[2] See also{{Portal|Free and open-source software|Video games}}
References1. ^history of ScummVM on ScummVM Wiki 2. ^1 2 3 4 5 6 {{cite web | url = http://www.pcgamer.com/how-scummvm-is-keeping-adventure-games-alive-one-old-game-at-a-time/ | title = How ScummVM is keeping adventure games alive, one old game at a time | first = Richard | last = Cobbett | date = December 22, 2017 | accessdate = December 28, 2017 | work = PC Gamer }} 3. ^{{cite web|url=http://wiki.scummvm.org/index.php/Portability_Guide |title=ScummVM Portability guidelines |publisher=wiki.scummvm.org |date=2012-11-26 |accessdate=2013-09-26}} 4. ^{{cite web|last=Hinkle |first=David |url=http://www.nintendowiifanboy.com/2008/09/02/scummvm-now-has-limited-gamecube-and-wii-support/ |title=News on Gamecube/Wii ports |publisher=Nintendowiifanboy.com |date=2008-09-02 |accessdate=2013-09-26}} 5. ^{{cite web|author=11/26/07 8:25am 11/26/07 8:25am |url=https://gizmodo.com/gadgets/iphone-gaming/native-lucasarts-games-emulation-makes-iphone-absolutely-perfect-326257.php |title=Gizmodo news on iPhone port |publisher=Gizmodo.com |date= |accessdate=2013-09-26}} 6. ^{{cite web|url=http://forum.kpda.ru/index.php/topic,720.0.html |title=ScummVM for PlayBook |publisher=Forum.kpda.ru |date= |accessdate=2013-09-26}} 7. ^{{cite web|url=http://sites.google.com/site/scummvmandroid/ |title=scummvm-android |date= |accessdate=2013-09-26}} 8. ^{{cite web|url=http://www.webos-internals.org/wiki/Application:ScummVM |title=Webos Internals Team Ports ScummVM on WebOS |publisher=Webos-internals.org |date=2010-01-28 |accessdate=2013-09-26}} 9. ^1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 {{Cite web | url = https://arstechnica.com/gaming/2012/01/maniac-tentacle-mindbenders-of-atlantis-how-scummvm-kept-adventure-gaming-alive/ |title= Maniac Tentacle Mindbenders: How ScummVM's unpaid coders kept adventure gaming alive |work= Ars Technica |date= January 16, 2012 |accessdate= February 16, 2016 |first= Richard |last= Moss}} 10. ^{{cite web | url = http://www.shacknews.com/article/77180/grim-fandango-playable-on-modern-pcs-thanks-to-residualvm | title = Grim Fandango playable on modern PCs thanks to ResidualVM | work = Shacknews | date = December 27, 2012 | accessdate = February 16, 2016 | first = Alice | last = O'Conner}} 11. ^1 {{cite web|author=Strangerke |url=http://scummvm.org/news/20121021/ |title=Home |publisher=ScummVM |date=2012-10-21 |accessdate=2012-12-28}} 12. ^{{cite web|author=sev |url=http://scummvm.org/news/20080906/ |title=Home |publisher=ScummVM |date=2008-09-06 |accessdate=2012-12-28}} 13. ^Not all games are completable or even playable. Some of them are still very much works-in-progress. For a complete, up-to-date list, see the official ScummVM compatibility chart. 14. ^{{cite web|url=http://wiki.scummvm.org/index.php/Engines |title=Engines - ScummVM :: Wiki |publisher=wiki.scummvm.org |date= |accessdate=2013-09-26}} 15. ^{{cite web|url=http://sourceforge.net/projects/cine |title=cinE - the cinematic Engine |publisher=SourceForge.net |date= |accessdate=2013-09-26}} 16. ^{{cite web |url=http://trollvm.sourceforge.net/ |title=Old TrollVM Site |archiveurl=https://web.archive.org/web/20100323101210/http://trollvm.sourceforge.net/ |archivedate=2010-03-23}} 17. ^{{cite web |url=http://sourceforge.net/apps/trac/sourceforge/ticket/9661 |title=#9661 (TrollVM project removal) – sourceforge |publisher=Sourceforge.net |date= |accessdate=2012-12-28 |deadurl=yes |archiveurl=https://web.archive.org/web/20121110192349/http://sourceforge.net/apps/trac/sourceforge/ticket/9661 |archivedate=2012-11-10 |df= }} External links{{commons|ScummVM}}
22 : 2001 software|Adventure game engines|Amiga software|AmigaOS 4 software|BeOS software|BSD software|Cross-platform software|Dreamcast emulation software|Free and open-source Android software|Free software|Free software programmed in C++|Free software projects|Free virtualization software|Linux software|MacOS games|MorphOS software|OS/2 software|Palm OS software|Pocket PC software|Solaris software|Unix software|Windows games |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。