Hello World! I've been reporting on Sony PlayStation hacking news since 2000 and started PSXHAX in 2014 to cover PlayStation (PSX), PlayStation 2 (PS2), PlayStation 3 (PS3), PlayStation 4 (PS4), PlayStation Portable (PSP), PlayStation Vita (PS Vita), PlayStation TV (PS TV) and next-gen PlayStation 5 (PS5) platforms along with anything else of interest.
Click on my UserName author link above and you'll be able to view a curated list of all the articles I've contributed thus far to PSXHAX.COM!
Since their last update Sony recently revealed the new PlayStation Plus games for both PS4 and PS5 consoles arriving in January 2022 featuring Persona 5 Strikers, Dirt 5 and Deep Rock Galactic all available beginning next week on January 4th.
Below are additional details on each incoming PS Plus title courtesy of SIE Content Acquisition & Operations Director Adam Michel, to quote:
Persona 5 Strikers | PS4
Jump into the stylish world of Persona in an all-new story featuring the Phantom Thieves as they embark on an epic road trip across Japan.
A summer vacation with close friends takes a sudden turn as a distorted reality emerges, thrusting you in an epic tale as you strike back against the corruption overtaking cities. Dynamically control your team during explosive action combat as you reveal the truth and redeem the hearts of those imprisoned at the centre of the crisis.
Dirt 5 | PS4 & PS5
Conquer stunning global routes and drive an iconic roster of cars in an amplified off-road racing experience. Let loose in the boldest off-road racing experience ever, with a star-studded Career, four-player split-screen, online multiplayer, Playgrounds creator mode and more.
Blaze a trail on global tracks, covering gravel, ice, snow and sand, with cars ranging from rally icons to trucks, to GT heroes. Race on over 70 routes across 10 global locations – from New York’s frozen East River, to the glimmer of Norway’s Northern Lights.
Deep Rock Galactic | PS4 & PS5
Deep Rock Galactic is a 1-4 player co-op FPS featuring badass space Dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.
Work together as a team to dig, explore, and fight your way through a massive cave system filled with hordes of deadly enemies and valuable resources. You will need to rely on your teammates if you want to survive the most hostile cave systems in the galaxy...
He notes that if you want to execute SendPayload to enable ps4debug, you must manually download ps4debug.bin and place it in the specified directory: the same path as PS4CheaterNeo.exe\payloads\[FW version]\ directory.
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.