Skip to content

Latest commit

 

History

History
167 lines (114 loc) · 9.98 KB

faq.rst

File metadata and controls

167 lines (114 loc) · 9.98 KB

Frequently Asked Questions

General

About

Is ScummVM an emulator?

No! ScummVM actually replaces the original executable file that shipped with the game. This means that your games can run on platforms they were never designed for! For an in-depth look at how ScummVM works, see the About ScummVM wiki page.

Is ScummVM free?

ScummVM is released under the GPL (General Public License), so it's more than just free. ScummVM source code is available for you to do whatever you want with it, but if you make modifications and redistribute your work, you must make your source code available.

The ScummVM team would be delighted if you send them your modifications, so that the changes you've made can be merged into the main source code. See the Developer Central wiki page for contributing guidelines.

How do I install ScummVM onto my device?

See firststeps.

How do I get game files onto my device?

For general guidance, see the ../use_scummvm/game_files page. For platform-specific information, see the relevant page in the OTHER PLATFORMS section of the sidebar.

ScummVM has cloud and LAN functionality to simplify the file transfer process. For more information, see ../use_scummvm/connect_cloud and ../use_scummvm/LAN.

On what platform(s) will ScummVM run?

See our Platforms wiki page for a full list. We have guides available for many of the supported platforms, see the relevant page in the OTHER PLATFORMS section of the sidebar.

Games

Can I only play LucasArts SCUMM games?

Although the ScummVM project started by reverse-engineering just the LucasArts SCUMM games, the project now supports hundreds of games from many different game developers. See the full list of supported games here. There is a caveat; not all supported games are playable on all platforms. Often this is because the game is simply too CPU intensive for the device, or because of some other hardware or software limitation. If a game is not available on a platform, you will not be able to add it to ScummVM.

Where do I get the games?

See the ScummVM Where to get the games wiki page.

How do I install games from my floppy discs/CDs?

Generally speaking, you do not need to install the games. You only need to point ScummVM to the game files contained on these discs. For a complete guide, see ../use_scummvm/game_files.

Do I need the original game discs?

Ideally yes, however we know that a lot of people don't! If you do not have any hard copy games, there are some digital options available, including some games that have been released as freeware. See the ScummVM Where to get the games wiki page.

How do I know if I can play my game using ScummVM?

The best place to check is the Compatibility page on the ScummVM website. You can also have a look at the full list of supported games here.

I have saved games from when I played the original game - can I use these with ScummVM?

This is only supported for a select number of games. See the wiki page for the game you are playing.

How do I launch a game straight from the game folder?

Games must be added to and started from the ScummVM Launcher <../use_scummvm/the_launcher>; they cannot be started directly from the game files. See ../use_scummvm/add_play_games.

What are the in-game keyboard shortcuts?

A list of default shortcuts can be found on the ../use_scummvm/keyboard_shortcuts page. Since version 2.2.0 you can also create custom shortcuts on the ../settings/keymaps tab.

Troubleshooting

ScummVM

ScummVM crashes, but the console window disappears too quickly to see the error message.

If you are using a computer, you can run ScummVM from the command line <../advanced_topics/command_line>. By doing this, error messages remain visible even after ScummVM exits.

You can also find error messages in the ScummVM log file. See logfile.

I think I found a bug. What do I do?

See report_bugs.

Games

Help! My game won't run!

  1. Make sure your game is supported. Check the Compatibility page on the ScummVM website, and the Platform Overview page on the wiki.
  2. Check that you have all the required datafiles. See the ../use_scummvm/game_files page.
  3. Ask for advice on the ScummVM forums or on Discord. See the contact page.
  4. If you think the game should run, and it doesn't, report it as a bug. See report_bugs.

I installed my game but ScummVM can't find it... What do I do?

Installing the game does not necessarily provide ScummVM with the files it needs. In most cases you will need to copy the files from the disc into a folder ScummVM can access. See ../use_scummvm/game_files.

Why are the subtitles in my non-English game messed up?

You need to specify the correct language <lang> in the game-specific settings.

Audio

Help! There's no sound!

Sometimes it's worth checking the obvious.

  1. Are your speakers on? Are your headphones properly connected?
  2. Try playing an audio clip from another source to see if you have sound in general.
  3. If you narrow it down to an issue with ScummVM, check the audio settings <../settings/audio>. ScummVM falls back on an audio setting that works, but if for some reason it doesn't, you might need to change the settings yourself. A safe bet is usually to set the Preferred device to <default> and allow ScummVM to choose for you.

Help! There's no sound on my iPhone/iPad!

ScummVM will not play any sound if your device is in Silent Mode. If this is not the problem, see nosound.

I have a "talkie" version of a LucasArts game but I can't hear the voices. What's the problem?

The original games shipped with an uncompressed voice file (MONSTER.SOU). If you have compressed this file to an mp3 file (MONSTER.SO3), an Ogg Vorbis file (MONSTER.SOG), or a FLAC file (MONSTER.SOF), make sure that the ScummVM you're using has support for those formats.

The audio is really glitchy. What can I do?

There are a few things you can try:

  • Try to increase the audio buffer size <buffer> in the configuration file.
  • If you are using the MT-32 emulator <MT-32>, your CPU might not have the processing power to keep up. In this case, you might have some success with running an external MT-32 emulator (Munt), as described in this forum post, provided your platform supports it.
  • If you are using FluidSynth <FS>, in particular with a large Soundfont, your CPU might not have the processing power to keep up. Try selecting a different Preferred device <device>.
  • If you are using the AdLib <adlib> emulator, try selecting the least CPU-intensive option; MAME.

I have a CD version of a game, how do I get the sound to work without running the game from the CD?

See cdaudio.

Graphics

There are so many options... How do I know what to pick?

Start by checking out our ../advanced_topics/understand_graphics page. It has comprehensive information on how all this stuff works.

Can I just make the image larger (for example, 1 pixel becomes 4 pixels) without any smoothing or antialiasing?

Yes. Using the OpenGL graphics mode or the SDL Surface graphics mode with Normal scaler in conjunction with pixel-perfect stretch will result in a larger image without any smoothing. The Normal scaler also has options to scale by 2x, 3x, or 4x. Also check that Filter graphics is not enabled. If you want to use aspect ratio correction, it is recommended to use the OpenGL graphics mode with the Even pixels scaling stretch mode.

The game colors are messed up, how do I fix them?

Ensure the correct game platform has been detected. For example, with Amiga game files, check that the platform <platform> is set to Amiga.