what are the names of your packages? you can extract the update with orbis-pub-chk, then rebuild the pkg with the base that you have.What i must to do manually?
what are the names of your packages? you can extract the update with orbis-pub-chk, then rebuild the pkg with the base that you have.What i must to do manually?
Game file names:what are the names of your packages? you can extract the update with orbis-pub-chk, then rebuild the pkg with the base that you have.
Sorry! but I have no idea how to do that. I would like a more detailed tutorialSimple bat file for remarry game with update.
1. Create New Folder and put this bat file game.pkg and update.pkg inside.
2. You need to rename game and update as Game.pkg and Update.pkg. Also new games needs PS4-Fake-PKG-Tools-3.87, change path in bat file.
3. Run bat file and input on prompt CUSA number without CUSA. Wait to finish. If you don't know CUSA Number, open Cusa Number.txt which will appear in folder.
Code:set mypath=%cd% echo %mypath% set "pubCmd="E:\PS4-Fake-PKG-Tools-3.87-main\orbis-pub-cmd.exe"" set "gengp4="E:\PS4-Fake-PKG-Tools-3.87-main\gengp4_patch.exe"" "%pubCmd%" img_info "%cd%\Game.pkg" >"%cd%\info.txt" findstr /RC:"CUSA[0-9]" "%cd%\info.txt" >"%cd%\Cusa Number.txt" set /p CUSA="->CUSA" mkdir "%cd%\Update-pkg" "%pubCmd%" img_extract --passcode 00000000000000000000000000000000 "%cd%\Update.pkg" "%cd%\Update-pkg" xcopy /e "%cd%\Update-pkg\Sc0\*" "%cd%\Update-pkg\Image0\sce_sys\" rmdir /s /q "%cd%\Update-pkg\Sc0\" move "%cd%\Update-pkg\Image0" "%cd%" rmdir /s /q "%cd%\Update-pkg\" Ren "%cd%\Image0" CUSA%CUSA%-patch "%gengp4%" "%cd%\CUSA%CUSA%-patch "%pubCmd%" gp4_proj_update --app_path "%cd%\Game.pkg" "%cd%\CUSA%CUSA%-patch".gp4" "%pubCmd%" img_create --oformat pkg "%cd%\CUSA%CUSA%-patch.gp4" "%cd%"
Sorry! but I have no idea how to do that. I would like a more detailed tutorial
Can u do something for merge game and update ?Simple bat file for remarry game with update.
1. Create New Folder and put this bat file game.pkg and update.pkg inside.
2. You need to rename game and update as Game.pkg and Update.pkg. Also new games needs PS4-Fake-PKG-Tools-3.87, change path in bat file.
3. Run bat file and input on prompt CUSA number without CUSA. Wait to finish. If you don't know CUSA Number, open Cusa Number.txt which will appear in folder.
Code:set mypath=%cd% echo %mypath% set "pubCmd="E:\PS4-Fake-PKG-Tools-3.87-main\orbis-pub-cmd.exe"" set "gengp4="E:\PS4-Fake-PKG-Tools-3.87-main\gengp4_patch.exe"" "%pubCmd%" img_info "%cd%\Game.pkg" >"%cd%\info.txt" findstr /RC:"CUSA[0-9]" "%cd%\info.txt" >"%cd%\Cusa Number.txt" set /p CUSA="->CUSA" mkdir "%cd%\Update-pkg" "%pubCmd%" img_extract --passcode 00000000000000000000000000000000 "%cd%\Update.pkg" "%cd%\Update-pkg" xcopy /e "%cd%\Update-pkg\Sc0\*" "%cd%\Update-pkg\Image0\sce_sys\" rmdir /s /q "%cd%\Update-pkg\Sc0\" move "%cd%\Update-pkg\Image0" "%cd%" rmdir /s /q "%cd%\Update-pkg\" Ren "%cd%\Image0" CUSA%CUSA%-patch "%gengp4%" "%cd%\CUSA%CUSA%-patch "%pubCmd%" gp4_proj_update --app_path "%cd%\Game.pkg" "%cd%\CUSA%CUSA%-patch".gp4" "%pubCmd%" img_create --oformat pkg "%cd%\CUSA%CUSA%-patch.gp4" "%cd%"
Can u do something for merge game and update ?
You can now, just put game pkg in Game folder, update pkg in Update folder, everything will be auto finished. No need to input anything. Just download link above.Sorry! but I have no idea how to do that. I would like a more detailed tutorial
---- not working ---I tried running this in my Drive E, all PKG files are saved in Drive E, and even the App is saved in Drive E. However, when I tried to run it, it fills up my Drive C, and produces an error. Could you please provide the temporary download location of this app? Can't seem to find it. Now my Drive C is full because of the temporary package files.
UPDATE: Found it. It's stored in %temp%. Apparently, you need to have enough space in Drive C before you can run this app. Can't seem to change the temporary location - ideally in Drive D.
I'm not really that great in batch files and all, but from what I understood from this code, you need to have a directory of %temp%\ps4pub before this can run. Apparently, my temp files is saved in %temp%\CUSA17776....\.If you want to change temp folder for Duxa repackager. Save this as .bat and run.
Code:FOR /D %%p IN ("%TEMP%\ps4pub") DO rmdir "%%p" /s /q mkdir "D:\PS4 Temp\ps4pub" mklink /j "%TEMP%\ps4pub" "D:\PS4 Temp\ps4pub"
You can change this line "D:\PS4 Temp\ps4pub" for another location on hdd
or check post above.
I'm not really that great in batch files and all, but from what I understood from this code, you need to have a directory of %temp%\ps4pub before this can run. Apparently, my temp files is saved in %temp%\CUSA17776....\.
Having said that, can this code still run, given my situation?
Tried it and it doesn't work, unfortunately . I just tried this instead, and worked perfectlySorry, my mistake. Duxa repackager auto make that CUSAxxxx-patch folder at some point, so previous way not working.
Anyway if you want to try:
https://www38.zippyshare.com/v/PuOeykhk/file.html
Just run remarry.bat, on first launch fpkg tools will be auto downloaded
After that:
- drag and drop game pkg in cmd window and press Enter,
- drag and drop update pkg in cmd window and press Enter,
This folder remarry will be also temp folder.
I tested again, and script works fine. Did you get some error or?Tried it and it doesn't work, unfortunately . I just tried this instead, and worked perfectly
It doesn't provide any logs, hence I can't check what went wrong. I Just ran the bat file, wait for it, then the cmd will close at some point, no output files and allI tested again, and script works fine. Did you get some error or?
https://www113.zippyshare.com/v/A9lv4f1U/file.htmlIt doesn't provide any logs, hence I can't check what went wrong. I Just ran the bat file, wait for it, then the cmd will close at some point, no output files and all
Here's the error. And here's one thing I noticed. The directory it creates in my %temp% is not a folder, but rather a shortcut file. Is this supposed to happen?https://www113.zippyshare.com/v/A9lv4f1U/file.html
This time run remarry - logging.cmd. Any error will be displayed in log file
It' not a error, because ps4pub folder is now in remarry folder. So if you have extract remarry on D partition, all temp files during converting and final fpkg will be also on D, in remarry folder.Here's the error. And here's one thing I noticed. The directory it creates in my %temp% is not a folder, but rather a shortcut file. Is this supposed to happen?