scummvm/dists/psp2/readme-psp2.md
2019-03-09 21:52:14 +01:00

3.0 KiB

Prerequisites

Installing

From a computer, download the installable package. Unzip and copy the .vpk file it to the PlayStation Vita and install it.

Configuring and playing games

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

PlayStation Vita Specifics

Saves are wrote in the ux0:/data/scummvm/saves folder.

Joypad button mapping

  • Left stick => Mouse
  • R + Left stick => Slow Mouse
  • Cross => Left mouse button
  • Circle => Right mouse button
  • DPad => Cursor Keys (useful for character motion)
  • R + DPad => Diagonal Cursor Keys
  • L Trigger => Game menu (F5)
  • R Trigger => Shift (used to enable Mass Add in menu)
  • Square => Period '.' (used to skip dialog lines)
  • R + Square => Space ' '
  • Triangle => Escape (used to skip cutscenes)
  • R + Triangle => Return
  • Start => ScummVM's global in-game menu
  • Select => Toggle virtual keyboard
  • R + Select => AGI predictive input dialog

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 PSP2 is based on SDL2. It uses the open source SDK VITASDK.

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=psp2 && make psp2vpk

Thanks

Xavier from consoleX for donating a ps vita device xerpi for initial SDL2 port VITASDK and henkaku developers