Hobbies And Interests
Home  >> Internet Games >> PS3 Games

Repacking a PS3 PKG File

Games developed for Sony's PlayStation 3 gaming console contain a specific "PKG" file that's responsible for storing the packaged code inside of the game so that it can be extracted and executed when the game is loaded into the console. By using a command line interface, you can unpack and repackage a game file without much prior technical knowledge or know-how.

Instructions

    • 1

      Load the game's disc into your computer and launch the command line interface.

    • 2

      Navigate to the PS3 game package file by typing the following command:

      cd /Desktop/ps3/cell/host-linux/bin/

    • 3

      Unpack the game so that you can repackage it by using the following command:

      ./make_package_npdrm -x <PKG-FILE>

    • 4

      Repack the game files that were extracted in the previous step by executing the following commands:

      cd 'root/Desktop/PS3 SDK/ps3/cell/host-linux/bin'
      make_package_npdrm 'root/Desktop/config.txt' 'root/Desktop/BLES00232'

    • 5

      Locate the newly recreated PKG file that was generated when you performed the repacking commands in the previous steps by looking in the original file path of the PS3 game's directory.


https://www.htfbw.com © Hobbies And Interests