Skip to main content

HOW TO CONVERT BLU-RAY GAMES TO PSN PKG GAMES FOR PS3XPLOIT V3 HAN.

 IN THIS TUTORIAL I WILL EXPLAIN HOW TO CONVERT Blu-ray Games to PKG file to be installed through HAN PACKAGE MANAGER,
In this tutorial we need:



Extracting Data from PS3 ISO

  1. If your game is in ISO format, use a virtual disk utility to mount the ISO.
  2. Whatever utility you use, we want to extract the contents into and empty folder.
  3. Take note of where you saved the contents.

Downloading Update and Converting to PKG

  1. Run " ps3 game updater" and put the game ID starting with BLXXXXXX
  2. Download the update
  3. Run "PS3GameConvert_v0.91.exe"
  4. And follow the instructions.
  5. It will create a folder with your Games title into the directory you chose
  6. Inside this folder are another 2 folders. "NPUB..." and "BLUS..." these may be different if your game region is different to my example.
  7. Copy/Move these 2 folders into "\WORK\make-backup-pkg-master/2.5" folder.
  8. Run "make_pkg_2-5"
  9. select make retail pkg.
  10. lets the command window do it thing, it will convert to pkg and also sign them
  11. Note: it takes a lot of time.
  12. When complete, you will have 2 PKGs that start with "000000-NPUB...." (filenames may vary)
  13. Copy the resulting signed PKGs to USB root, if the pkg is below 4GB

Installing onto PS3(If below 4GB)

  1. Insert USB into rightmost port of PS3
  2. Boot console
  3. ENABLE HAN
  4. Navigate package manager and install all PKGs
  5. Once installed, PKGs can be deleted off USB.

Using a Network to Transfer PKGs larger than 4GB


A problem with the FAT32 file system is its 4GB file size limitation.
Not a problem with most PS1, PSP and a few PS2 games. But a vast majority of PS3 titles are much larger than 4GB.
That's where PKG Linker comes in handy.

A quick FYI, I use a VPN. And when I set about trying to make this work, it would fail to connect EVERY. SINGLE. TIME. I was pulling my hair out over what it could be. I stumbled upon a configuration file and realised that the PKG Linker and server were trying to connect to my VPN "Ethernet adapter".... I disabled my VPN and restarted from the beginning and it worked great!!
So, if your like me and you use a VPN, disable it for the rest of the transfer process.

Creating Package List PKG and Starting the Server

  1. connect your Ethernet cable on with pc and ps3 
  2. make sure they have the same IP
  3. Install the PKG linker
  4. Copy all the PKG files to same directory as "PKG linker.exe"
  5. Start "PKG Linker.exe"
  6. click rescan, it will create a file named "Package_List.pkg"
  7. Put the file on Your Usb drive
  8. Install it through HAN Package Manager, (After enabling HAN)
  9. Reboot Your console and re-enable HAN
  10. Now Click on "start server" on your PKG Linker
  11. And Navigate web install in Packager Manager on your ps3 console
  12. If you do it correctly you should see your games and patch there, 
  13. Click on them and Download 
  14. Wait For it to install.
  15. And enjoy 
NOTE: Always Enable HAN before You Open The Games. YOU ALSO PLAY ONLINE.

Comments

  1. hello, i wonder that for this method do we need act.dat and idps.hex? why we dont use them?

    ReplyDelete
    Replies
    1. no, its not necessary use act.dat and idps to sign the game while using this method, because debug games/NO-HAN games are custom pkgs.

      Delete
  2. Awesome work Guys, Here is an amazing online converter which will work greatly for you;

    File Converter Best

    ReplyDelete
  3. OBRIGADO MEU IRMÃO. SOU DO BRASIL E SEGUIR SUAS DICAS. TUDO FUNCIONANDO.

    ReplyDelete

Post a Comment

Popular posts from this blog

Getting Started With PayStack API

  Get started with Paystack API with nodejs, and expressjs for adding payment features to your application. Before I decided to write this I searched the whole internet to figure out how to use the Paystack API created by  kehers  because there was none to little documentation on how to use the API instead of using the Paystacks Javascript request format on their official  API documentation . Installation After setting up your nodejs application then install the paystack API created by kehers: npm install paystack then after the installation has been completed, we move to set it up. Firstly create a Paystack account and copy the test API secret keys (Note: This is for development purposes only, for production purposes use live keys). Initialization Then go ahead and import Paystack //For JavaScript ES5 const Paystack = require ( "paystack" )( "SECRET_KEY" ); //For JavaScript ES6+ import Paystack from "paystack" ; var paystack = Paystack( "SEC...

THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER 1

 THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER         Well, this is my first article about myself, my journey on becoming a "software developer" but first let me talk about myself, I am Abdulraqeeb Taiwo , an Electronic and Electrical Engineer by discipline with shaky confidence in fulfilling a project at first sight until I go deeper in getting the desired result of the project.           I have learned a lot of skills over my years in the university, from skills related to my discipline to software skills, I engaged in varieties of projects over the years, even being a team leader on different projects. Now let's talk about the skills have acquired so far are listed below. 1.       Skills: 1.       Programming Skills 2.       Electronic Skills 3.       Application Skills 4. ...