This is a forked PKG Merge update by me (@ColdFire0 aka aldoblack) that merges your downloaded retail PS4 .PKG updates. It was throwing one error 'assumed root PKG file doesn't match PKG magic' so I fixed it and added some other functionalities:
Download: PKG Merge Update v3.0b (MacOS / Windows) / GIT / pkg_merge-win.zip (2.67 MB - includes pkg_merge.exe, msvcp140d.dll, ucrtbased.dll and vcruntime140d.dll)
A tool to merge parts of a PS4 PKG into one entire PKG file. Useful for installing a full game on your system. Written in C++.
Update v3.0b
User-friendly
How to compile
- Added support for MacOS.
- No need to be in the same directory with the executable.
- When clicking on executable file, a pop-up will be shown to select the folder.
- You can also drag and drop like it used to be.
Download: PKG Merge Update v3.0b (MacOS / Windows) / GIT / pkg_merge-win.zip (2.67 MB - includes pkg_merge.exe, msvcp140d.dll, ucrtbased.dll and vcruntime140d.dll)
- pkg_merge-macos.zip
- pkg_merge-win.zip
A tool to merge parts of a PS4 PKG into one entire PKG file. Useful for installing a full game on your system. Written in C++.
Update v3.0b
- Added support for MacOS.
- No need to be in the same directory with the executable.
- When clicking on executable file, a pop-up will be shown to select the folder.
- You can also drag and drop like it used to be.
User-friendly
- Download the latest release for MacOS or Windows from the Release Page
- Extract pkg-merge.exe (Windows) / pkg-merge (MacOS).
- Create a folder with all your PKG pieces inside.
- Double click and select the folder.
- OR
- Drag the folder of PKG files on top of the pkg-merge.exe/pkg-merge program. The merging process should begin.
How to compile
- MacOS
- Clone the repo.
- Download CMake GUI, install and open.
- Choose project folder where CMakeLists.txt is located.
- Choose destination folder.
- Click Generate.
- Click Done.
- Open Terminal and go to destination folder where Makefile is located.
- Type make and click Enter. It should be compiled successfully.
- Windows
- Pre Requisites.
- Visual Studio 2022.
- Clone the repo.
- Download Visual Studio.
- Download CMake GUI.
- Open Visual Studio.
- Go to Tools -> Command Line -> Developer Command Prompt and click it.
- On cmd Write cmake-gui and press Enter (Do not close cmd).
- Choose project folder where CMakeLists.txt is located.
- Choose destination folder.
- Click Generate.
- Select NMake Makefiles and click Finish.
- From cmd, go to destination folder.
- Type cmake --build .. It should be compiled successfully.
- Pre Requisites.