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++.
- 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 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.
-
MacOS
- Clone the repo.
- Download CMake GUI, install and open.
- Choose project folder where
CMakeLists.txtis located. - Choose destination folder.
- Click
Generate. - Click
Done. - Open Terminal and go to destination folder where
Makefileis located. - Type
makeand 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 Promptand click it. - On cmd Write
cmake-guiand press Enter (Do not close cmd). - Choose project folder where
CMakeLists.txtis located. - Choose destination folder.
- Click
Generate. - Select
NMake Makefilesand clickFinish. - From cmd, go to destination folder.
- Type
cmake --build .. It should be compiled successfully.
- Pre Requisites.
If any issue occurs with Cmake, go to File and delete cache.