oneohthree
Member
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.
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.
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.
You never heard of Ps3gameconvert before? Check the compatibility list on the wiki, the tool's name is mentioned all over it.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.
@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.
Sure but you can see why it might be important to some users, especially noobs. ;-)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.
Is there something similar for PS4 backup injection ?

Yes,I have performed Backup injection on my cech-4003a ofw 4.83.Backup injection works absolutely fine.Okay...has anyone tried to do perform backup injection against these latest firmware yet?...Need some response here...
Yes,I have performed Backup injection on my cech-4003a ofw 4.83.Backup injection works absolutely fine.
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 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