PsDLCIndex PS4
From GameBrew
More actions
| psDLCIndex | |
|---|---|
| General | |
| Author | GarnetSunset |
| Type | PC Utilities |
| Version | 1.0.0 |
| License | MIT License |
| Last Updated | 2022/01/26 |
| Links | |
| Download | |
| Website | |
| Source | |
psDLCIndex is a Python (2.x) script that crawls the PlayStation Store for DLC associated with a given title and extracts their Title IDs. These IDs can then be processed to generate PKG files.
User guide
How to use:
- Run
pip install requeststo install dependencies. - You'll also need this.
- Execute dlcIndex.py.
- Enter the full Title ID of the game when prompted.
- Wait for the script to complete (may take some time).
- Use the output .txt with mysteriouslink.py to generate PKG files.
Notes:
- You can pass the URL of the software you're trying to generate for example:
python dlcIndex.py https://store.playstation.com/en-us/product/UP0177-CUSA13186_00-JUDGMENTRYUGAENG - This script can only create flags for DLC that are empty DLCs (i.e. unlockable DLC with no extra data). If your DLC contains data, it will not work.
Media
HOW TO GET PS4 DLC GAME {COMPATIBLE WITH FAKE PKG GAMES} (ricky jr)
Changelog
v1.0
- First Release.
Credits
All credits goes to GarnetSunset for original script, Maxton (RIP)/OpenOrbis for LibOrbisPkg and TheRadziu for Easy Fake DLC / DLC without Extra Data Generator!
Adding stuff|bugs to the code - DeniZz