Originally Posted by aldostools
Indeed, your code package.conf is still wrong, because it requires to include the EBOOT.BIN or the full program:
Code:
Content-ID = PS3CHT-CHET20000_00-PS3USERCHEAT0200
k_licensee = 0x00000000000000000000000000000000
PS3_SYSTEM_VER = 03.41
DRM_Type = Free
Content_Type = Game_EXEC
PackageVersion = 01.00
The proper package.conf for replace only the st.dat is a Game_Data:
Code:
Content-ID = PS3CHT-CHET20000_00-DATABASEUPDATE00
k_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
Content_Type = Game_Data
PackageVersion = 01.00
The file is found in the .\cheatpkg folder. If you want to create the PKG files with the full cheat program, put all the ps3usercheat files in USRDIR and replace the package.conf with the first one, and replace the PARAM.SFO.
For PKG files with Content_Type = Game_Exec, the Content-ID in the package.conf should match the Content-ID of the EBOOT.BIN. That's why SkillerCMP suggested you to use "PS3CHT-CHET20000_00-PS3USERCHEAT0200" (even if you don't like the phrase). If you want to change the Content ID, it is required to use SCETOOL to modify the EBOOT.BIN.
|
Got it! Thanks for the explanation!
I notice your install in slightly smaller than 1.8.2 and you have also removed additional information (To keep things tidy?

).