How to Play Point and Click ScummVM Adventure Games on Raspberry Pi
How to Play Point-and-Click ScummVM Adventure Games on Raspberry Pi
sudo apt upgrade Next, install ScummVM: sudo apt install -y scummvm Once installed, it's a smart idea to create a directory for your ScummVM games. Change to the Home directory, then use mkdir to make a new folder: ~
mkdir scummvm-games For enhanced game support, meanwhile, you should install a couple of extra packages. The fluidsynth and timidity packages improve the audio of the ScummVM games you play, where supported. sudo apt install fluidsynth && timidity You can now begin downloading games to your Raspberry Pi for play with ScummVM.
MUO
How to Play Point-and-Click ScummVM Adventure Games on Raspberry Pi
Love retro gaming? Here's how to install and play some of the best retro games on the Raspberry Pi using ScummVM. There is a bunch of retro gaming options for the Raspberry Pi, but they're almost all about arcade action. But one key genre of classic gaming is often overlooked: point-and-click adventures. Here's how you can install mouse-driven adventure games on your Raspberry Pi with ScummVM.What Are ScummVM Adventure Games
These days, point-and-click games have been supplanted by third and first-person RPGs and MMORPGs. But once upon a time, point-and-click adventures were one of the most popular types of game available. These (and others) ran on the Scumm game engine. Gamers of the 1990s were blessed with games starring Indiana Jones, the Zork adventures, even games from Terry Pratchett's Discworld. Some of the most popular games of the retro gaming era are available to play with ScummVM. These include: Beneath a Steel Sky Indiana Jones and the Last Crusade Indiana Jones and the Fate of Atlantis The Secret of Monkey Island Flight of the Amazon Queen …and many more The ScummVM wiki lists the full collection of . That's certainly enough to keep you busy! Note, however, that most of these games cannot be played. You should only play games that you already own, or else play freeware titles. We'll look at what is available to play legally below. If you're ready to revisit the mouse-driven adventure game on your Raspberry Pi, you'll need to install software called ScummVM.What Is ScummVM
Script Creation Utility for Maniac Mansion Virtual Machine (ScummVM) software that contains custom-coded remakes of various game engines. Released under the GNU General Public License, it is open source and free. ScummVM essentially enables you to play many adventure games by creating a virtual machine environment. However, in most cases you should own an original copy of the game. Games played in ScummVM can be saved and restored at any point. This often makes playing the games (and completing them) far easier than on the original platform.Which Version of Raspberry Pi Should You Use
ScummVM will run on the Raspberry Pi (as well as other Linux platforms, Windows, macOS, mobiles, and ). But with so many versions of the Pi to choose from, which is best option? Well, you should avoid early models of the Pi, as well as the Pi Zero. Instead, use the Raspberry Pi 2, 3, and 4. We've tested ScummVM on the Raspberry Pi 4 for this article. In addition, you'll need your Pi to be connected directly to your TV, with a keyboard and mouse attached. Although you can install the software remotely if you prefer, running ScummVM games requires direct use of the Raspberry Pi.Configure Your Raspberry Pi
Before installing ScummVM, it's worth making some tweaks to your Raspberry Pi's setup. There is a chance of mouse lag with emulated point-and-click titles that you want to avoid. In the terminal, enter: sudo raspi-config Use the arrow keys to select Advanced Options > GL Driver and then highlight G2 GL (Fake KMS) OpenGL desktop driver with fake KMS. (Older versions of Raspbian will have the option GL (Full KMS) OpenGL desktop driver with full KMS. Use this instead if available.) Select OK, then OK again to confirm, and then Finish. Select Yes when prompted to restart the Raspberry Pi.Install ScummVM on Your Raspberry Pi
You can easily install ScummVM on your Raspberry Pi from the command line. Start, as ever, by updating packages and checking for upgrades. Open a terminal and enter: sudo apt updatesudo apt upgrade Next, install ScummVM: sudo apt install -y scummvm Once installed, it's a smart idea to create a directory for your ScummVM games. Change to the Home directory, then use mkdir to make a new folder: ~
mkdir scummvm-games For enhanced game support, meanwhile, you should install a couple of extra packages. The fluidsynth and timidity packages improve the audio of the ScummVM games you play, where supported. sudo apt install fluidsynth && timidity You can now begin downloading games to your Raspberry Pi for play with ScummVM.