Skip to content

It is possible to check the PS4 game update pkg directly from the PlayStation servers.

Notifications You must be signed in to change notification settings

DanielSvoboda/ps4_pkg_update

Repository files navigation

PS4 pkg update

It is possible to check the PS4 game update pkg directly from the PlayStation servers,
Providing the "Title ID" and "PS4 HMAC-SHA256 Patch Pkg URL Key"

Download: PS4 pkg update

Screenshot 1 Screenshot 2

Usage

Windows

Enter the "Title ID" and "HMAC-SHA256 Patch Pkg URL Key" into their respective fields.
Click "Check Updates" to retrieve information about the game update.



Windows Console

  1. Open Command Prompt and navigate to the directory where ps4_pkg_update_console.exe is located:
cd path/to/ps4_pkg_update_console
  1. Run the program with the required arguments:
ps4_pkg_update_console.exe -key <HMAC-SHA256 Patch Pkg URL Key> -title <Title_ID>



Python

  1. Open a terminal and navigate to the directory where ps4_pkg_update_update.py is located:
cd path/to/ps4_pkg_update
  1. Execute the program with the following command, providing the necessary arguments:
python ps4_pkg_update.py -key <HMAC-SHA256 Patch Pkg URL Key> -title <Title_ID>



Linux Console

  1. Download the linux-x64.rar file and extract it to a directory on your Linux machine.
  2. Open a terminal and navigate to the directory where ps4_pkg_update_console is located:
cd path/to/linux-x64/ps4_pkg_update
  1. Make the executable file ps4_pkg_update_console executable, if necessary:
chmod +x ps4_pkg_update_console
  1. Execute the program with the following command, providing the necessary arguments:
./ps4_pkg_update_console -key <HMAC-SHA256 Patch Pkg URL Key> -title <Title_ID>




Replace <HMAC-SHA256 Patch Pkg URL Key> and <Title_ID> with actual values.

Make sure to replace path/to/ps4_pkg_update_console and path/to/linux-x64/ps4_pkg_update with the actual paths where ps4_pkg_update_console executable is located on your Windows and Linux systems respectively.

About

It is possible to check the PS4 game update pkg directly from the PlayStation servers.

Topics

Resources

Stars

Watchers

Forks