You do not have permission to edit this page, for the following reason:
Free text:
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 <code><nowiki>[warn] assumed root PKG file '' doesn't match PKG magic</nowiki></code>. This was due to <code>filesystem::directory_iterator</code> class. It does not read files in alphabetical order. See [https://stackoverflow.com/questions/51899066/does-boost-directory-iterator-visit-files-and-folders-in-alphabetical-order-on-w 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
Advertising: