psndl icon indicating copy to clipboard operation
psndl copied to clipboard

New entry request

Open yne opened this issue 2 years ago • 17 comments

URL

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

RAP hexdump (optional)

No response

yne avatar Jun 08 '22 17:06 yne

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

djones05 avatar Jul 21 '22 07:07 djones05

@djones05 what browser are you using ?

yne avatar Dec 28 '22 13:12 yne

How on earth do you use this?

AziRizvi avatar Jul 06 '23 21:07 AziRizvi

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

yne avatar Jul 08 '23 02:07 yne

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

pmchohan avatar Jul 10 '23 19:07 pmchohan

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

yne avatar Jul 12 '23 06:07 yne

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

pmchohan avatar Jul 13 '23 07:07 pmchohan

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

yes

yne avatar Jul 13 '23 14:07 yne

@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?

AziRizvi avatar Jul 23 '23 10:07 AziRizvi

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 [email protected]:yne/psndl.git
cd psndl
python -m http.server
# open your browser on the given http URL given by python

yne avatar Jul 23 '23 11:07 yne

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 [email protected]: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 avatar Jul 23 '23 13:07 AziRizvi

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?

AziRizvi avatar Jul 23 '23 14:07 AziRizvi

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 avatar Jul 23 '23 17:07 yne

@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.

yne avatar Jul 23 '23 18:07 yne

@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 avatar Jul 23 '23 22:07 AziRizvi

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

AziRizvi avatar Jul 23 '23 23:07 AziRizvi

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

yne avatar Jul 24 '23 03:07 yne