yne / psndl

PlayStation Network pkgs
http://yne.github.io/psndl
55 stars 13 forks source link

New entry request #4

Open yne opened 2 years ago

yne commented 2 years ago

URL

http://zeus.dl.playstation.net/cdn/UP4042/NPUB30573_00/DbjZjsNnrqNaQmTLrBhIzBPBgyTwpraeNugxxgqYRWpylJeQrwfagYCsyKgRLIUNmyoTUmWaOBebsKAZlktznFNMTGyaRRWTzvDcI.pkg

RAP hexdump (optional)

No response

djones05 commented 2 years ago

how to use this? i keep on getting the error "Unable to Load Database". thank you!

yne commented 1 year ago

@djones05 what browser are you using ?

AziRizvi commented 1 year ago

How on earth do you use this?

yne commented 1 year ago

@AziRizvi you go to http://yne.github.io/psndl with your PS3

pmchohan commented 1 year ago

@yne is it only for physical ps3 or can these games be used on rpcs3(emulator)

yne commented 1 year ago

PSN pkg can be used on both real PS3 and on RPCS3 emulator

pmchohan commented 1 year ago

is there any tutorial on youtube or some text based guide on how to download and utilize these games. Thanks in advance

yne commented 1 year ago

is there any tutorial on youtube or some text based guide on how to download and utilize these games. Thanks in advance

yes

AziRizvi commented 1 year ago

@AziRizvi you go to http://yne.github.io/psndl with your PS3

Haha I meant for offline use, I downloaded your repo and launched the index.html but for some reason, it wouldn't load the database. What do I need to change in it so the .csv databases load properly?

yne commented 1 year ago

I downloaded your repo and launched the index.html but for some reason, it wouldn't load the database

The HTML file need to be open from an http:// URL not a file:// url.

One way to do it:

git clone git@github.com:yne/psndl.git
cd psndl
python -m http.server
# open your browser on the given http URL given by python
AziRizvi commented 1 year ago

I downloaded your repo and launched the index.html but for some reason, it wouldn't load the database

The HTML file need to be open from an http:// URL not a file:// url.

One way to do it:

git clone git@github.com:yne/psndl.git
cd psndl
python -m http.server
# open your browser on the given http URL given by python

Awesome! It worked, thanks a bunch man I really do appreciate it. (Wish I could insert a smiley face here.)

AziRizvi commented 1 year ago

One slight issue, when I try to download any of the .RAP files, it says file not available on site, do you host all the .rap files on the site/server itself? I thought the .rap files were hosted on the Playstation site as well.

I tried to download some rap files from http://yne.github.io/psndl as well and I'm still getting the same file not available on site error.

Any possible solution for that?

yne commented 1 year ago

the rap file are stored inside the CSV and is simply made of 16 Bytes

I generate all the rap from the CSV before uploading all files to the server

for example: http://yne.github.io/psndl/B037C9E939F5D8EBCB5C129241A7ADBB.rap

but I made a mistake in the link URL

I'll try to fix that, thanks for the info

yne commented 1 year ago

@AziRizvi it shall be working now

While browsing https://yne.fr/psndl/ , press ctrl+shift+R to refresh and get the new interface.

If you want to build all the .rap file for your local server, and you are on Linux or MacOS : run the make command, and it will generate them.

AziRizvi commented 1 year ago

@AziRizvi it shall be working now

While browsing https://yne.fr/psndl/ , press ctrl+shift+R to refresh and get the new interface.

If you want to build all the .rap file for your local server, and you are on Linux or MacOS : run the make command, and it will generate them.

Yes, the site is working fine now. Sadly I'm not on MacOS or Linux, I'm on Windows. So if you know how to do that on windows, please let me know and thanks.

AziRizvi commented 1 year ago

I have MingW32 installed as well as Mingw32-Make. https://linuxhint.com/run-makefile-windows/

When I run the make command, this is what I get. https://i.imgur.com/CVb7a5h.png

yne commented 1 year ago

you have a missing binary : tr I dont know how to install it in mingw

https://www.man7.org/linux/man-pages/man1/tr.1.html