blob: 2a9003cd52a433f44b44b520ed8f41964daec2bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
+++
title = "ScummVM"
author = ["Michał Sapka"]
date = 2024-09-20T21:34:00+02:00
categories = ["bsd"]
draft = false
weight = 3001
primary_menu = "bsd"
image_dir = "bsd"
image_max_width = 600
abstract = "Running old adventure games"
[menu]
[menu.bsd]
weight = 3001
identifier = "scummvm"
parent = "gaming"
+++
[ScummVM](https://www.scummvm.org/) started as a way to run classic LucasArts point-and-click adventure games on modern hardware.
Today is has grown to a general runner for classic adventure games.
If ScummVM is supported on your OS, you have a huge selection of games to choose from - just check the [compatibility list](https://www.scummvm.org/compatibility/)!
Luckly for us, FreeBSD has a ready port and a prebuilt package. All we need to do is to
```sh
pkg install scummvm
```
Note, that ScummVM is not **only** a runner, but it's the best way to experience supported games.
Not only does it provide a modern save system, but it also fixes all problems, like synchronization of audio/video.
Since ScummVM abstracts the OS from the game, any problems you may experience should not be FreeBSD specific, so finding help should be easy.
Getting the games may be problematic.
Most modern remakes are not using the classic engines, so they may not work.
{{< image class="centered" alt="Screenshot ScummVM running Monkey Island 2" file="scummvm.png" >}}
Monkey Island 2 running on ScummVM
{{< /image >}}
|