Scroll to navigation

SCUMMVM(6) Games Manual SCUMMVM(6)

NAME

scummvmgraphic adventure game interpreter

SYNOPSIS

scummvm [OPTIONS] [GAME]

DESCRIPTION

scummvm is an interpreter that will play graphic adventure games based on a variety of game engines.

GAME is a short name of game to load. For example, scumm:monkey for Monkey Island. This can be either a built-in gameid, or a user configured target.

OPTIONS

Please note that more detailed information for the following options can be found in the README file.

The meaning of most long options (that is, those options starting with a double-dash) can be inverted by prefixing them with no-. For example, --no-aspect-ratio will turn aspect ratio correction off. This is useful if you want to override a setting in the configuration file.

--version
Display ScummVM version information and exit.
--help
Display a brief help text and exit.
--list-games
Display list of supported games and exit.
--list-targets
Display list of configured targets and exit.
--list-engines
Display list of suppported engines and exit.
Display a list of saved games for the target specified with --game=TARGET or all targets if none is specified.
--add
Add all games from current or specified directory. If --game=ID is passed only the game with id ID is added. See also --detect. Use --path=PATH to specify a directory.
Display a list of games with their ID from current or specified directory without adding it to the config. Use --path=PATH to specify a directory.
ID
In combination with --add or --detect only adds or attempts to detect the game with id ID.
Display a list of games from current or specified directory and start the first one. Use --path=PATH to specify a directory.
In combination with --add or --detect recurse down all subdirectories
--config=CONFIG
Use alternate configuration file.
--path=PATH
Path to where the game is installed.
--save-slot=[SLOT]
Saved game slot to load (default: autosave).
--fullscreen
Force full-screen mode.
--no-fullscreen
Force windowed mode.
--gfx-mode=MODE
Select graphics scaler:
No filtering, no scaling. Fastest.
No filtering, factor 2x (default for non 640x480 games).
No filtering, factor 3x.
2xSAI filter, factor 2x.
Enhanced 2xSAI filtering, factor 2x.
Less blurry than 2xSAI, but slower. Factor 2x.
Doesn't rely on blurring like 2xSAI, fast. Factor 2x.
Doesn't rely on blurring like 2xSAI, fast. Factor 3x.
Very nice high quality filter but slow. Factor 2x.
Very nice high quality filter but slow. Factor 3x.
Interlace filter, tries to emulate a TV. Factor 2x.
Dot matrix effect. Factor 2x.
MODE
Select stretch mode (center, integral, fit, stretch)
Force filtered graphics mode
Force unfiltered graphics mode
THEME
Select GUI theme (default, modern, classic)
PATH
Path to where GUI themes are stored
Display list of all usable GUI themes
--music-driver=MODE
Select music driver:
Null output. Don't play any music.
Internal AdLib emulation
FluidSynth MIDI emulation
Internal MT-32 emulation
Internal PCjr emulation (only usable in SCUMM games)
Internal PC Speaker emulation
Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
Output using ALSA sequencer device
CoreAudio sound, for macOS users
CoreMIDI sound, for macOS users. Use only if you have a hardware MIDI synthesizer.
Use /dev/sequencer for MIDI, *nix users.
Connect to TiMidity++ MIDI server.
Windows built in MIDI sequencer for Windows users
List all available audio devices
--language=LANG
Select game's language:
Czech
German
English (USA) (default)
Spanish
French
English (Great Britain)
Hebrew
Italian
Japanese
Korean
Portuguese
Russian
Swedish
Chinese
--music-volume=NUM
Set the music volume, 0-255 (default: 192).
--sfx-volume=NUM
Set the sfx volume to, 0-255 (default: 192).
--speech-volumeNUM
Set the voice volume to, 0-255 (default: 192).
NUM
Set the gain for MIDI playback, 0-1000 (default: 100)
(only supported by some MIDI drivers)
--subtitles
Enable subtitles (use with games that have voice).
--boot-param=NUM
Pass number to the boot script (boot param).
--debuglevel=NUM
Set debug verbosity level
Arm FLAGS
Enable engine specific debug flags (separated by commas)
--dump-scripts
Enable script dumping if a directory called dumps exists in the current directory.
NUM
CD drive to play CD audio from (default: 0 = first drive).
[NUM]
Enable joystick input (default: 0 = first joystick).
WORD
Specify platform of game (allowed values: 2gs, 3do, acorn, amiga, atari, c64, fmtowns, mac, nes, pc, pce, segacd, windows)
PATH
Path to where saved games are stored
PATH
Extra path to additional game data
FILE
Select the SoundFont for MIDI playback (only supported by some MIDI drivers).
Enable combination of AdLib and native MIDI.
True Roland MT-32 MIDI (disable GM emulation).
Enable Roland GS mode for MIDI playback.
RATE
Set output sample rate in Hz (e.g. 22050).
DRIVER
Select AdLib (OPL) emulator (db, mame, nuked)
Enable aspect ratio correction.
MODE
Enable additional render modes (hercGreen, hercAmber, cga, ega, vga, amiga, fmtowns, pc9821, pc9801, 2gs, atari, macintosh)
Use alternative intro for CD versions of Beneath a Steel Sky and Flight of the Amazon Queen.
Enable copy protection in games, when ScummVM disables it by default.
NUM
Set talk delay for SCUMM games, or talk speed for other games (default: 60)
Start demo mode of Maniac Mansion (Classic version)
NUM
Set music tempo (in percent, 50-200) for SCUMM games (default: 100).

INGAME HOTKEYS

Ctrl-F5
Display the Global Menu
Cmd-q
Quit (macOS)
Ctrl-q
Quit (Most platforms)
Ctrl-u
Mute all sounds
Ctrl-m
Toggle mouse capture
Ctrl-Alt 1-8
Switch between graphics filters
Ctrl-Alt +
Increase scale factor
Ctrl-Alt -
Decrease scale factor
Ctrl-Alt a
Toggle aspect-ratio correction
Ctrl-Alt f
Toggle graphics filtering
Ctrl-Alt s
Cycle through scaling modes
Alt-Enter
Toggle full screen/windowed
Alt-s
Make a screenshot (SDL backend only)
Ctrl-F7
Open virtual keyboard (if enabled). This can also be triggered by a long press of the middle mouse button or wheel.

There are many more SCUMM and game-specific hotkeys. See the README file.

ENVIRONMENT

The sequencer device to use with the ‘seq’ MIDI driver.
The number of the sequencer to use when using the ‘seq’ MIDI driver.
The ALSA port to open for output when using the ‘alsa’ MIDI driver.

FILES

$HOME/.scummvmrc
Configuration file on UNIX.
$HOME/Library/Preferences/ScummVM Preferences
Configuration file on macOS.

EXAMPLES

Running the builtin game launcher:

$ scummvm

Running Day of the Tentacle specifying the path:

$ scummvm -p /usr/local/share/games/tentacle scumm:tentacle

Running The Dig with advmame2x filter with subtitles:

$ scummvm -g advmame2x -n scumm:dig

Running the Italian version of Maniac Mansion fullscreen:

$ scummvm -q it -f scumm:maniac

SEE ALSO

More information can be found in the README and on the website https://www.scummvm.org.

AUTHORS

This manual page written by Jonathan Gray <khalek at scummvm.org>. ScummVM was written by the ScummVM team. See AUTHORS file for more information.

December 15, 2004 Debian