ScummVM
From wikiPodLinux
| Script Creation Utility for Maniac Mansion Virtual Machine | |
| |
| Category | Emulators |
|---|---|
| Maintainer | Sid77 |
| Last updated | 25 Mar 2008 |
| Version | 0.9.0_20080325 |
| Runs on | 5G, 5.5G, mini? |
| Requires | iPodLinux |
| Download | |
| Support | IRC (irc://irc.freenode.net/#ipodlinux) |
ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the game, allowing you to play them on systems for which they were never designed!
| Table of contents |
[edit]
Obtaining ScummVM
[edit]
Binary
- Grab the binary from the link in the project box
- Unpack it on your ipod
[edit]
Building source code
- Install the Toolchain
- Checkout the libs folder via Svn
- Download patched scummvm sources tarball from the link in the project box and unpack it, your working directory should ends up with two folders: one called "libs" and one called "scummvm"
- Enter the newly created scummvm folder
- Configure the program with:
sh cfg.txt - Build the program with:
make - Copy the newly created scummvm binary to your iPod
[edit]
Running ScummVM
[edit]
Launch
- You can run ScummVM games using iLaunch or ZeroSlackr (http://sourceforge.net/projects/zeroslackr/) (which, by the way, uses iLaunch).
- A quick and dirty method is to directly call the ScummVM binary from loader.cfg passing two arguments:
scummvm --path=/path/to/gameid gameid
[edit]
Commands
- Menu is UP
- Play/Pause is DOWN
- Forward is RIGHT
- Rewind is LEFT
- Scroll Left is LEFT MOUSE BUTTON
- Scroll Right is RIGHT MOUSE BUTTON
- Center Button is LEFT MOUSE BUTTON
- Hold is ESC
Clicking on the right target is tricky sometimes as pushing one button also generate scroll event from the touchpad but, at least, now we've both left and right mouse button :-p
[edit]
Additional infos
- itsdvw original source code is still avalaible, you can get it with:
svn co http://opensvn.csie.org/ipodscummvm/trunk/scummvm - You need to play around with your config file in order to have a working installation, a vital entry is autosave, so set it ;-)
- Most of useful informations are stored in this forum thread (http://www.ipodlinux.org/forums/viewtopic.php?t=9208).


