Posts: 6
Threads: 2
Joined: Oct 2014
Reputation:
0
Hi ,
So i decided to use action replay MAX to use serveral cheats for the game however i've got a problem.
Whenever is enable the cheats they do load , For example the all cards code but when i load the game and check my chest , no cards have been added.
These are the codes i use.
//(M)
//F0193454 00193457
//Unlock All Cards
patch=1,EE,20216308,extended,3C035237
patch=1,EE,2021630C,extended,34638B9C
patch=1,EE,20216310,extended,AC830000
Hopefully some 1 can help me .
Sponsored links
Posts: 1.814
Threads: 78
Joined: May 2011
Reputation:
43
Location: Greece, Athens
Irrelevant but i spot a "Get all cards" code in there, give it a try
http://www.hayastan.com/games/cheats/cheat12639.html
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
#1 you don't need the master code.
#2 those codes don't look raw. Please post original codes.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 6
Threads: 2
Joined: Oct 2014
Reputation:
0
Im using PCSX2CE which is a cheat device or something along with a omicomverter.
Code i use and comvert :
Unlock All Cards
81Y7-T3X7-22V5E
H29B-NK3W-99Y2J
YVND-WR6G-7T7HG
G3Q6-99RR-BXHN8
---------------
Unlock All Cards
20216308 3C035237
2021630C 34638B9C
20216310 AC830000
which i comvert to a patchfile.
Posts: 6
Threads: 2
Joined: Oct 2014
Reputation:
0
Posts: 3.205
Threads: 68
Joined: Mar 2010
Reputation:
109
Location: Netherlands
10-05-2014, 02:16 PM
(This post was last modified: 10-05-2014, 02:20 PM by Ryudo.)
(10-05-2014, 02:31 AM)itsrobinn Wrote: Hi ,
So i decided to use action replay MAX to use serveral cheats for the game however i've got a problem.
Whenever is enable the cheats they do load , For example the all cards code but when i load the game and check my chest , no cards have been added.
These are the codes i use.
//(M)
//F0193454 00193457
//Unlock All Cards
patch=1,EE,20216308,extended,3C035237
patch=1,EE,2021630C,extended,34638B9C
patch=1,EE,20216310,extended,AC830000
Hopefully some 1 can help me .
Master Code not needed.
Try this instead:
Code: // Unlock All Cards
patch=1,EE,200FF000,extended,3C030032
patch=1,EE,200FF004,extended,3463F790
patch=1,EE,200FF008,extended,24013F50
patch=1,EE,200FF00C,extended,3C066762
patch=1,EE,200FF010,extended,34C60525
patch=1,EE,200FF014,extended,3C08C000
patch=1,EE,200FF018,extended,35080000
patch=1,EE,200FF01C,extended,8C690000
patch=1,EE,200FF020,extended,11090002
patch=1,EE,200FF028,extended,AC660000
patch=1,EE,200FF02C,extended,24630004
patch=1,EE,200FF030,extended,2421FFFF
patch=1,EE,200FF034,extended,1401FFF9
patch=1,EE,200FF03C,extended,08064AE0
patch=1,EE,20192B70,extended,0803FC00
@Robinn: The codes you originally used were PAL codes. You need codes for NTSC, which is the one I put here.
@Blyss: I know they don't seem like raw codes due to the weird values, but some games have some weird calculations going on that makes it work that way. Gran Turismo 4 is similar like that. Rather than having direct Hex values (9999 = 270F).
Or take this code from Kingdom Hearts 2 for example:
Code: // All Abilities Sora/Roxas
patch=1,EE,2033FF14,extended,0052809E
patch=1,EE,2033FF18,extended,0186008A
patch=1,EE,2033FF1C,extended,81938191
patch=1,EE,2033FF20,extended,810D8108
patch=1,EE,2033FF24,extended,81888089
patch=1,EE,2033FF28,extended,81078111
Etc....
^Makes no sense, but works like a charm!
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 16 GB (2x8GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Kingston A400 480GB SSD | Windows 10 Pro x64 (b19043.1288)
Posts: 1.814
Threads: 78
Joined: May 2011
Reputation:
43
Location: Greece, Athens
(10-05-2014, 02:16 PM)xRyudo Wrote: ^Makes no sense, but works like a charm!
Maybe it's a bitwise sorta thingy? I've seen a few games working that way when it comes to abilities.
Posts: 6
Threads: 2
Joined: Oct 2014
Reputation:
0
Thanks guys i managed to find the problem .
Somehow i had to remove the ''//'' before the codes
Posts: 1.814
Threads: 78
Joined: May 2011
Reputation:
43
Location: Greece, Athens
(10-05-2014, 03:19 PM)itsrobinn Wrote: Thanks guys i managed to find the problem .
Somehow i had to remove the ''//'' before the codes
What "//" ?
What do you mean somehow?
Huh?
?
Posts: 3.205
Threads: 68
Joined: Mar 2010
Reputation:
109
Location: Netherlands
10-05-2014, 03:28 PM
(This post was last modified: 10-05-2014, 03:34 PM by Ryudo.)
(10-05-2014, 03:19 PM)itsrobinn Wrote: Thanks guys i managed to find the problem .
Somehow i had to remove the ''//'' before the codes
That makes no sense.
The only code you posted that was set to be ignored ( //F0193454 00193457 ) was the Master Code, which is useless by default and shouldn't be in your pnach file at all.
And it wasn't even in proper pnach format.. (patch=1,EE,[code])
The Unlock All Cards code you had was for the PAL version of the game, not NTSC (which you have). The offsets are clearly different in each version.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 16 GB (2x8GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Kingston A400 480GB SSD | Windows 10 Pro x64 (b19043.1288)
|