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.
|
the one i posted does not need the eboot.bin it only needs the st.dat its a HDD update pkg .. iv used it many times
least the one i posted .. the pkg config must read ..
Code:
Content-ID = PS3CHT-CHET20000_00-PS3USERCHEAT0200
k_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
PS3_SYSTEM_VER = 03.41
Content_Type = Game_EXEC
PackageType = HDDGamePatch
PackageVersion = 01.00
if u use just game Exec .. it will need a eboot.bin ..
u need to add the hddgamepatch
the line PS3_SYSTEM_VER = 03.41 yes pointless for this function since the system version is alreasy this or lower but its just something i have in CMP auto tools RE-pkg so ppl dont need to change the game id when hacking 3.60 games or so on ..
if u look i have posted one of the pkg files with just the ST.dat and its extreamly small .. i dont know how the format got messed up from what i sent him but as i can see know he posted the Standerd Rebuild the pkg format .. and not the one i gave just for the St.bin repack