ScummVM main repository
Go to file
Timo Mikkolainen dca4bc3ace I18N: Update translation (Finnish)
Currently translated at 100.0% (2342 of 2342 strings)
2024-08-09 21:43:34 +00:00
.github CI: Use Discord RPC lib in Ubuntu runners 2024-07-15 02:58:45 +02:00
audio SOFTSYNTH/PCSPK: fix overflow to allow sounds longer than 97 ms (at 44100 Hz) 2024-08-06 20:20:09 +03:00
backends IOS7: Fix memleaks in Gamepad controller 2024-08-08 07:41:22 +02:00
base COMMON: add PC-98 8-color render mode to launcher 2024-08-06 08:47:25 +03:00
common COMMON: Add Common::reverse() implementation with iterators 2024-08-06 21:55:09 +02:00
devtools CREATE_ENGINE: Split control focusing events from view open/close 2024-07-23 19:02:06 -07:00
dists FREESCAPE: initial implementation of info menu for castle in dos 2024-07-19 16:08:58 +02:00
doc CREDITS: Update SCUMM and add BAGEL 2024-06-30 20:25:39 +02:00
engines DIRECTOR: Improve detection/fix clashes in D6 games 2024-08-09 23:09:15 +02:00
graphics GRAPHICS: Added an arrow cursor to CursorMan 2024-08-09 14:17:52 +02:00
gui GUI: Fix opening Global Options when cloud is disabled 2024-08-09 02:34:04 -05:00
icons ICONS: Update macOS icon set 2024-03-05 13:46:35 +01:00
image COMMON: Move huffman.h to common/compression/ 2024-07-15 02:56:12 +02:00
LICENSES LICENSES: Make sure every license file has an appropriate Note 2024-05-22 21:59:00 +02:00
math COMMON: Move more maths functions into the Math namespace 2024-07-27 14:00:48 +03:00
po I18N: Update translation (Finnish) 2024-08-09 21:43:34 +00:00
test TEST: fix rendermodes test 2024-08-06 08:47:25 +03:00
video COMMON: Rename common/math.h to common/intrinsics.h 2024-07-27 14:00:48 +03:00
.clang-format
.clang-tidy
.editorconfig
.gitattributes
.gitignore GIT: Fix casing in .gitignore comments 2024-05-20 00:01:58 +03:00
.gitlab-ci.yml
.gitmodules
.readthedocs.yaml DOCS: Update Sphinx to latest version 2024-02-03 15:28:57 +01:00
AUTHORS CREDITS: Update SCUMM and add BAGEL 2024-06-30 20:25:39 +02:00
config.guess
config.sub
configure 3DS: Improve default build options for plugin builds 2024-06-30 21:41:05 +01:00
CONTRIBUTING.md
COPYING
COPYRIGHT ALL: Set copyright year to 2024 2024-01-01 00:04:27 +01:00
engines.awk
Makefile AUDIO: Add a basic soundfont for fluidsynth 2023-12-03 16:17:32 +00:00
Makefile.common BUILD: remove unneeded comment line 2024-08-05 15:14:17 +03:00
NEWS.md NEWS: Mention Moonbase Commander support 2024-07-03 23:36:17 +02:00
plugin.exp
ports.mk IOS7: Add iPad Pro app icon to Info.plist 2024-07-15 08:56:47 +02:00
README.md README: Add link to daily builds 2024-05-27 02:58:15 +03:00
response.json GUI: Update integrityDialog to not use pop-ups 2024-06-14 01:15:43 +02:00
rules.mk
TODO
vcpkg.json AUDIO: Add libopenmpt support 2024-02-21 18:45:25 +01:00

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 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, 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.

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/