Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New entry request #4

Open
yne opened this issue Jun 8, 2022 · 17 comments
Open

New entry request #4

yne opened this issue Jun 8, 2022 · 17 comments
Assignees

Comments

@yne
Copy link
Owner

yne commented Jun 8, 2022

URL

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

RAP hexdump (optional)

No response

@yne yne self-assigned this Jun 8, 2022
@djones05
Copy link

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

@yne
Copy link
Owner Author

yne commented Dec 28, 2022

@djones05 what browser are you using ?

@AziRizvi
Copy link

AziRizvi commented Jul 6, 2023

How on earth do you use this?

@yne
Copy link
Owner Author

yne commented Jul 8, 2023

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

@pmchohan
Copy link

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

@yne
Copy link
Owner Author

yne commented Jul 12, 2023

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

@pmchohan
Copy link

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

@yne
Copy link
Owner Author

yne commented Jul 13, 2023

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

yes

@AziRizvi
Copy link

@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
Copy link
Owner Author

yne commented Jul 23, 2023

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
Copy link

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
Copy link

AziRizvi commented Jul 23, 2023

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
Copy link
Owner Author

yne commented Jul 23, 2023

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
Copy link
Owner Author

yne commented Jul 23, 2023

@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
Copy link

@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
Copy link

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
Copy link
Owner Author

yne commented Jul 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants