Giter VIP home page Giter VIP logo

Comments (8)

Lazorne avatar Lazorne commented on July 26, 2024

As stated this not work currently and someone needs to configure it.

Most games get error code 1 when launched from within EmulationStation.
If you launch the game from the full interface via the tools menu you can get further most games won't boot past the PSU compilation step as of now.

from retrodeck.

McSwindler avatar McSwindler commented on July 26, 2024

I had to do some of the configuration in desktop mode, but I was able to get a game "playable"

To open in desktop mode, run the command: flatpak run --command=rpcs3 net.retrodeck.retrodeck

First you need to install the latest firmware, the file dialog window would not open in game mode, so has to be done in desktop mode. Same with installing game updates.

In GPU config, I changed the graphics device to AMD RADV VANGOGH and resolution to 720x480 (not strictly necessary, but helps games run).

In gamepad config, change Handlers to Evdev, this will be the steam controller config picked up as a xbox 360 controller. All controls work except for gyro and the PS button. This had to be done in desktop mode because for some reason the mouse cursor will not go down to the "Save" button in game mode.

For getting the games to launch from ES, you need to rename folders to end in .ps3 and also change the alternative emulator to RPCS3 Directory (Standalone). More details on the ES-DE User Guide

The game I tested was Little Big Planet, it booted and could run through a course, but was pretty laggy and had graphical glitches.

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

Prototype code snipped to auto install ps3 firmware

mkdir -p $rdhome/roms/ps3/tmp
chmod 777 $rdhome/roms/ps3/tmp
wget http://dus01.ps3.update.playstation.net/update/ps3/image/us/2022_0510_95307e1b51d3bcc33a274db91488d29f/PS3UPDAT.PUP -P $rdhome/roms/ps3/tmp/
rpcs3 --installfw $rdhome/roms/ps3/tmp/PS3UPDAT.PUP
rm -rf $rdhome/roms/ps3/tmp

Choose a directory for the virtual filesystem

Info here: https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#sony-playstation-3

Desktop file must contain for example:

source global.sh
rpcs3 --no-gui $rdhome/roms/ps3/.emudir/dev_hdd0/game/NPEA00275

A desktop file creator is may needed.

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

How to install PSN games and make them appear in ES-DE:

  • Configurator -> RPCS3
  • Install RAP/PKG -> Select the game(s) you want to install
  • After the installation move the newely created game folder in $rdhome/bios/rpcs3/emudir/dev_hdd0/game/GAMEID in $rdhome/roms/ps3
  • rename it: "Game Name.ps3"

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

The following folders must be created during the emulator first init:

mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_hdd0"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_hdd1"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash2"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash3"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_bdvd"

These folders is where the hard disk data (such as the installed firmware) is stored.

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

The following folders must be created during the emulator first init:

mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_hdd0"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_hdd1"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash2"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_flash3"
mkdir -p "/home/deck/retrodeck/bios/rpcs3/dev_bdvd"

These folders is where the hard disk data (such as the installed firmware) is stored.

Edited as we don't need the emudir subfolder

from retrodeck.

Lazorne avatar Lazorne commented on July 26, 2024

RPCS3: Save migrator - move RPCS3 saves/hdd_folders in the new location (Done, needs verification –Ice)
RPCS3: mkdir -p directories (Done, needs verification –Ice)
RPCS3: symlink rpcs3 save folder in bios so if bios folder is lost the saves are still safe (Done, needs verification –Ice)

from retrodeck.

Lazorne avatar Lazorne commented on July 26, 2024

Done closed

from retrodeck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.