Skip to content

Releases: VityaSchel/ps4-app-merge-pkgs

v1.0.2

30 Sep 02:02
90ac42c
Compare
Choose a tag to compare

This version changes option to change chunk size to megabytes, you can specify it by passing -c option: ./splitter -c 30000 ./mypackage.pkg (splits by 30 gb chunks)

Known problems:

  • Sometimes chunks can't be transferred from usb to hdd (not really this app's problem), because this app doesn't read directly from usb (an actual problem that should be fixed)
  • App is frozen entire time when merging is done, I couldn't figure out how threading works in c++ and it crashed my ps4 so I've decided to go with what already worked

v1.0.1

05 Sep 14:17
0151024
Compare
Choose a tag to compare

This version adds option to change chunk size for splitter, by passing -c option: ./splitter -c 300000000 ./mypackage.pkg (splits by 300 mb chunks)

Known problems:

  • Sometimes chunks can't be transferred from usb to hdd (not really this app's problem), because this app doesn't read directly from usb (an actual problem that should be fixed)
  • App is frozen entire time when merging is done, I couldn't figure out how threading works in c++ and it crashed my ps4 so I've decided to go with what already worked

Splitter is tested on macos m1 Sonoma 14.5, I'm not c++ programmer so I just assumed it will work on every os, but most likely it has to be built for each os, so do it yourself if you're not on mac m1

v1.0.0

05 Sep 13:53
c5b358c
Compare
Choose a tag to compare

This version is well-tested and should be used instead of prerelease.

Known problems:

  • You have to rebuild splitter to change chunk size
  • Sometimes chunks can't be transferred from usb to hdd (not really this app's problem), because this app doesn't read directly from usb (an actual problem that should be fixed)
  • App is frozen entire time when merging is done, I couldn't figure out how threading works in c++ and it crashed my ps4 so I've decided to go with what already worked

Splitter is tested on macos m1 Sonoma 14.5, I'm not c++ programmer so I just assumed it will work on every os, but most likely it has to be built for each os, so do it yourself if you're not on mac m1

Prerelease

05 Sep 00:57
9a24159
Compare
Choose a tag to compare
Prerelease Pre-release
Pre-release

Doesn't work but try it anyway

Most likely you'll get an error when transferring parts from usb to hdd

  1. Install pkg on ps4
  2. Use splitter as unix command line tool to split your package
  3. Other instructions are in README