PsDLCIndex PS4: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PS4 Homebrews |title=psDLCIndex |image=psdlcindexps4.png |description=Tool for curating DLC files for the Playstation Store. |author=GarnetSunset |lastupdated=2022/01/26 |type=Save and Game Managers |version=1.0.0 |license=MIT |download=https://dlhb.gamebrew.org/ps4homebrews/psdlcindexps4.7z |website=https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/ |source=https://github.com/GarnetSunset/psDLCIndex |donation= }}..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|author=GarnetSunset | |author=GarnetSunset | ||
|lastupdated=2022/01/26 | |lastupdated=2022/01/26 | ||
|type= | |type=PC Utilities | ||
|version=1.0.0 | |version=1.0.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/ps4homebrews/ | |download=https://dlhb.gamebrew.org/ps4homebrews/psdlcindex.zip | ||
|website=https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/ | |website=https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/ | ||
|source=https://github.com/GarnetSunset/psDLCIndex | |source=https://github.com/GarnetSunset/psDLCIndex | ||
| Line 19: | Line 19: | ||
|image_alt=psDLCIndex | |image_alt=psDLCIndex | ||
}} | }} | ||
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. | |||
psDLCIndex is a | |||
== | ==User guide== | ||
* You | How to use: | ||
* | * Run <code>pip install requests</code> to install dependencies. | ||
* | * You'll also need [https://github.com/CyB1K/PS4-Fake-PKG-Tools-3.87 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: | *You can pass the URL of the software you're trying to generate for example: <code><nowiki>python dlcIndex.py https://store.playstation.com/en-us/product/UP0177-CUSA13186_00-JUDGMENTRYUGAENG</nowiki></code> | ||
*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. | |||
<code>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. If your DLC contains data, it will not work. | |||
==Media== | ==Media== | ||
'''HOW TO GET PS4 DLC GAME {COMPATIBLE WITH FAKE PKG GAMES}''' ([https://www.youtube.com/watch?v=PyTZSF8Qjus ricky jr]) <br> | '''HOW TO GET PS4 DLC GAME {COMPATIBLE WITH FAKE PKG GAMES}''' ([https://www.youtube.com/watch?v=PyTZSF8Qjus ricky jr]) <br> | ||
<youtube width= | <youtube width="640">PyTZSF8Qjus</youtube> | ||
==Changelog== | ==Changelog== | ||
| Line 51: | Line 43: | ||
== Credits == | == Credits == | ||
All credits goes to [https://github.com/GarnetSunset GarnetSunset] for [https://github.com/GarnetSunset/psDLCIndex original script], [https://github.com/maxton Maxton] (RIP)/[https://github.com/OpenOrbis/ OpenOrbis] for [https://github.com/OpenOrbis/LibOrbisPkg LibOrbisPkg] and [https://github.com/TheRadziu TheRadziu] for [https://gist.github.com/TheRadziu/b7321fdf2672197d14b87eeb2a5bd919 Easy Fake DLC / DLC without Extra Data Generator]! | |||
Adding stuff|bugs to the code - [https://github.com/krugdenis DeniZz] | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/GarnetSunset/psDLCIndex | ||
* Reddit - https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/ | |||
Latest revision as of 02:04, 19 June 2025
| 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