Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Jul 17, 2018 at 1:23 AM       443      
Status
Not open for further replies.
Earlier this month we saw a PS4Updates Python script, and recently PlayStation 4 developer @OctopusRift aka GarnetSunset (Twitter) made available a PlayStation Store DLC Index script tool called psDLCIndex which can be used to scrape / download PS4 PKG downloadable content. :D

Download: psDLCIndex-master.zip / GIT / How to Change CUSA of DLC to Match CUSA of Game Guide / 0-byte PSN DLC Downloader by Etheldreda-MU / psDLC.zip / psDLC (c# version) by stooged / fake_dlc_pkg.rar (0.3 MB) / Playstation Store DLC Indexer.rar (3.69 MB) by pearlxcore / cindexTutorial.rar (1.23 MB) by ohcHIT / psDLCIndex EZ_Lib_Orbis_MOD GIT Fork via @DeniZz

:alert: From Al Azif, to quote: "THESE TOOLS WILL NOT WORK WITH MOST DLC. The DLC must be an unlockable type with no extra data required and may require a specific game update version. There is no way to know 100% if it'll work until you try it."

:arrow: For those having trouble, see this Workaround by Baku86 to fix the issue. :thumbup:

This comes following the tutorial for Dumping PS4 5.05 DLC, Games, Updates & Themes with details below from the README.md to quote: psDLCIndex

PlayStation Store DLC Indexer, and list generator.

What is this?

This is a script that will go through a PlayStation store entry for a certain title, which is given at runtime, and get the titleIDS of all DLC associated with them. This can then be funnelled into "mysteriouslink.py" which can parse it out and, using some outside programs, generate some cool pkgs.

How to use?

Make sure you run "requirements.bat" if you're on windows, but then, just run the "dlcIndex.py" script and input the full title ID of the app you wish to crawl. This can take a while so be patient.

When done, make sure to run mysteriouslink, with all the files required, which I can't link, in this directory. You should have a bunch of PKGs.

HOW TO GET PS4 DLC GAME (COMPATIBLE WITH FAKE PKG GAMES) via kepz90
HOW TO PATCH ORIGINAL PS4 DLC THEME (SEMI PERMANENT) via kepz90
HOW TO PATCH ALL OFFICIAL PS4 THEME by kepz90

:arrow: Update: In related news, windsurfer1122 made available PSN_get_pkg_info which is a Python script to extract package information from header and PARAM.SFO of PS3 / PSX / PSP / PSV / PSM and PS4 packages.

Download: PSN_get_pkg_info-master.zip / GIT

And from the README.md, to quote: PSN_get_pkg_info.py (c) 2018 by "windsurfer1122"

Extract package information from header and PARAM.SFO of PS3/PSX/PSP/PSV/PSM and PS4 packages.

Goals:
  • One-for-all solution to retrieve all header data and PARAM.SFO data from PSN packages
  • Decryption of PS3 encrypted data to get all data
  • Support of all known package types: PS3/PSX/PSP, PSV/PSM, PS4
  • Easy enhancement of interpreting data (=done at the very end with all data at hand)
  • Support multiple output formats
  • Support multiple debug verbosity levels
  • Easy to maintain and no compiler necessary (=interpreter language)
  • Cross platform support
    • Decision: Python 3
      • Compatible with Python 2 (target version 2.7)
        • Identical output
        • Forward-compatible solutions preferred
  • Modular and flexible code for easy enhancement and/or extensions (of course there's always something hard-coded left)
For options execute: PSN_get_pkg_info -h
Use at your own risk! If you state URLs then only the necessary bytes are downloaded into memory.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

git master repository at https://github.com/windsurfer1122

:arrow: Update #2: Developer lucasepe made available another scraping utility called Go PS4 which allows you to search your favorite PS4 games from PlayStation Store using the Command Line, which details below from the README.md to quote:

Download: go-ps4-master.zip / GIT

This tool use Colly the Lightning Fast and Elegant Scraping Framework for Gophers

How to build

Windows

Code:
go build -ldflags "-X main.version=0.0.1 -X main.date=%date:~-4%-%date:~3,2%-%date:~6,2%T%time:~0,2%:%time:~3,2%:%time:~6,2%"
Linux
Code:
go build -ldflags "-X main.version=0.0.1 -X main.date=%date:~10,4%-%date:~4,2%-%date:~7,2%T%time:~0,2%:%time:~3,2%:%time:~6,2%"
How to use

List available options

Code:
go-ps4 -help
Usage of go-ps4:
  -addons
       show also extra contents
  -free
       show only free titles
  -lang string
       language (it, en) (default "it")
  -search string
       search for specified title
  -version
       show app version
  -weekly-deals
       show only weekly deals titles
Search only for free games
Code:
go-ps4 -free
Search for a specific game
Code:
go-ps4 -search "strange brigade"
Show only weekly deals
Code:
go-ps4 -weekly-deals
PSDLCIndex PlayStation Store PS4 DLC Indexer by GarnetSunset.jpg
 

Comments

If you have python installed correctly, you can just double-click dlcIndex.py to run the script
 
Thanks for the help got it working. All I did is just put the CUSA in it then it download all of them. I guess it don't do the single file cause I tried in it never go through.
 
hello @DeniZz thx for program. i have problem with dlcs with wwe 2k19 and wwe 2k20 when i put content id of the game and they say Making fake DLCs!!! and then give me this error
Code:
Traceback (most recent call last):
  File "C:\Users\redha2000\Desktop\New folder\psDLCIndex-2.0\ez_dlc.py", line 9, in <module>
    import urllib.request
ImportError: No module named request
how can you help me @DeniZz plz
 
@redha hi, you need to run requirements.bat first, or install this manually:
Code:
pip install bs4 lxml requests
Py -3 -m pip install beautifulsoup4 lxml requests
 
Status
Not open for further replies.
Back
Top