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!
You can obtain it either by using Mokomakefile via
or using a binary, like so:
The games are copyrighted so you'll only be able to play those you own. You can also download some free games from scummvm.org and from the Home of the Underdogs.
When starting ScummVM use the command
This will map AUX button to the F5 key, which is used to access the ScummVM menu. You should also find an entry on the main menu under Games.
Note: On the Neo Freerunner the wrong keycode (not AUX) is mapped to F5. Here is a corrected version of the file /usr/bin/openmoko-scummvm:
SAVE_KEY="$(xmodmap -pke | grep 'keycode 177')"
xmodmap -e "keycode 177 = F5"
xrandr -o left
scummvm --fullscreen --themepath=/usr/share/scummvm/
xrandr -o normal
xmodmap -e "$SAVE_KEY"
Note: It would be great if it where possible to get audio through the headphones and speaker muted.
More information on ScummVM can be found on the official site
To be able to play Monkey Island 2 you need to pass ScummVM a parameter:
root@fic-gta01:/$ DISPLAY=:0 openmoko-scummvm --boot-param=10001 monkey2
For easy access from the menu you can create a menu entry by creating the file /usr/share/applications/monkeyisland2.desktop with the following content:
[Desktop Entry] Encoding=UTF-8 Name=LeChuck's Revenge Comment=Monkey Island 2: LeChuck's Revenge Exec=openmoko-scummvm --boot-param=10001 monkey2 Icon=monkeyisland2.png Terminal=false Type=Application Categories=Games; StartupNotify=false
![]() |
Scummvm
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!
|
Source Code released : http://www.scummvm.org/downloads.php#source