Scummvm

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
(note about monkey 2)
Line 11: Line 11:
  
 
More information on ScummVM can be had from the [http://www.scummvm.org/ official] site
 
More information on ScummVM can be had from the [http://www.scummvm.org/ official] site
 +
 +
=== Monkey Island 2 ===
 +
 +
To be able to play Monkey Island 2 you need to pass ScummVM a parameter:<br>
 +
root@fic-gta01:/$ 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=Application;Game;AdventureGame;
 +
StartupNotify=false

Revision as of 15:54, 15 August 2007

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!

JadeFalcon (irc nick) has provided a fixed bitbake recipe for users of OM2007.1. You can download the recipe and pre-built ipk files for use on your Neo 1973.

Monky Island

The games are copyrighted so you'll only be able to play those you own.


More information on ScummVM can be had from the official site

Monkey Island 2

To be able to play Monkey Island 2 you need to pass ScummVM a parameter:

root@fic-gta01:/$ 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=Application;Game;AdventureGame;
StartupNotify=false
Personal tools

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!

JadeFalcon (irc nick) has provided a fixed bitbake recipe for users of OM2007.1. You can download the recipe and pre-built ipk files for use on your Neo 1973.

Monky Island

The games are copyrighted so you'll only be able to play those you own.


More information on ScummVM can be had from the official site