ScummVM main repository
Go to file
Orgad Shaneh 229a6f305f CONFIGURE: Do not undefine __STRICT_ANSI__ for mingw
GCC11 warns if it is not defined.
2021-10-23 10:11:57 +02:00
.github CI: Enable fribidi 2021-08-01 08:30:19 +01:00
audio AUDIO: Fix check for OPL3 capable emulation 2021-10-20 13:34:31 +02:00
backends MISC: Fix printf long/int64 type mismatches 2021-10-23 02:48:27 +03:00
base BASE: added --list-records command line option 2021-10-13 01:56:43 +03:00
common AD: Properly seek to the tail of file for md5 computation 2021-10-19 21:09:15 +03:00
devtools GRAPHICS: Add Latin Extended-A to GUI font 2021-10-23 09:45:15 +02:00
dists JANITORIAL: Fix line endings 2021-10-21 19:18:03 +03:00
doc NEWS: Update German NEWS file 2021-10-16 10:07:16 +02:00
engines GROOVIE: T11H gallery fixes and tests 2021-10-23 02:22:53 -05:00
graphics GRAPHICS: Add Latin Extended-A to GUI font 2021-10-23 09:45:15 +02:00
gui GUI: Don't apply values from disabled subtitle toggle 2021-10-15 13:25:34 -05:00
icons
image IMAGE: Fix SMC decoder 2021-08-10 20:51:42 +02:00
math MATH: Added length and interpolate helpers for Vector3d 2021-10-18 07:48:33 +02:00
po I18N: Update translation files 2021-10-22 23:48:39 +00:00
test TEST: Fix encoding test adding a '\0' 2021-08-08 13:56:00 +02:00
video VIDEO: Initial support for UBB2 videos 2021-10-04 18:37:25 +02:00
.clang-format JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
.clang-tidy
.editorconfig JANITORIAL: Fix default line endings 2021-10-21 22:35:57 +02:00
.gitattributes JANITORIAL: Fix default line endings 2021-10-21 22:35:57 +02:00
.gitignore RISCOS: Update packaging to accomodate split builds 2021-09-30 13:28:00 +01:00
.gitmodules
AUTHORS CREDITS: Update credits 2021-10-07 07:59:30 -04:00
config.guess BUILD: Restore file permissions for config.guess and config.sub 2021-08-19 14:22:55 +02:00
config.sub BUILD: Restore file permissions for config.guess and config.sub 2021-08-19 14:22:55 +02:00
configure CONFIGURE: Do not undefine __STRICT_ANSI__ for mingw 2021-10-23 10:11:57 +02:00
CONTRIBUTING.md
COPYING
COPYING.BSD
COPYING.FREEFONT
COPYING.ISC
COPYING.LGPL
COPYING.LUA
COPYING.MIT
COPYING.OFL GUI: Extracted Liberation fonts from fonts.dat and mention them in the licenses 2021-03-16 20:02:52 +01:00
COPYING.TINYGL
COPYRIGHT
engines.awk CONFIGURE: Speed up and get rid of little gnomes 2021-04-02 21:54:39 +02:00
Makefile MAKE: added target to build via cmake 2021-07-27 20:47:47 +02:00
Makefile.common BUILD: Only package user manual if present 2021-09-04 20:01:32 +02:00
NEWS.md NEWS: Mention text fixes for Mac Indy 3 and Loom 2021-10-19 19:32:17 +02:00
plugin.exp
ports.mk BUILD: Do not use CpMac in osxsnap make target 2021-10-11 19:41:18 +01:00
README.md JANITORIAL: Fix some typos 2021-08-04 15:43:15 +02:00
rules.mk ALL: Mark link commands as make recursive 2021-01-17 21:53:15 +01:00
TODO

ScummVM README · CI Translation status PRs Welcome Codacy Badge

About ScummVM

ScummVM allows you to play classic graphic point-and-click adventure games, text adventure games, and RPGs, as long as you already have the game data files. ScummVM replaces the executable files shipped with the games, which means you can now play your favorite games on all your favorite devices.

So how did ScummVM get its name? Many of the famous LucasArts adventure games, such as Maniac Mansion and the Monkey Island series, were created using a utility called SCUMM (Script Creation Utility for Maniac Mansion). The VM in ScummVM stands for Virtual Machine.

While ScummVM was originally designed to run LucasArts SCUMM games, over time support has been added for many other games: see the full list on our wiki. Noteworthy titles include Broken Sword, Myst and Blade Runner, although there are countless other hidden gems to explore.

For more information, compatibility lists, details on donating, the latest release, progress reports and more, please visit the ScummVM home page.

Quickstart

For the impatient among you, here is how to get ScummVM running in five simple steps.

  1. Download ScummVM from our website and install it.

  2. Create a directory on your hard drive and copy the game datafiles from the original media to this directory. Repeat this for every game you want to play.

  3. Start ScummVM, choose 'Add game', select the directory containing the game datafiles (do not try to select the datafiles themselves!) and press Choose.

  4. The Edit Game dialog opens to allow configuration of various settings for the game. These can be reconfigured at any time, but for now everything should be OK at the default settings.

  5. Select the game you want to play in the list, and press Start. To play a game next time, skip to step 5, unless you want to add more games.

Hint:

To add multiple games in one go, press and hold the shift key, then click 'Add game' -- the label will change to 'Mass Add' and if you press it, you are again asked to select a directory, only this time ScummVM will search through all subdirectories for supported games.

Reporting a bug

To report a bug, go to the ScummVM Issue Tracker and log in with your GitHub account.

Please make sure the bug is reproducible, and still occurs in the latest git/Daily build version. Also check the compatibility list for that game, to ensure the issue is not already known. Please do not report bugs for games that are not listed as completable on the Supported Games wiki page, or on the compatibility list. We already know those games have bugs!

Please include the following information in the bug report:

  • ScummVM version (test the latest git/Daily build)
  • Bug details, including instructions for how to reproduce the bug. If possible, include log files, screenshots, and any other relevant information.
  • Game language
  • Game version (for example, talkie or floppy)
  • Platform and Compiler (for example, Win32, Linux or FreeBSD)
  • An attached saved game, if possible.
  • If this bug only occurred recently, include the last version without the bug, and the first version with the bug. That way we can fix it quicker by looking at the changes made.

Finally, please report each issue separately; do not file multiple issues on the same ticket. It is difficult to track the status of each individual bug when they aren't on their own tickets.

Documentation

User documentation

For everything you need to know about how to use ScummVM, see our user documentation.

The ScummVM Wiki

The wiki is the place to go for information about every game supported by ScummVM. If you're a developer, there's also some very handy information in the Developer section.

Changelog

Our extensive change log is available here.

Credits

A massive thank you to the entire team for making the ScummVM project possible. See the credits here!


Good Luck and Happy Adventuring! The ScummVM team. https://www.scummvm.org/