ScummVM main repository https://www.scummvm.org
  • C++ 90.7%
  • C 6.1%
  • Python 1.5%
  • Lua 0.3%
  • Assembly 0.3%
  • Other 0.7%
Find a file
Martin Gerhardy 8645e88c0c MACS2: don't read inventory icon indices from MCSEXEC.exe anymore
we no longer need the exe file, only the mcs file (and others like music or speech)
2026-09-03 20:00:27 +02:00
.github GITHUB: Fix typos in PR template 2026-08-05 22:56:48 +03:00
audio KYRA: move HaleStorm sound driver to audio/mac 2026-09-03 01:22:18 +03:00
backends BACKENDS: ATARI: Properly initialise work_in 2026-08-31 14:38:06 +10:00
base BASE: Use override keyword where appropriate 2026-07-12 19:03:07 +03:00
common COMMON: Return unknown voices if there is no requested gender voices 2026-08-24 16:14:42 +02:00
devtools DEVTOOLS: Add extra unnamed event flags for Nancy10 and regen nancy.dat 2026-08-04 04:04:43 +03:00
dists ANDROID: Update Android Gradle Plugin 2026-08-25 17:31:24 +02:00
doc Bump mistune from 3.3.0 to 3.3.3 in /doc/docportal 2026-09-02 22:18:39 +03:00
engines MACS2: don't read inventory icon indices from MCSEXEC.exe anymore 2026-09-03 20:00:27 +02:00
graphics JANITORIAL: Clean up double semi-colons 2026-08-27 20:09:34 +02:00
gui GUI: Fix event recorder build without ImGui 2026-08-27 12:03:54 +03:00
icons ICONS: Update macOS icon set 2024-03-05 13:46:35 +01:00
image IMAGE: Implement CgBI decoder 2026-08-25 01:07:27 +02:00
LICENSES "ALL: Remove unused GNU FreeFont files 2025-09-12 14:00:40 +02:00
math MATH: constify DCT calc functions 2025-11-30 19:20:28 +00:00
po I18N: Update translations templates 2026-09-01 10:07:48 +00:00
test COMMON: Support move-only types for SWAP 2026-07-26 18:16:24 +02:00
video VIDEO: QT: Do not crash in case video codec was not found 2026-08-12 13:31:02 +02:00
.clang-format JANITORIAL: add pre-commit yaml with clang-tidy 2025-11-29 10:01:37 +01:00
.clang-tidy
.editorconfig ALL: Do not trim whitespaces for .md files in .editorconfig 2026-04-14 19:13:33 +02:00
.gitattributes ALL: Force CRLF line-endings for Windows .bat files 2022-10-23 11:03:49 +03:00
.gitignore DEVTOOLS: DIRECTOR: Update xobj stub generator, format with black 2026-07-17 20:42:31 +02:00
.gitlab-ci.yml LIBRETRO: add libretro platform 2023-03-04 16:35:51 +01:00
.pre-commit-config.yaml JANITORIAL: add pre-commit yaml with clang-tidy 2025-11-29 10:01:37 +01:00
.readthedocs.yaml DOCS: Update Sphinx to latest version 2024-02-03 15:28:57 +01:00
AI-GUIDELINES.md DOCS: Add AI-GUIDELINES.md 2026-04-27 14:03:47 +02:00
AUTHORS CHAMBER: Add engine author to credits 2026-07-21 13:10:14 +02:00
config.guess BUILD: Update config.guess and config.sub 2022-11-18 17:06:59 +01:00
config.sub BUILD: Update config.guess and config.sub 2022-11-18 17:06:59 +01:00
configure ANDROID: Add TTS backend 2026-08-24 16:14:42 +02:00
CONTRIBUTING.md ALL: Upgrade to GPLv3+ 2021-12-29 12:49:18 +01:00
COPYING
COPYRIGHT ALL: Update copyright year to 2026 2026-01-01 00:00:00 +01:00
engines.awk CONFIGURE: Added generating file with list of enabled engines 2026-05-24 17:21:04 +02:00
Makefile BUILD: Drop clang -Wno-sign-compare 2026-03-20 04:12:20 +02:00
Makefile.common COLONY: add shader files into distribution files 2026-04-30 18:55:53 +02:00
NEWS.md NEWS: Added Wintermute games support entries 2026-08-31 19:51:15 +02:00
plugin.exp
ports.mk BUILD: Do not add files to git when making ideprojects 2026-06-20 18:13:35 +02:00
README.md README: Remove obsolete Codacy badge 2026-04-16 19:12:07 +02:00
rules.mk BUILD: Avoid duplicating the split dwarf generation rule 2024-09-07 12:42:01 +02:00
TODO
vcpkg.json AUDIO: Add libopenmpt support 2024-02-21 18:45:25 +01:00

ScummVM README · Translation status PRs Welcome

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 Game Options 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, click the small arrow on the 'Add game' button and choose 'Mass Add'. 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.

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.

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/