A small nodejs program to help with generating a package_link.xml file for transferring files between your (*nix) computer and your HAN enabled PlayStation3 using a network.
Clone this repository.
npm install
will install the required dependencies & parse the provided game datanpm run start
to start the server
- Open
config.json
and change the default server port if needed
Put your signed packages into the PKGS
folder
- The first time you run the server it will generate a
package_link.xml
file in the project root directory - Copy this file to the root folder of a USB and connect it to your PS3 system
- Navigate to the "Package Manager/LAN Package Installer" to see the new XMB menu
- Stop the server Ctrl+C
- Re-run the server with
npm run start
- In your PS3 navigate to the "Package Manager/LAN Package Installer/Update Package Link" and click on it
- Click on the
Download updated package_link
to download a temporally copy of the file - Click on
Rename & Reboot
to make ps3xploit rename the file & reboot system
- Provided game data comes from the nopaystation & psndl
- Download more detailed game data (scrapping from psn stores) runing
npm run import-psn
. Pay attention that this process takes some time. If for some reason it breaks, rerun it, as it caches the request for some time