psndl
psndl copied to clipboard
New entry request
URL
http://zeus.dl.playstation.net/cdn/UP4042/NPUB30573_00/DbjZjsNnrqNaQmTLrBhIzBPBgyTwpraeNugxxgqYRWpylJeQrwfagYCsyKgRLIUNmyoTUmWaOBebsKAZlktznFNMTGyaRRWTzvDcI.pkg
RAP hexdump (optional)
No response
how to use this? i keep on getting the error "Unable to Load Database". thank you!
@djones05 what browser are you using ?
How on earth do you use this?
@AziRizvi you go to http://yne.github.io/psndl with your PS3
@yne is it only for physical ps3 or can these games be used on rpcs3(emulator)
PSN pkg can be used on both real PS3 and on RPCS3 emulator
is there any tutorial on youtube or some text based guide on how to download and utilize these games. Thanks in advance
is there any tutorial on youtube or some text based guide on how to download and utilize these games. Thanks in advance
yes
@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?
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
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 afile://
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.)
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?
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
@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 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.
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
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