Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PsDLCIndex PS4: Difference between revisions

From GameBrew
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
Line 8: Line 8:
|version=1.0.0
|version=1.0.0
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/ps4homebrews/psdlcindexps4.7z
|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
}}
}}
{{cleanup|article|Needs cleanup}}
psDLCIndex is a Python 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.
{{lowercase title}}
psDLCIndex is a tool designed for the PlayStation Store. Its primary function is to serve as a DLC indexer and package generator.


==How it works==
==User guide==
* You provide the tool with a specific title from the PlayStation Store at runtime.
How to use:
* The script then navigates through the PlayStation Store entry for the provided title.
* Run <code>pip install requests</code> to install dependencies.
* It identifies and retrieves the titleIDs of all DLC (Downloadable Content) associated with the given title.
* 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.


== How to use? ==
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>python dlcIndex.py https://store.playstation.com/en-us/product/UP0177-CUSA13186_00-JUDGMENTRYUGAENG</code>
<code>python dlcIndex.py https://store.playstation.com/en-us/product/UP0177-CUSA13186_00-JUDGMENTRYUGAENG</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.
 
[https://github.com/GarnetSunset/psDLCIndex/actions/workflows/main.yaml Download the latest build here]
 
=== Dependencies: Requests for Python ===
<code>pip install requests</code>
 
<span id="reminder"></span>
=== Reminder! ===
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=""640"">PyTZSF8Qjus</youtube>
<youtube width="640">PyTZSF8Qjus</youtube>


==Changelog==  
==Changelog==  
Line 51: Line 44:


== 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]!
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]
 
Adding stuff|bugs to the code - [https://github.com/krugdenis DeniZz]


== External links ==
== External links ==
* Gbatemp - https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/
* GitHub - https://github.com/GarnetSunset/psDLCIndex
* Github - https://github.com/GarnetSunset/psDLCIndex
* Reddit - https://www.reddit.com/r/ps4homebrew/comments/s6muhm/i_rewrote_my_ps4_flag_dlc_creation_script_it/

Revision as of 04:25, 18 June 2025

psDLCIndex
General
AuthorGarnetSunset
TypeSave and Game Managers
Version1.0.0
LicenseMIT License
Last Updated2022/01/26
Links
Download
Website
Source

psDLCIndex is a Python 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 requests to 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:

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 scriptMaxton (RIP)/OpenOrbis for LibOrbisPkg and TheRadziu for Easy Fake DLC / DLC without Extra Data Generator!

Adding stuff|bugs to the code - DeniZz

External links

Advertising: