Go Back  
Reply
 
Thread Tools
Old 09-09-2012   #81
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 899
Liked 1,225 Times in 480 Posts
Mentioned: 573 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:39 AM.
aldostools is online now   Reply With Quote
Old 09-09-2012   #82
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,400
Likes: 283
Liked 809 Times in 416 Posts
Mentioned: 300 Post(s)
Tagged: 0 Thread(s)
@aldostools

I notice a few bugs 1.7.0

1. The "-" are not consist any more. It becomes likes this.

Code:
-----------------------------
BLUS30643 <Yakuza 4 US> 01.00
-----------------------------
2. When I manually add in the games in .ps3cheats using text editor and when I open the file the app, the games are not listed.

Last edited by gingerbread; 09-09-2012 at 09:23 PM.
gingerbread is offline   Reply With Quote
Old 09-09-2012   #83
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 899
Liked 1,225 Times in 480 Posts
Mentioned: 573 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:39 AM.
aldostools is online now   Reply With Quote
Old 09-09-2012   #84
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,400
Likes: 283
Liked 809 Times in 416 Posts
Mentioned: 300 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
1. Are you using a proportional font in your text editor? I don't see any error.

2. Send me the text file and tell me which game is not being imported.
You probably are not adding the games in the proper format.
The program imports only the text/codes that it finds in the proper format.

Also check the 1.7 you're still reporting bug for 1.6.3.

Edit. Ok, I see you edited your text and downloaded 1.7
I am using Notepad++ default setting.

Edit. "-" Problem Solved. My bad.

Here the file. The last 2 games in the .ps3cheat are not adding. I did not have this problem before 1.6.2.

Last edited by gingerbread; 09-09-2012 at 10:40 PM.
gingerbread is offline   Reply With Quote
Old 09-09-2012   #85
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 899
Liked 1,225 Times in 480 Posts
Mentioned: 573 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:39 AM.
aldostools is online now   Reply With Quote
Old 09-09-2012   #86
SkillerCMP
Member
 
Join Date: Dec 2011
Posts: 90
Likes: 1
Liked 53 Times in 29 Posts
Mentioned: 35 Post(s)
Tagged: 0 Thread(s)
think u can add the function to build the PKG sure u can do this with other tools but it be best if anything to put it allin one..

Content-ID = PS3CHT-CHET20000_00-PS3USERCHEAT0200
k_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
Content_Type = Game_EXEC
PackageType = HDDGamePatch
PackageVersion = 01.00

sure u would need to addin the PKGing program and the SFO from usercheats but it make things easyer for the user to reinstall the changed Datafile ..
SkillerCMP is offline   Reply With Quote
Old 09-09-2012   #87
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,400
Likes: 283
Liked 809 Times in 416 Posts
Mentioned: 300 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
The problem with the file is that the line breaks must be in DOS format (CRLF)
It seems that you pasted the text in Unix style (LF for line breaks).

Here is the modified file with CRLF:
http://aldostools.org/temp/CheatsDB.rar

I used UltraEdit to fix it

I also updated the online st.dat with your 361 games database.
Thank aldostools you are amazing!

So now.

How does the commenting works. Does it allows to be save in .ps3cheats?

It is per game or per cheat?
gingerbread is offline   Reply With Quote
Old 09-09-2012   #88
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 899
Liked 1,225 Times in 480 Posts
Mentioned: 573 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:40 AM.
aldostools is online now   Reply With Quote
Likes: (1)
Old 09-09-2012   #89
gingerbread
Senior Member
 
gingerbread's Avatar
 
Join Date: Mar 2012
Posts: 1,400
Likes: 283
Liked 809 Times in 416 Posts
Mentioned: 300 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
Comments are per cheat (thus per game too). Comments are supported only in text format (not in st.dat format)

Example:

Code:
;This is an example of cheats for Assassin's Creed games
;version 99.12345
;Access this text using Ctrl+H

---------------------------------------
BLES00669 <Assassin's Creed 2 EU> 01.01
---------------------------------------
<001> Money 999999
;You can add comments here
00002000 00A3BFAC 60000000
;You can add comments here too
00002000 00A45ACC 913F0010
;and here too
;and more lines if you need
;always add ; to begin a comment

<002> Infinite HP
;this cheat is also commented
00002000 006100D0 801F005C
Thanks for info. Commenting looks great. But it does makes the db file very cluttered. How does the program remembers that the comments belongs to this particular game?

If the program remembers it, will it be better if the comment outputs are stored in a separate file example : "comments.ps3cheat".

How about this way for "comments.ps3cheat"?

When a user logs a comment for Assassin's Creed 2 EU, the app writes comments in to "comments.ps3cheat". Instead of the code area, the comments/text are are written. To prevent confusion, you should also change the dialog box name to "Additional Information - GameName" and "Additional Information - CheatNumber"

Code:
;comments Game Level Comment
---------------------------------------
BLES00669 <Assassin's Creed 2 EU> 01.01
---------------------------------------
<001> General Info for game
;Long story. Cheat level Comment

<002> Money 999999
;You can add comments here

<003> Infinite HP
;this cheat is also commented

;comments
---------------------------------------
BLUS00000 <Assassin's Creed 3 US> 01.01
---------------------------------------
<001> General Info for game
;Long story.

<002> Money 999999
;You can add comments here

<003> Infinite HP
;this cheat is also commented
I believe this way we could keep both "cheatsDB.ps3cheat" and "comments.ps3cheat" separate and clean.

Last edited by gingerbread; 09-09-2012 at 11:25 PM.
gingerbread is offline   Reply With Quote
Old 09-09-2012   #90
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 899
Liked 1,225 Times in 480 Posts
Mentioned: 573 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:40 AM.
aldostools is online now   Reply With Quote
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 08:17 AM.