PSXHAX.COM website and domain for sale. Contact Us with your offer!
PS4 PKG DLC Region: Batch Script to Change Region / TitleID by Avan06
Following my previous release, after learning How to Change PS4 DLC Region for FPKG Games by Jr550 I made a PS4 PKG DLC Region Batch Script for Windows to change the Region / TitleID of the original PS4 DLC PKG based on orbis-pub-gen and sfo by Hippie68.

Download: ps4-pkg-dlc-region.cmd / GIT

From the README.md: PS4 PKG DLC Region

ps4-pkg-dlc-region
is windows batch script can batch change the region and TitleID of the original ps4 dlc Pkg, and it is base on orbis-pub-gen and sfo by Hippie68.

It will automatically determine that the volume_type of the original pkg is pkg_ps4_ac_data or pkg_ps4_ac_nodata, pkg_ps4_patch, pkg_ps4_app:
  • pkg_ps4_ac_data:
    • DLC with extra files
  • pkg_ps4_ac_nodata:
    • DLC without extra files (unlockable)
  • pkg_ps4_patch:
    • PS4 Game Update (during the parsing, you will be prompted to enter the original PS4 Game PKG path)
  • pkg_ps4_app:
    • PS4 Game
Note: The experimental features of pkg_ps4_patch and pkg_ps4_app have not been tested...

User Defined

Before the first execution, the user needs to determine several defined values in ps4-pkg-dlc-region.cmd:
  • orbisPubPath
    Determines the path of orbis-pub, nullable if it has been set in the path of windows
  • sfoPath
    Determines the path of sfo(hippie68), nullable if it has been set in the path of windows...
Back
Top