Go Back  
Reply
 
Thread Tools
Old 02-18-2013   #141
haxxxen
Member
 
Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
I will check the issue about zeros as soon as possible. Currently my laptop is not available.
ah, ok.
sorry, but there is no rush for it. take your time.
haxxxen is offline   Reply With Quote
Old 02-18-2013   #142
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

I strongly believe, it is just a client viewer for the server application only. The database is not stored locally. i have search my entire HDD and registry, I could not find it. I could be wrong. Experts please your thought and finding.
Like I said I don't have an issue with the program gaining the Cheat its evolution of the program and its going to happen.. but I have an issue with just taking stuff but in the end I believe stuff might come
SkillerCMP is offline   Reply With Quote
Likes: (1)
Old 02-18-2013   #143
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 897
Liked 1,225 Times in 480 Posts
Mentioned: 573 Post(s)
Tagged: 0 Thread(s)
@gingerbread

Build 3.0.4 is uploaded.

@haxxxen The issue writting zeros was due a stupid typo (bug), where I wrote a "d" instead of "b".

BTW the program supports 2 different formats (which can be used in the same file):

1-GameGenie codes use the original format (the 0x prefix is not required and codes are fixed size -> 2 blocks of 8 hex digits)

:PLAY.DAT
[Max SP]
2000006C 0001869F

2-And the BSD patch format, require the 0x at the begining of the line and the parameters are variable size.

:SYS-DATA
[Unlock All Difficulties]
0x00000028 60
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 02-18-2013 at 05:08 PM.
aldostools is offline   Reply With Quote
Likes: (2)
Old 02-18-2013   #144
haxxxen
Member
 
Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
thanks. i will try it now.

edit
works now. the patches are applied successfully and correctly. thank you for your hard work

Last edited by haxxxen; 02-18-2013 at 05:31 PM.
haxxxen is offline   Reply With Quote
Old 02-18-2013   #145
Sunny992
Apprentice
 
Join Date: Jan 2013
Posts: 17
Likes: 8
Liked 4 Times in 3 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
@gingerbread

@haxxxen The issue writting zeros was due a stupid typo (bug), where I wrote a "d" instead of "b".

BTW the program supports 2 different formats (which can be used in the same file):

1-GameGenie codes use the original format (the 0x prefix is not required and codes are fixed size -> 2 blocks of 8 hex digits)

:PLAY.DAT
[Max SP]
2000006C 0001869F

2-And the BSD patch format, require the 0x at the begining of the line and the parameters are variable size.

:SYS-DATA
[Unlock All Difficulties]
0x00000028 60
Nice new update aldo, loving that Cheat support was added, props to gingerbread for coming up with the idea. I've noticed two bugs though.

One, for "UNPROTECTED" saves for example: Dead Space, you can't add/use cheats the option is greyed out. Two, the "UPDATE PFD" option for "UNPROTECTED" saves is unavailable again, You fixed the issue in 2.x.x but it's present again in 3.x.x.

Thanks again for such a great tool, it's getting better everyday.
Sunny992 is offline   Reply With Quote
Old 02-18-2013   #146
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 897
Liked 1,225 Times in 480 Posts
Mentioned: 573 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Sunny992 View Post
Nice new update aldo, loving that Cheat support was added, props to gingerbread for coming up with the idea. I've noticed two bugs though.

One, for "UNPROTECTED" saves for example: Dead Space, you can't add/use cheats the option is greyed out. Two, the "UPDATE PFD" option for "UNPROTECTED" saves is unavailable again, You fixed the issue in 2.x.x but it's present again in 3.x.x.

Thanks again for such a great tool, it's getting better everyday.
Thanks Sunny992 for the bug report,

The 2 bugs should be fixed now in 3.0.5
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   Reply With Quote
Likes: (1)
Old 02-18-2013   #147
Sunny992
Apprentice
 
Join Date: Jan 2013
Posts: 17
Likes: 8
Liked 4 Times in 3 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
Thanks Sunny992 for the bug report,

The 2 bugs should be fixed now in 3.0.5
Just tested 3.0.5 and it's working perfectly, can now use cheats and the "UPDATE PFD" option again on "UNPROTECTED" saves.

Thank you aldo keep up the good work!

EDIT: Think I've found another bug in the Cheats section. When going to apply a cheat If the code line starts with a letter rather then a number, it acts like it is its own cheat code?

Example image below.

Capture.png

Last edited by Sunny992; 02-18-2013 at 09:59 PM.
Sunny992 is offline   Reply With Quote
Old 02-18-2013   #148
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 897
Liked 1,225 Times in 480 Posts
Mentioned: 573 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Sunny992 View Post
J
EDIT: Think I've found another bug in the Cheats section. When going to apply a cheat If the code line starts with a letter rather then a number, it acts like it is its own cheat code?
yes, I added support to accept the cheat names also without the square brakets, but I forgot about the search codes from GG that can start with A-F.

The version 3.0.5 currently online should fix that issue
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   Reply With Quote
Likes: (1)
Old 02-18-2013   #149
Sunny992
Apprentice
 
Join Date: Jan 2013
Posts: 17
Likes: 8
Liked 4 Times in 3 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by aldostools View Post
yes, I added support to accept the cheat names also without the square brakets, but I forgot about the search codes from GG that can start with A-F.

The version 3.0.5 currently online should fix that issue
Alright I re-downloaded the latest 3.0.5 and It's all fixed now, nice work.
Sunny992 is offline   Reply With Quote
Old 02-18-2013   #150
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 897
Liked 1,225 Times in 480 Posts
Mentioned: 573 Post(s)
Tagged: 0 Thread(s)
if you find another bug... please let me know
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   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 02:21 AM.