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.
This weekend @jation shared a PS4 AIO Batch File Script he made for use on PS4 PKG Games and updates with FPKG Tools, including additional details covering all of the options outlined below. :geek:

Download: PS4-AiO v27.rar (3.26 MB - includes PS4 v27.cmd and PS4 v27 - logging.cmd)

Spoiler: Depreciated

:arrow: For those just joining the PS4Scene, this comes following several related articles and PlayStation 4 utilities (sorted by date, with the oldest first):
Here's further details on the PS4 AIO Batch Script options by @jation from the Verified Member section:

PS4 display version 1.00 because Game + Update are merged. Check update history and you will see 2.13 version.

I made small bat file to fix that problem for any merged "1.00" game.. On start you will have choice to choose TEMP folder for FPKG Tools, FPKG Tools use %temp% folder which are on c: partition (Windows partition) and for some operation (remarry, merge....) you will need enough space on hdd.
Code:
Select a Task:

1. Remarry Game + Update
2. Merge Game + Update
3. Backup Backported Files
4. PS4 Rebuild PKG - Backport
5. Merge Game + Update + Backport
6. Fix Game Info
7. DLC - Change Region
8. PS4 DLC Unlocker
9. Without Data DLC to Data DLC
10. Data DLC to Without Data DLC
11. Clear Temp Folder Choice
12. Exit
When script starts you will be asked for temp folder for FPKG Tools. If you never changed that default temp folder:
  • typing yes will create directory junction and temp folder for fpkg tools will be in this folder.
  • typing no will not change default temp fpkg folder.
6. Fix Game Info
If game is merged with update - Sony will display 1.00 version on main menu. So if you want to have proper version, you need only to put game PKG in GAME folder and you will get small PKG update around 5-10MB. After that PKG installed on PS4 you will have proper displayed version of game on PS4.

Other options;

1. Remarry Game + Update

Similar as Duxa repackager but some new games need new FPKG Tools and Duxa not working. Put game FPKG in GAME folder & update FPKG in UPDATE folder.

2. Merge Game + Update
Merging Game + Update in one file. Useful because most new games: Update = Full Game - wasted space on PS4 hdd. Put game FPKG in GAME folder & update FPKG in UPDATE folder.

3. Backup Backported Files
This will only backup backported files from @opoisso893 / @CyB1K / @mrBOOT... backported FPKGs. Keeping Game, Untouched Update and Backported update need a lot space on PC hdd. If you keep only backported files you can easy create backported FPKG again with untouched update.

4. PS4 Rebuild PKG - Backport
See option 3. Put game FPKG in GAME folder, update FPKG in UPDATE folder & backported files in BACKPORTED FILES folder.

7. DLC - Change Region
Change DLC region. Just put dlcs in DLC folder. If you put game PKG (game for which you want to change DLC region) in GAME folder everything will be auto finished. Without game in GAME folder, you must input when asked EP/UP and CUSA number.

8. PS4 DLC Unlocker
This will create only simple unlockers with @stooged's psDLC v26 (Article / PSDLC 2.1 Mogi PPSA GUI).

9. Data DLC to DLC without data
For some games: Soul Calibur VI, Cities: Skylines... if you have unlockers with extra data, game will have slow loading, menu lag... because still searching for DLCs. Picture will be preserved for any PKGViewer / PKGEditor, but on PS4 will be displayed with no name, no icon. Put DLCs in DLC Folder.

10. DLC without data to DLC with data
If you have DLC unlockers without data which need to be installed with USB method, because RPI over network cant install DLC without data. Generic picture will be added, picture from game or can choose picture you want. Put DLCs in DLC Folder.

11. Clear Temp Folder Choice
If you change mind about temp folder after typing no on first start.

12. Save Sharing between US/EU Games
PS4 AIO Batch File Script for Games & Updates with FPKG Tools by Jation.png
 

Comments

I made a mistake! It was reversed EP0700-CUSA05088_00-DBXV2KEY73BGM100 to UP0700-CUSA05350_00DBXV2KEY72BGM100.

Help me please and if it works, how could I do it alone in the future. Thank you and a thousand apologies.
 
@jation
The script can't remarry update + game when it's launched from root directory (eg. "x:\"). Problem is in this line:
Code:
"%pubCmd%" img_create --oformat pkg  "%work%\%FOLDER%.gp4" "%cd%"
which outputs this error:
Code:
[Error] Specified path does not exist. (x:")
 
@unknownqx
Thanks, I can remove all %cd%\ from script, but must rechecked if anything can be accidentally deleted when script cleaning on the end.
But probably will be best to run from folder to avoid that things from happening or if same folders already exists in root.

@Alexymich
Just do same as my previous answer. Only input that contentID. I will probably add option to manual input contentID in cases when dlcs have totally different contentIDs.
 
@jation
I think that this is a problem with orbis-pub-cmd. Maybe you could check if the path ends wtih "/" and treat it in some other way in this line.

Correction - this "root check" should be ends with ":/" not ends with "/". Of course it can be done in a different way.
 
@unknownqx
Also work if
Code:
set mypath=%cd%
is replaced with this two lines:
Code:
set cd=%~dp0
set cd=%cd:~0,-1%
with this root is X: --- work
without is X:\ --- don't work
 
@jation Hi, could you kindly explain this to me? Tormented Souls in v1.00 would appear to have a 1.03 update built in, while it says the latest update is v1.02.

Spoiler

How do I know if this game is officially released with a built-in patch or if someone has changed the param.sfo?

I would like to fix the version, but if the latest patch released is 1.02 it doesn't make sense to me! is it possible that it is really a v1.00 and that 1.03 is fake?

Thanks!
 
@Mobdre23
Successfully completed DLCs will be in root of folder, old will stay in DLC folder.

Try with PS4 v26 - logging.cmd, you will get errors.log. Upload whole somewhere or copy only lines when error occurs.

Also check if DLC maybe have some special characters in filenames.

@AngelDavil88
PS5 version of Tormented Souls released in 2021, and game in meanwhile get several updates. Parallel with that PS4 version is prepared to be released, and also get that updates in process. So probably, PS4 version have 1.00-1.02 in development and released as 1.03 master version.

This new updates, 1.01, 1.02, fixes bugs noticed for PS4 version after game released. I would count base game (master version 1.03) as 1.00, and last update as 1.02 for PS4.
 
Status
Not open for further replies.
Back
Top