Skip to content

Instantly share code, notes, and snippets.

@bgK
Created June 7, 2011 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgK/1012048 to your computer and use it in GitHub Desktop.
Save bgK/1012048 to your computer and use it in GitHub Desktop.

Prerequisites

Installing

From a computer, download the installable package of the PS3 port from ScummVM's main site. It should be a .pkg file. Copy it to an USB drive. After having plugged the USB drive to you PS3, the installation package should appear in the XMB under the "Games > Install Package" menu. Installing it copies ScummVM and its dependencies to your PS3's hard drive. It also adds the "Games > PlayStation 3 > ScummVM" XMB entry which is to be used to launch ScummVM.

Configuring and playing games

The user manual describes how to add games to ScummVM and launch them : http://wiki.scummvm.org/index.php/User_Manual

PlayStation 3 Specifics

Games can be launched either from an USB drive or from the internal hard drive. The internal hard drive has better performance though. Savegames are wrote in the /hdd0/game/SCUM12000/saves folder.

Joypad button mapping

  • Left stick => Mouse
  • Cross => Left mouse button
  • Circle => Right mouse button
  • Triangle => Game menu (F5)
  • Square => Escape
  • Start => ScummVM's in global game menu
  • Select => Toggle virtual keyboard
  • L1 => AGI predictive input dialog

Legal disclaimer

Unauthorized distribution of an installable package with non freeware games included is a violation of the copyright law and is as such forbidden.

Building from source

This port of ScummVM to the PS3 is based on SDL. It uses the open source SDK PSL1GHT.

The dependencies needed to build it are :

Once all the dependencies are correctly setup, an installable package can be obtained from source by issuing the following command :

./configure --host=ps3 && make ps3pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment