More actions
PS4 DLC Unlocker Maker | |
---|---|
General | |
Author | K4PS3 |
Type | PC Utilities |
Version | 1.0-beta1 |
License | MIT License |
Last Updated | 2021/12/29 |
Links | |
Download | |
Website | |
Source | |
This article may require cleanup to meet GameBrew's quality standards.
Reason: Needs cleanup |
The PS4 DLC Unlocker Maker is a Windows batch file used to create a PS4 DLC unlocker FPKG. Essentially, a DLC unlocker is a fake package that unlocks content already existing in the game or its updates. There’s another type of DLC that also requires the content to exist alongside the DLC unlocker.
This is the first release for testing and should work in most cases. You need to set pubCmd to the correct path of orbis-pub-cmd.exe from the PS4 Fake PKG Tools 3.87.
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 |
How To Use
- To use the tool, you will need orbis-pub-cmd.exe which you can PS4 Fake PKG Tools 3.87.
- Replace the line SET “pubCmd=C:\PS4-Fake-PKG-Tools-3.87\orbis-pub-cmd.exe__“ with the appropriate path, in build.cmd (you can edit it with any text editor such as notepad)
- Replace the following config lines appropriately:
- SET “contentId=EP0002-CUSA24267_00-CODCWDISCONLY001“
- SET “title=Call of Duty®: Black Ops Cold War Content 7 License“
- run the cmd file
Changelog
v1.0-beta1
- First Release.