Go Back  
Reply
 
Thread Tools
Old 02-24-2013   #81
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 haxxxen View Post
@aldostools
the cheats for splatterhouse i have posted, are working fine now for bsd. even the max blood code from gamegenie, that i have changed. they are using a jump back operation with a codetype 93000000 and i have used a search pattern which is common in this savefile

but if you compare the [Unlock Classics] code i have posted and the original gamegenie one, you maybe notice yourself...i have slightly changed the order, but according to hex offsets in the savefile

in detail:
Splatterhouse1 classics unlock option is for example at offset 00000275. but the next classics option is not Splatterhouse2, but Splatterhouse3 at offset 000002F8. Splatterhouse2 classic option is at offset 000006F4. now if i want to sort it like unlock 1,2,3 (00000275, 000006F4, 000002F8) the bsd will mess the patching. but if i do sort them in the cheat file according to the real offsets in savefile, it works fine.

i hope you understand what i am saying

a new scriptfile function would be fine, but is not that important to me, as i can handle hex quite well i think. and also i like these hex numbers somehow
Currently in BSD, the search start from the last pointer position.
If in GameGenie you can have the options sorted as 1, 2, 3, then that means that 8zzzXXXX codes starts to search from offset 0.

Please, confirm me if I'm right to update the patch engine... since it is very important to make the cheats that use the search code work properly.
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   Reply With Quote
Old 02-25-2013   #82
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
Currently in BSD, the search start from the last pointer position.
If in GameGenie you can have the options sorted as 1, 2, 3, then that means that 8zzzXXXX codes starts to search from offset 0.
ah, this is exactly what i have meant. i thought the bsd would also search every time for every code from offset 0. but this happens only if there are more offsets to patch in a single code. for different codes the engine works fine.

about your new function, it is really useful. sorry that i have wrote this stupid comment. maybe this way others will try to make cheats for it. but unluckily not many saves have texts and options like splatterhouse savefile. for example darkness 2 settings file can be opened even in notepad++ and it will be parsed correctly.

Last edited by haxxxen; 02-25-2013 at 01:44 AM.
haxxxen is offline   Reply With Quote
Old 02-25-2013   #83
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 haxxxen View Post
ah, this is exactly what i have meant. i thought the bsd would also search every time for every code from offset 0. but this happens only if there are more offsets to patch in a single code. for different codes the engine works fine.

about your new function, it is really useful. sorry that i have wrote this stupid comment. maybe this way others will try to make cheats for it. but unluckily not many saves have texts and options like splatterhouse savefile. for example darkness 2 settings file can be opened even in notepad++ and it will be parsed correctly.
Thanks for the confirmation. The new build 3.4.4 now always searches starting from offset 0.

The human readable script commands are also implemented, so your code:
Code:
8001000C 616C7468
55706772 61646532
0800000D 00000001
Can be written like this:
Code:
search "althUpgrade2"
write next (13): 01
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.

Last edited by aldostools; 02-25-2013 at 11:06 AM.
aldostools is offline   Reply With Quote
Likes: (1)
Old 02-25-2013   #84
Theeze
Member
 
Join Date: Nov 2012
Location: Canada
Posts: 499
Likes: 53
Liked 285 Times in 164 Posts
Mentioned: 46 Post(s)
Tagged: 0 Thread(s)
These codes that are on the db don't seem to work...any ideas?

; Valkyria Chronicles
; BLUS30196
;From Game Genie For PS3

:BLUS30196-PLAY-*\PLAYDATA

[Max EXP]
2005DE08 05F5E0FF

[Max DCT]
20094DEC 05F5E0FF

[Reset Game Save Time]
2000002C 00000000
Theeze is online now   Reply With Quote
Old 02-25-2013   #85
Tommyrider65
Apprentice
 
Join Date: Feb 2013
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
hi everyone do you know what is their probleme?

; Final Fantasy XIII
; MRTC00003
;From Game Genie For PS3

:MRTC00003-*\APP.DAT

[Max Money]
200046B4 3B9AC9FF

[Reset Save Time]
20004724 00000000

; --- Main Characters ---

; --- Fang ---

[Max CP]
200246B1 3B9AC9FF

[Max HP]
200246BD 0001869F

[Max ATB]
200246C5 0000003C

[Max Strength]
200246CD 3B9AC9FF

[Max Magic]
200246D1 3B9AC9FF

; --- Hope ---

[Max CP]
200261B1 3B9AC9FF

[Max HP]
200261BD 0001869F

[Max ATB]
200261C5 0000003C

[Max Strength]
200261CD 3B9AC9FF

[Max Magic]
200261D1 3B9AC9FF

; --- Lightning ---

[Max CP]
20027CB1 3B9AC9FF

[Max HP]
20027CBD 0001869F

[Max ATB]
20027CC5 0000003C

[Max Strength]
20027CCD 3B9AC9FF

[Max Magic]
20027CD1 3B9AC9FF

; --- Sazh ---

[Max CP]
20028A31 3B9AC9FF

[Max HP]
20028A3D 0001869F

[Max ATB]
20028A45 0000003C

[Max Strength]
20028A4D 3B9AC9FF

[Max Magic]
20028A51 3B9AC9FF

; --- Snow ---

[Max CP]
2002A531 3B9AC9FF

[Max HP]
2002A53D 0001869F

[Max ATB]
2002A545 0000003C

[Max Strength]
2002A54D 3B9AC9FF

[Max Magic]
2002A551 3B9AC9FF

; --- Vanille ---

[Max CP]
2002B2B1 3B9AC9FF

[Max HP]
2002B2BD 0001869F

[Max ATB]
2002B2C5 0000003C

[Max Strength]
2002B2CD 3B9AC9FF

[Max Magic]
2002B2D1 3B9AC9FF
************* [ - Post Merged - ] *************
i try but it doesn't work
Tommyrider65 is offline   Reply With Quote
Old 02-25-2013   #86
Astroboy
Member
null
 
Astroboy's Avatar
 
Join Date: Feb 2013
Location: metro city
Posts: 31
Likes: 16
Liked 2 Times in 2 Posts
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
@Tommyrider65

based on the post on the front page i think ffxiii wont work...


has anyone tested tales of graces f and disgaea 4 saves?

Last edited by Astroboy; 02-25-2013 at 05:13 PM.
Astroboy is online now   Reply With Quote
Old 02-26-2013   #87
Tommyrider65
Apprentice
 
Join Date: Feb 2013
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
has everyone codes for Ar tonelico Qoga Knell of Ar Ciel [BLES01102] ?
Tommyrider65 is offline   Reply With Quote
Old 02-26-2013   #88
ahaaha
Apprentice
 
Join Date: Aug 2011
Posts: 19
Likes: 2
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
nice program
ahaaha is offline   Reply With Quote
Old 03-02-2013   #89
Tommyrider65
Apprentice
 
Join Date: Feb 2013
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
has everyone codes for RESIDENT EVIL 6 EU
Tommyrider65 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 01:19 AM.