Skip to content

Tustin/pkg-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-merge

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++.

Usage

User-friendly

  1. Download the lastest release from the Release Page
  2. Extract pkg-merge.exe
  3. Go to where you extracted pkg-merge.exe, and locate/create a folder with all your PKG pieces inside.
  4. Drag the folder of PKG files ontop of the pkg-merge.exe program. The merging process should begin.

Development

  1. Clone the repo
  2. Open project using Visual Studio (I used VS 2017 Community with the C++ build tools installed)
  3. Build and run