Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Ok, guys, let me introduce the PKG Kitchen - the toolset for the easy creation of PS4 packages.

First sorry for my ugly English. I hope you understand me ;)

Toolset does not use flat_z method to assume gp4 package structure and (probably) has a issues, but it allows you to create more or less working packages and use it as a base for experiments.

Related Files:
Brief Instructions:

0) Extract Fake PKG Generator into the tools folder;
1) Clean the kitchen environment (run _clean.bat);
2) Turn on the console;
3) Insert disc, make sure it is fully installed/copied (skip for PSN title);
4) Run the ps4-ftp-vtx payload, connect into the ps4 by FTP client;
5) Minimize (PS Button), but do not close the WWW Browser;
6) Run your game, make sure to get main menu, minimize game (PS Button);
7) Copy files:
Code:
   a) /mnt/sandbox/pfsmnt/CUSAxxxxx-app0-nest/pfs_image.dat --> dump\pfs
      (please note your Title ID - CUSAxxxxx)
   b) /user/app/CUSAxxxxx/app.pkg --> dump\pkg
   c) /mnt/sandbox/pfsmnt/CUSAxxxxx-app0/eboot.bin    --> dump\app
      /mnt/sandbox/pfsmnt/CUSAxxxxx-app0/sce_module/* --> dump\app\sce_module\*
      /mnt/sandbox/pfsmnt/CUSAxxxxx-app0/???          --> dump\app\???
      (??? is other prx modules, if any, depends on title)
   d) /system_data/priv/appmeta/CUSAxxxxx/*           --> dump\appmeta
8) Restart your console, remove disc, uninstall the game (for further testing);
9) Run the _extract_pkg.bat script. You should get the 'Image extract succeeded' message;
10) Run the tools\ArchiveExplorer.exe, open pfs_image.dat in dump\pfs dir,
select all files, and extract selected files into the app folder.
Wait until the end of the process (this can take a long time)!
11) Copy (overwrite) dump\app\* files into the app folder
(take care of the 7-c-??? files paths too)
12) Copy (overwrite) dump\appmeta\* files into the app\sce_sys folder;
13) Run the _gen_gp4.bat script. You should get the 'Done.' message and
CUSAxxxxx.gp4 project file;
14) Open CUSAxxxxx.gp4 in Fake PKG Generator and build your .pkg project;
15) Run PS4HEN payload, install and test your .pkg;
16) Profit.

Paths (for reference):
Code:
/user/app/CUSAxxxxx/app.pkg                  --FTP--> dump\pkg

/mnt/sandbox/pfsmnt/CUSAxxxxx-app0-nest/pfs_image.dat --FTP--> dump\pfs            --A_E--> app

/mnt/sandbox/pfsmnt/CUSAxxxxx-app0/eboot.bin         --FTP--> dump\app            --CPY--> app
/mnt/sandbox/pfsmnt/CUSAxxxxx-app0/sce_module/*       --FTP--> dump\app\sce_module --CPY--> app\sce_module
/mnt/sandbox/pfsmnt/CUSAxxxxx-app0/???                --FTP--> dump\app\???        --CPY--> app\???

/system_data/priv/appmeta/CUSAxxxxx/*             --FTP--> dump\appmeta\*      --CPY--> app\sce_sys\*
PKG Kitchen - PS4 Guides, Tools and Scripts for Fake PKG Creation.jpg
 

Comments

@XVortex hi, i have a question, i used kitchen 1.3, follow all the steps, put the files correctly, create the pkg successfully, the game is Toren, just have 2 gb, the problem is when i start the game freeze in the logo and dont start, I used kitchen 1.0, 1.1, 1.2 and 1.3 and its the same, I check the files and are completely decrypted, Do i need change some chunks or something?
 
Hello, I just what to remember to general users, pkg_kitchen_v1.3 use by default passcode="00000000000000000000000000000000" Its important to know it if we want to unpack a pkg with orbis-pub-chk

Nice tool
 
Hi,

i have do everything from the kitchen tutorial but everytime i get on PKG FAKE GEN the message c:/ user .... temp are full , how i can do that change to my HDD D:/ ??

And every time when i start the game Snoopy dumped from iDC exploit with vtx ftp payload generated as PKG , its freeze on the booting logo and the game wont start :( ??

what exactly must i do ?

greets
leslie84
 
To all that failed to run the PKG file, just try this

Dump /user/app/CUSAxxxxx/app.pkg to dump/pkg
Dump all files from /mnt/sandbox/pfsmnt/CUSAxxxxx-app0/ to dump/app
Dump /system_data/priv/appmeta/CUSAxxxxx/ to dump/appmeta

IGNORE THE pfs_image.dat

Copy the dumped file from dump/app to app

Run the _extract_pkg.bat script. You should get the 'Image extract succeeded' message

Then copy the appmeta files to sce_sys folder

Run the _gen_gp4.bat script. You should get the 'Done.' message and CUSAxxxxx.gp4 project file;

Open CUSAxxxxx.gp4 in Fake PKG Generator and build your .pkg project;

Run PS4HEN payload, install and test your .pkg;

Profit.
 
@sthetix omg this is working for me !!!! I tried Kitchen 1.3..and Kitchen AID .. nothing made a working pkg of LBP 3..

I don´t know how many hours i spent to create a working dump... !!

Thank you
 
Status
Not open for further replies.
Back
Top