ScummVM main repository
Go to file
Torbjörn Andersson aedf820328 SCUMM: Changed tabs to spaces
I know the default tab width for ScummVM is supposed to be 4, but I
can't be bothered to change it in my editor (where it's 8) and I assume
I'm not alone in that. So I've changed the tabs here so that the hex
code and script text should line up nicely regardless of your editor
settings.
2021-07-15 13:58:31 +02:00
.github CI: Bump deprecated environments 2021-07-10 17:03:58 +01:00
audio AUDIO/MIDI: Change Miles AdLib creation type to multisource 2021-07-13 22:11:58 +02:00
backends SYMBIAN: symbian_builder can apply single line patches. 2021-07-12 11:48:29 +02:00
base CONFIGURE: Enable building with Windows text console output 2021-07-13 11:57:22 -05:00
common COMMON: Fix loading version information from 16-bit executables 2021-07-15 13:55:33 +02:00
devtools ULTIMA8: Add more items to Regret data 2021-07-15 08:55:08 +09:00
dists ULTIMA: Regenerate ultima.dat and bump U8 data version 2021-07-07 19:34:05 +09:00
doc NEWS: Update German NEWS file 2021-07-15 08:02:36 +02:00
engines SCUMM: Changed tabs to spaces 2021-07-15 13:58:31 +02:00
graphics SCUMM: Add Macintosh b/w rendering mode 2021-07-13 09:53:36 +02:00
gui EVENTRECORDER: handle new recorder event for TimeDate 2021-07-14 20:05:08 +02:00
icons
image COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
math Update matrix.h 2021-06-04 10:45:05 +03:00
po I18N: Update translations templates 2021-07-15 11:55:43 +00:00
test TESTS: WIN32: Add missing object file 2021-07-15 09:09:38 +02:00
video VIDEO: Fix int/int32 build failures 2021-07-05 23:19:47 +02:00
.clang-format JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
.clang-tidy
.editorconfig
.gitattributes CONFIGURE: Speed up and get rid of little gnomes 2021-04-02 21:54:39 +02:00
.gitignore CONFIGURE: Avoid needless overwrite of header and mk files 2021-03-28 21:42:31 +02:00
.gitmodules
AUTHORS CREDITS: Add myself to the Win32/Win64 subsection 2021-07-04 17:35:49 +02:00
config.guess
config.sub
configure WIN32: Make UNICODE the default build configuration 2021-07-14 18:41:02 -05:00
CONTRIBUTING.md
COPYING
COPYING.BSD
COPYING.FREEFONT
COPYING.ISC
COPYING.LGPL
COPYING.LUA
COPYING.MIT
COPYING.OFL
COPYING.TINYGL
COPYRIGHT
engines.awk CONFIGURE: Speed up and get rid of little gnomes 2021-04-02 21:54:39 +02:00
Makefile MAKEFILE: Add a dependency configure.stamp <- engines.awk 2021-07-05 20:38:37 +03:00
Makefile.common DISTS: Add achievements.dat to various dat file lists 2021-06-10 01:56:23 +03:00
NEWS.md NEWS: Added LURE AdLib support. 2021-07-14 15:37:16 +02:00
plugin.exp
ports.mk MACOS/IPHONE: Sign whole bundle 2021-05-29 17:25:22 +02:00
README.md README: Fix GitHub Actions badge 2021-07-13 17:40:11 +01:00
rules.mk
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 completeable 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/