Steam Play compatibility tool to run adventure games using native Linux ScummVM
This is a sister project of Luxtorpeda and Boxtron.

Official mirrors: GitHub, GitLab.
You will need Python (>= 3.5), ScummVM (>= 2.0.0) and inotify-tools.
$ sudo dnf install scummvm inotify-tools
$ sudo zypper install scummvm inotify-tools
$ sudo apt install scummvm inotify-tools
$ sudo pacman -S scummvm inotify-tools
Download and unpack tarball to compatibilitytools.d directory (create one if it does not exist):
$ cd ~/.local/share/Steam/compatibilitytools.d/ || cd ~/.steam/root/compatibilitytools.d/ $ curl -L https://github.com/dreamer/roberta/releases/download/v0.1.0/roberta.tar.xz | tar xJf -
Start Steam.
Clone the repository and install the script to user directory:
$ git clone https://github.com/dreamer/roberta.git $ cd roberta $ make user-install
Start Steam.
Settings for Roberta can be found in ~/.config/roberta.conf (or wherever
XDG_CONFIG_HOME
points to).
Additionally, per-game settings can be changed through variables set in Steam client. For example, to force game to use your secondary screen, right-click your game in Steam Library, select Properties → Set Launch Options… and set: LUX_USE_SCREEN=1 %command%.
| Name | Values | Description |
|---|---|---|
LUX_SCUMMVM_CMD |
command | Use this command to run the game. Overrides value in scummvm.cmd setting. |
LUX_USE_SCREEN |
number | Set to the number of the screen, that you want the game to use. Overrides scummvm.fullscreenmode setting. |
Read all about it in the contributing guide :)
$ claude mcp add roberta \
-- python -m otcore.mcp_server <graph>