Go Back  
Reply
 
Thread Tools
Old 09-12-2012   #111
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 936
Likes: 895
Liked 1,225 Times in 480 Posts
Mentioned: 572 Post(s)
Tagged: 0 Thread(s)
removed post
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 10-22-2012 at 07:41 AM.
aldostools is offline   Reply With Quote
Likes: (1)
Old 09-12-2012   #112
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Originally Posted by gingerbread View Post
@aldostools

I am sorry aldostools. There is also a small error in the export of .pkg. My bad. The program exports to "CU230000" instead of "CHET20000"

It should be this.

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
Thanks.
there was a reason why i gave u it in this format .. i also posted it a bit back.. lol dont know why u changed it
SkillerCMP is offline   Reply With Quote
Old 09-12-2012   #113
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,398
Likes: 283
Liked 807 Times in 415 Posts
Mentioned: 299 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
Yes, I meant the error in the cheat title.

After several trials I finally could reproduce the error consistently... and it was a weird error by the way.

The error didn't happen when I compiled the program in the IDE, but it happened in the EXE. It seems that it was caused by a bug in the compiler/optimizer. So I changed the compiler options and it seems the bug is gone.

This is the build 1.8.3
http://aldostools.org/temp/PS3_Cheat..._installer.exe

Please, report if the bug still happens.
Thanks for the update! I will report back if the bug happens again.

Originally Posted by SkillerCMP View Post
there was a reason why i gave u it in this format .. i also posted it a bit back.. lol dont know why u changed it
Changed it because, I don't like the phrase "PS3USERCHEAT". But I also edit the wrong portion. My bad.

Now it is corrected!

Last edited by gingerbread; 09-12-2012 at 05:22 PM.
gingerbread is offline   Reply With Quote
Old 09-12-2012   #114
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 936
Likes: 895
Liked 1,225 Times in 480 Posts
Mentioned: 572 Post(s)
Tagged: 0 Thread(s)
removed post
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 10-22-2012 at 07:41 AM.
aldostools is offline   Reply With Quote
Old 09-12-2012   #115
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,398
Likes: 283
Liked 807 Times in 415 Posts
Mentioned: 299 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
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? ).
gingerbread is offline   Reply With Quote
Old 09-12-2012   #116
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 936
Likes: 895
Liked 1,225 Times in 480 Posts
Mentioned: 572 Post(s)
Tagged: 0 Thread(s)
removed post
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 10-22-2012 at 07:41 AM.
aldostools is offline   Reply With Quote
Old 09-12-2012   #117
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
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

Last edited by SkillerCMP; 09-12-2012 at 10:45 PM.
SkillerCMP is offline   Reply With Quote
Old 09-12-2012   #118
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,398
Likes: 283
Liked 807 Times in 415 Posts
Mentioned: 299 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
The install for 1.8.3 is slightly smaller due the compiler options (using PCODE instead of Native code).

The additional information only appears for ps3cheat files. The option is not visible for st.dat (due it does not support comments).
Thanks for the info.

In 1.8.3

The export to .pkg is not working properly.

1. When exporting to .pkg it does not save to the directory that the user has defines. It saves to C:\Program Files\PS3 Cheats Editor.

2. When exporting to .pkg, it also overwrite the st.dat at C:\Program Files\PS3 Cheats Editor\

3. The export .pkg does not contain the st.dat.

4. When exporting to .pkg, the program does not uses the filename that is defined by the user.

@SkillerCMP I apologies for the mix up.
gingerbread is offline   Reply With Quote
Old 09-13-2012   #119
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 936
Likes: 895
Liked 1,225 Times in 480 Posts
Mentioned: 572 Post(s)
Tagged: 0 Thread(s)
removed post
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 10-22-2012 at 07:41 AM.
aldostools is offline   Reply With Quote
Old 09-14-2012   #120
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 936
Likes: 895
Liked 1,225 Times in 480 Posts
Mentioned: 572 Post(s)
Tagged: 0 Thread(s)
removed post
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 10-22-2012 at 07:42 AM.
aldostools is offline   Reply With Quote
Likes: (4)
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 12:49 AM.