ScummVM
From DingooWiki
| ScummVM | |
|---|---|
| | |
| Platform(s): | Dingoo-Linux |
| Download(s): | Dingoo File archive |
| Developer(s): | ChaoticBob |
| Version: | 0.2 |
| Status: | Released |
| Homepage: | ScummVM release thread |
ScummVM is a virtual machine for playing LucasArts SCUMM adventure games (as well as other adventure games which use the SCUMM engine) (SCUMM) stands for "Script Creation Utility for Maniac Mansion"
[edit] Installation
Simply copy the scummvm directory somewhere on your filesystem in the local folder and run the executable.
To launch it with dmenu use this in your dmenu.cfg (adjust your folders accordingly):
MenuItem ScummVM
{
Icon = "res/emulators/scummvm.png"
Name = "Scummvm"
Executable = "./scummvm"
WorkDir = "/usr/local/emulators/scummvm"
}

