Difference between revisions of "Extras/ScummVM"
From Maemo Leste Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
{{Infobox Package | |||
|status=working | |||
|devices=[[Nokia_N900]],[[Motorola_Droid_4]] | |||
|date_in_repo=2021-05-21 | |||
|website=https://www.scummvm.org/ | |||
|maemo_leste_repo=https://github.com/maemo-leste-extras/scummvm | |||
}} | |||
ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator. (From ScummVM website) | ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator. (From ScummVM website) | ||
Relevant issue: https://github.com/maemo-leste/bugtracker/issues/269 | Relevant issue: https://github.com/maemo-leste/bugtracker/issues/269 |
Revision as of 09:15, 23 May 2021
Extras/ScummVM | |
---|---|
Status | working |
Devices | Nokia_N900,Motorola_Droid_4 |
Import date | 2021-05-21 |
Website | https://www.scummvm.org/ |
Leste repo | https://github.com/maemo-leste-extras/scummvm |
Category | [[:Category:{{{category}}}]] |
Packager | [[Category:{{{category}}}]] |
ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator. (From ScummVM website)
Relevant issue: https://github.com/maemo-leste/bugtracker/issues/269
Also see this page for more info: https://wiki.scummvm.org/index.php/Maemo
Status
- Games seems to be playable, with sound and input
Tested games
- The Neverhood (works)
TODO
- Support more engines
- Implement sane default keys for the devices (there is rudimentary detection for the N900, but we support more devices)
- Use libsdl2 build, didn't compile when User:Wizzup tried.