PS3 PS3Xport Tool - Inject backups on 4.83/4.84 OFW

Este método no soporta PKGs. Debes convertir el juego en formato de carpetas usando específicamente PS3GameConvert. Necesitas la actualización del juego para poder terminar el proceso correctamente.
 
Does this work with previous firmware versions? Say, 4.81 and 4.82? I know we have HAN, anyways I would like to know. This thread is kinda crowded. I scanned through pages but didn't see anything. Thanks for the tool.

Yeah it does but there's really no point in using this over HAN if you're on a FW < 4.83...

Este método no soporta PKGs. Debes convertir el juego en formato de carpetas usando específicamente PS3GameConvert. Necesitas la actualización del juego para poder terminar el proceso correctamente.

You should include a translation of your post per the forum rules. This does "support" PKG files, just unpack them and add the files to the backup... a PKG file is just a container, I could add the ability to "add" PKG's to the backup but there's no real point when you can just unpack them.

also, I have no idea what PS3GameConvert is, but it isn't necessary to use this tool, maybe I misunderstood something in your post.
 
Sorry about not translating my post. I meant it's impossible to use PSN games with rap files. I think you do know what "PS3GameConvert" is. He would need that tool in order to convert the game to NPDRM.
 
Sorry about not translating my post. I meant it's impossible to use PSN games with rap files. I think you do know what "PS3GameConvert" is. He would need that tool in order to convert the game to NPDRM.

Well yeah this is not a full exploit so custom signed HAN games with RAP files will not run, it's really just a bug related to how they implemented the ECDSA check.

No, I still don't know what PS3GameConvert is. I use a batch script to convert my disc games to NPDRM format, I can only guess that is a GUI tool which automates the process, so it's of no use to me.
 
Could you share your script? I've always liked scripted processes more. BTW, it's not a completely GUI tool. It just asks for input through dialogue windows.
 
No, I still don't know what PS3GameConvert is. I use a batch script to convert my disc games to NPDRM format, I can only guess that is a GUI tool which automates the process, so it's of no use to me.
You never heard of Ps3gameconvert before? Check the compatibility list on the wiki, the tool's name is mentioned all over it.
https://www.psdevwiki.com/ps3/CFW2OFW_Compatibility_List

It is just another tool automating a conversion process which can be done manually as you know.
Ps3gameconvert does the same basic job as cfw2ofw helper, except it can deal with certain games that are compatible with the npdrm conversion process but which conversion fail with cfw2ofw helper, probably due to wrong handling of certain games specificities.
 
Could you share your script? I've always liked scripted processes more. BTW, it's not a completely GUI tool. It just asks for input through dialogue windows.

You are better off using those tools if you want to make the process easier, as if you use the batch script you will have to download the patches and deal with that yourself.

But anyway, here:

Code:
@echo off
title Disc Game NPDRM Converter
SetLocal EnableDelayedExpansion
if not exist "PS3_GAME" (
echo Error: PS3_GAME directory doesn't exist
echo(
pause
exit
)
if not exist "PS3_GAME\LICDIR\LIC.DAT" (
:cont
cls
set /p "cc=LIC.DAT file doesn't exist, continue conversion? (Y/N): "
if /I !cc!==y goto conv
if /I !cc!==n exit
goto cont
)
:conv
cls
set /p NAME="Enter game ID (NPUBXXXXX): "
cls
md "%NAME%\LICDIR"
xcopy "PS3_GAME\TROPDIR" "%NAME%\TROPDIR" /s /i
xcopy "PS3_GAME\*.*" "%NAME%\*.*"
for %%C in (SPRX SELF SDAT) do XCOPY "PS3_GAME\USRDIR\*.%%C" "%NAME%\USRDIR\*.*" /e
dir /b /s /a:-d "PS3_GAME\USRDIR\">List.txt
type List.txt | findstr /i /v ".SPRX .SELF .SDAT EBOOT.BIN">Temp.txt
del List.txt
ren Temp.txt List.txt
set infile=List.txt
set find=%CD%\PS3_GAME\
set replace=
for /F "tokens=*" %%n in (!infile!) do (
set LINE=%%n
set TMPR=!LINE:%find%=%replace%!
echo !TMPR!>>TMP.TXT
)
move TMP.TXT %infile%
for /f "tokens=*" %%B in (!infile!) do make_npdata -e "PS3_GAME\%%~B" "%NAME%\%%~B" 0 1 3 0 16 & echo(
if exist "PS3_GAME\LICDIR\LIC.DAT" make_npdata -e "PS3_GAME\LICDIR\LIC.DAT" "%NAME%\LICDIR\LIC.EDAT" 1 1 3 0 16 3 00 EP9000-%NAME%_00-0000000000000001 1
del /q /f %infile%
cls
echo Conversion finished, replace "EBOOT.BIN" with NPDRM update version.
echo(
pause

You never heard of Ps3gameconvert before? Check the compatibility list on the wiki, the tool's name is mentioned all over it.
https://www.psdevwiki.com/ps3/CFW2OFW_Compatibility_List

It is just another tool automating a conversion process which can be done manually as you know.
Ps3gameconvert does the same basic job as cfw2ofw helper, except it can deal with certain games that are compatible with the npdrm conversion process but which conversion fail with cfw2ofw helper, probably due to wrong handling of certain games specificities.

I had heard of it and obviously had an idea of what it does based off the name, but I never really looked into those tools as I generally don't like using external tools to do basic stuff.
 
Thanks for the batch script. Due to the nature of my Internet access, I have to get patches manually. It's not a problem for me. I have to say it. For me it's always better to have the source. For example, PS3GameConverter works great, but I've always wanted to know why does it need admin privileges to run, also you cannot run another instance of the program.
 
I had heard of it and obviously had an idea of what it does based off the name, but I never really looked into those tools as I generally don't like using external tools to do basic stuff.
Sure but you can see why it might be important to some users, especially noobs. ;-)
 
PS3 ofw 4.84 is going to release today.
Will we be able to Inject backups on 4.84 using PS3XPORT Tool by @Imn7
 
Okay...has anyone tried to do perform backup injection against these latest firmware yet?...Need some response here...
 
I made a backup injection on fat laddy OFW 4.84 CECHC-04 60gb(55gb) with Blur and Pes2018+ Monster Patch 6.2 it work fine plus esc0rtd3w said that 4.84 is the same as 4.83 just the emulators files have been updated PS1,PS2 and PSP
 
I made a backup injection on fat laddy OFW 4.84 CECHC-04 60gb(55gb) with Blur and Pes2018+ Monster Patch 6.2 it work fine plus esc0rtd3w said that 4.84 is the same as 4.83 just the emulators files have been updated PS1,PS2 and PSP
Yes,He said that but @STLcardsWS says that do not update to 4.84.But backup injection is easy and works on all firmwares.
 
I think Backup injection is much easy than HAN.What do you think? Resigning pkg is a very long process.
 
I think due to the way all games work by looking to the hdd for every file first, and all the current installs out there, they cant really patch the backup injection method without changing the entire system and breaking current installs/game updates. I suppose it would be possible to patch, but complicated, not worth it this late in the consoles life.

Backup injection is ok, but you have to format every time to load new games, so its not very user friendly. Also it will only work for some disk PS3 based games, and no pkg based games, no ps1, no ps2, no psn. So its fairly limited.
 
Back
Top