PKG-Merge PS4
From GameBrew
More actions
| PKG-Merge | |
|---|---|
| General | |
| Author | Tustin, aldo-o |
| Type | PC Utilities |
| Version | v3.0b |
| License | Mixed |
| Last Updated | 2022/01/08 |
| Links | |
| Download | |
| Website | |
| Source | |
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++.
User guide
Extract pkg-merge.exe (Windows) / pkg-merge (MacOS).
Create a folder with all your PKG pieces inside, then double click and select the folder.
OR
Drag the folder of PKG files on top of the pkg-merge program. The merging process should begin.
Changelog
v3.0b 2022/01/08
- 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.
v2.0.2 2022/01/07 (aldo-o)
- Added support for MacOS.
- Fixed
[warn] assumed root PKG file '' doesn't match PKG magic. This was due tofilesystem::directory_iteratorclass. It does not read files in alphabetical order. See Does boost directory_iterator visit files and folders in alphabetical order on Windows.
v2.0.1 2018/04/06
- \r\n bytes (0x0a, 0x0d) were being omitted from being written because of a missing +b flag in fopen for the merged file.
v2.0.0 2018/03/14
- Rewrote pkg-merge in C++.
- Fixed bug with ordering of PKG files (part 10 would be merged before part 2, etc).
- Added percentage of bytes merged.
v1.0.0 2017/07/20 (Tustin)
- Initial release.
External links
- GitHub - https://github.com/Tustin/pkg-merge
- GitHub - https://github.com/aldo-o/pkg-merge