TrustedUser, Bureaucrats, Administrators
442
edits
(Removed duplicate information and added a link to the new docs. Added a “Developer information” section and moved the “Building from source” information here.) |
Tag: Undo |
||
Line 1: | Line 1: | ||
== | {{PortFeatures| | ||
name=PlayStation Vita| | |||
version={{StableVersion}}| | |||
backend=psp2 + sdl| | |||
status=Maintained| | |||
mp3=yes| | |||
ogg=yes| | |||
uncompressed=yes| | |||
flac=yes| | |||
zlib=yes| | |||
plugins=no| | |||
16bits=yes| | |||
buildbot=yes| | |||
firstversion=2.0.0| | |||
maintainer=cpasjuste, [[User:rsn8887|rsn8887]]| | |||
packager=cpasjuste, [[User:rsn8887|rsn8887]]| | |||
pkgend=-vita.vpk| | |||
icon=psp2| | |||
forum=21| | |||
agi=yes| | |||
agos=yes| | |||
cine=yes| | |||
cruise=yes| | |||
draci=yes| | |||
drascula=yes| | |||
gob=yes| | |||
groovie=yes| | |||
kyra=yes| | |||
lure=yes| | |||
made=yes| | |||
parallaction=yes| | |||
queen=yes| | |||
saga=yes| | |||
scumm=yes| | |||
sky=yes| | |||
sword1=yes| | |||
sword2=yes| | |||
teenagent=yes| | |||
tinsel=yes| | |||
touche=yes| | |||
tucker=yes| | |||
}} | |||
== | ScummVM has been ported to the [[Sony]] PlayStation Vita by Cpasjuste. The information contained on this page is based on [https://github.com/scummvm/scummvm/blob/master/dists/psp2/readme-psp2.md readme-psp2.md]. | ||
== Installation == | |||
=== Prerequisites === | |||
* A homebrew enabled PlayStation Vita console. Detailed jailbreaking instructions can be found online. | |||
* At least one ScummVM supported game. The list of compatible games can be seen here: https://www.scummvm.org/compatibility/ | |||
* The page [[Where to get the games]] references some places where those games can be bought. Demonstration versions for most of the supported games are downloadable on https://scummvm.org/demos/ | |||
=== Installing === | |||
* From a computer, download the installable release package [http://downloads.scummvm.org/frs/scummvm/{{StableVersion}}/scummvm-{{StableVersion}}-vita.vpk here]. | |||
* Alternatively, the latest nightly version with lots of improvements is [http://buildbot.scummvm.org/snapshots/master/psp2-master-latest.zip here] (needs to be unzipped). | |||
* Copy the .vpk file to the PlayStation Vita and install it using Vitashell like any other homebrew. | |||
== Configuring Games == | |||
The user manual describes how to add games to ScummVM and launch them: [[User Manual]] | |||
== Notes == | |||
Saves are written to the ux0:/data/scummvm/saves folder. | |||
== Controls == | |||
{{VitaControls}} | |||
== Building From Source == | |||
This port of ScummVM to the Vita is based on SDL2. It uses the open source SDK VITASDK. | This port of ScummVM to the Vita is based on SDL2. It uses the open source SDK VITASDK. | ||
The dependencies needed to build it are: | The dependencies needed to build it are: | ||
* The toolchain from https://github.com/vitasdk/vdpm | * The toolchain from https://github.com/vitasdk/vdpm | ||
* zlib, libpng, libjpeg-turbo, libogg, libvorbis, flac, curl, openssl, freetype, from https://github.com/vitasdk/vdpm | * zlib, libpng, libjpeg-turbo, libogg, libvorbis, flac, curl, openssl, freetype, from https://github.com/vitasdk/vdpm | ||
Line 23: | Line 87: | ||
./configure --host=psp2 && make psp2vpk | ./configure --host=psp2 && make psp2vpk | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Disclaimer == | |||
Unauthorized distribution of an installable package with non freeware games included is a violation of the copyright law and is as such forbidden. | |||
== Thanks == | == Thanks == |