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 Dec 28, 2021 at 6:15 PM       49      
Status
Not open for further replies.
Following the PPSA PS4 DLC Unlocker release, PS4Scene developer @K4PS3 (Twitter) updated his Github repository with a PS4 DLC Unlocker Maker Windows batch file to create the PlayStation 4 DLC Unlocked Fake Packages (FPKGs) for those with a Jailbroken PS4 console. šŸ˜ƒ

Download: PS4 DLC Unlocker Maker v1.0-beta1.zip / GIT

From his post in the Verified Member section, to quote:

The batch file can be automated and just running it will generate the DLC Unlocker PKG, you will need to set the following info in the batch file:

1) Set the path to pub-cmd, you can download it from CyB1K tools.
Code:
SET "pubCmd=C:\PS4-Fake-PKG-Tools-3.87\orbis-pub-cmd.exe"
2) Set configuration to auto mode without any prompt.
Code:
SET "autostart=y"
SET "addIcon=n"
3) Set dlc unlocker information
Code:
SET "contentId=game dlc content id"
SET "title=game dlc title here"
4) Save and run the batch file, you should have DLC Unlocker FPKG.

If you need to add icon to the FPKG, you have to change the following line:
Code:
SET "addIcon=y"
When you run the patch file, it will prompt you to add icon file to specific path. After adding the icon file you simply press [ENTER] key and you will get DLC Unlocker FPKG with icon.

Maybe I will create GUI application to generate DLC Unlocker, but there is already good apps for the same task.

And from the README.md: PS4 DLC Unlocker Maker

Is windows batch file to create PS4 dlc unlocker fpkg, simply dlc unlocker is fake package to unlock content already exist in the game or the game update, there is another type of dlc which require also the content to be exist with the dlc unlocker.

This is first release for testing, it should work on most cases. You need to set pubCmd to correct path of orbis-pub-cmd.exe from the PS4-Fake-PKG-Tools.

Variable y n
autostart autogenerate DLC unlocker without any prompt Prompt the user to enter dlc info
cleanup remove all autogenerated files don't delete anything
addIcon add dlc icon and wait the user to add the icon file create dlc unlocker without icon
Variable value description
contentId xxyyyy-CUSAzzzzz_00-cccccccccccccccc xx (EP or UP), y's (4 numbers), z's (5 numbers game id), c's 16 character dlc name
title DLC title up to 128 character for dlc title
passcode 00000000000000000000000000000000 (32 characters) always be good and use zeros for passcode
TODO
  • Validate Title and Content ID.
  • Dynamic date.
  • Add support for DLC with content.
  • Adding color to the script.
License
  • MIT
PS4 DLC Unlocker Maker Windows Batch File to Create FPKGs by K4PS3.jpg
 

Comments

@Mobdre23 Not how you said it but what you said. If someone has taken the time to make a "tool" then just be grateful and say thanks. You want to be spoonfed and just click one button and have everything done for you. Sometimes you have to do a little bit of work.
 
@Irma2021 you can try and make the dlc for your version of the game, use the following info for EU version CUSA15778:

Title Content-ID
Libertad Pack - Pre-Order Content EP0001-CUSA15778_00-FARCRY6PRE000000
Season Pass EP0001-CUSA15778_00-FARCRY6SPA000000
Starter Pack EP0001-CUSA15778_00-FARCRY6STARTER00
for US version:

Title Content-ID
Season Pass UP0001-CUSA15717_00-FARCRY6SPA000000
Starter Pack UP0001-CUSA15717_00-FARCRY6STARTER00
@nikeymikey Thank you for your words and your supportive spirit.

@Nebulus07 ID's starting with PPSA are for P$5.

The correct info for Assassin's Creed Valhalla, The Siege of Paris dlc for your version is:
Code:
Title: The Siege of Paris
Content-Id: EP0001-CUSA18534_00-DLCEXPANSION0002
 
@noctis90210
  • It's readable script, anyone can read it, and that is good opportunity for learning and see how things work together, and that maybe give the motivation and ideas for others to create good software.
  • Can be used with other tools in automated fashion, ex. there is tool capable of gathering all the dlcs info for certain game, that tool can call the script multiple times to create all the dlcs.
  • The script not requiring installing any other software beside the fake package tools.
 
Thanks for the info @K4PS3

Just want to ask another question about one of your To-Do, it says Add suppport for DLC with content, does that mean we can download unlocked DLC with Extra Data?
 
Status
Not open for further replies.
Back
Top