Initial commit

This commit is contained in:
2026-02-02 04:50:13 +01:00
commit 5b11698731
22592 changed files with 7677434 additions and 0 deletions

BIN
dists/ps3/ICON0.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
dists/ps3/PIC1.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

60
dists/ps3/readme-ps3.md Normal file
View File

@@ -0,0 +1,60 @@
Prerequisites
=============
- A homebrew enabled PlayStation 3 console. As of now that mostly means having a custom firmware installed. Obtaining and installing such a software is out of the scope of this document. Sorry, but you're on your own for that one.
- At least one ScummVM supported game. The list of compatible games can be seen here: https://www.scummvm.org/compatibility/
The page https://wiki.scummvm.org/index.php/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/
- An USB drive.
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 : https://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
- R1 + Left stick => Slow Mouse
- Cross => Left mouse button
- Circle => Right mouse button
- DPad => Cursor Keys (useful for character motion)
- R1 + DPad => Diagonal Cursor Keys
- L1 => Game menu (F5)
- R1 => Shift (used to enable Mass Add in menu)
- Square => Period '.' (used to skip dialog lines)
- R1 + Square => Space ' '
- Triangle => Escape (used to skip cutscenes)
- R1 + Triangle => Return
- Start => ScummVM's global in-game menu
- Select => Toggle virtual keyboard
- R1 + 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 PS3 is based on SDL2. It uses the open source SDK PSL1GHT.
The dependencies needed to build it are :
- The toolchain from https://github.com/ps3aqua/ps3toolchain
- Libraries from https://github.com/ps3aqua/ps3libraries
- ScummVM from https://github.com/scummvm/scummvm
ScummVM doesn't provide the CA certificates bundle required by the cloud synchronization features.
It can be downloaded from the curl website: https://curl.haxx.se/ca/cacert.pem, and packaged in the binary using:
```$ export DIST_PS3_EXTRA_FILES=/path/to/cacert.pem```
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

33
dists/ps3/sfo.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" ?>
<sfo>
<value name="ATTRIBUTE" type="integer">
0
</value>
<value name="BOOTABLE" type="integer">
1
</value>
<value name="CATEGORY" type="string">
HG
</value>
<value name="PARENTAL_LEVEL" type="integer">
0
</value>
<value name="PS3_SYSTEM_VER" type="string">
01.8000
</value>
<value name="RESOLUTION" type="integer">
63
</value>
<value name="SOUND_FORMAT" type="integer">
279
</value>
<value name="TITLE" type="string">
ScummVM
</value>
<value name="TITLE_ID" type="string">
SCUM12000
</value>
<value name="VERSION" type="string">
01.00
</value>
</sfo>