PKG-Merge PS4: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PS4 Homebrews |title=PKG-Merge |image=pkgmergeps4.png |description=Merges pkg parts into one pkg file. |author=Tustin, aldo-o |lastupdated=2022/01/08 |type=PC Utilities |version=v3.0b |license=Mixed |download=https://dlhb.gamebrew.org/ps4homebrews/pkgmergeps4.7z |website=https://www.reddit.com/r/ps4homebrew/comments/rye5gl/forked_pkgmerge_update_v30b/ |source=https://github.com/aldoblack/pkg-merge |donation= }} A tool to merge parts of a PS4 PKG into one entire..." |
No edit summary |
||
| Line 6: | Line 6: | ||
|lastupdated=2022/01/08 | |lastupdated=2022/01/08 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version= | |version=3.0b | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ps4homebrews/pkgmergeps4.7z | |download=https://dlhb.gamebrew.org/ps4homebrews/pkgmergeps4.7z | ||
Latest revision as of 01:48, 2 December 2025
| PKG-Merge | |
|---|---|
| General | |
| Author | Tustin, aldo-o |
| Type | PC Utilities |
| Version | 3.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