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

I'm creating perfectly working packages from disc using vortex ftp and kitchen 1.3 (y):love:(y)with a pc to ps4 direct ethernet connection (getting 50mbps)

the only problem im having is my saves from the disc version are corrupted when trying to load them with the package version is there any fix for this? also am i the only one having this problem?
 
please guide me
i have problem in 9 level and i get error
my error is :
Code:
Microsoft Windows [Version 10.0.16299.192]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd K:\1000\pkg_kitchen_v1.3

C:\Windows\system32>k:

K:\1000\pkg_kitchen_v1.3>_extract_pkg.bat
[Error] The version of sc.exe is invalid or missing.

Assertion failed!

Program: K:\1000\pkg_kitchen_v1.3\tools\playgo.exe
File: playgo.c, Line 205

Expression: data != NULL

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
File not found - Sc0
0 File(s) copied
Press any key to continue . . .

I also get this, were you ever able to fix this at all? I've tried a number of pkg files and they all give me the same error.
 
Btw can i change the building directory ? By default it is always building on C directory. I dont see any settings that change for building the PKG
Code:
[Error]    Could not open or write compressed file. (C:\Users\lucky\AppData\Local\Temp\ps4pub\build000031d05a769c59\00000649.tpfs)
[Error]    Could not create compressed file. (C:\Users\lucky\AppData\Local\Temp\ps4pub\build000031d05a769c59\00000649.tpfs)
[Debug]    Original file path = data/media/videos/Scene_40.mp4.
[Debug]    Original file size = 433654571.
[Debug]    Disk Free Space (C:) = 0.
[Error]    2018-02-04 12:57:41 Create image Process finished with error(s).
I got my Harddrive on SSD 120gb is not enough with my OS and programs in it. Only 28 Gigs thats Free.

Thanks.
 
Status
Not open for further replies.
Back
Top