Posts: 4
Threads: 1
Joined: Jan 2015
Reputation:
0
01-16-2015, 06:15 PM
(This post was last modified: 01-16-2015, 08:02 PM by exbds.)
Hi,
I am trying to make a cheat for ratchet and clank going commando, here is how it looks like :
gametitle=ratchet and clank going commando (PS2)
comment=bolts
patch=1,EE,00012D40,extended,0FFFFFFF
I get the famous "TLB miss" error.
The game run perfectly well, I am sure of the address, and I think I have the right CRC (the file is named "38996035.pnach").
ELF (cdrom0:\SCUS_972.68;1) Game CRC = 0x38996035, EntryPoint = 0x00131AE8
Found Cheats file: '38996035.pnach'
comment: bolts
Loaded 1 Cheats from '38996035.pnach'
Overall 1 Cheats loaded
(EE pc:80006C28) TLB Miss, addr=0x12d40 [store]
(EE pc:80005F2C) TLB Miss, addr=0x12d40 [store]
(EE pc:80005F2C) TLB Miss, addr=0x12d40 [store]
(EE pc:80005F2C) TLB Miss, addr=0x12d40 [store]
...
Could you help me please, and tell me what am I doing wrong?
Sponsored links
Posts: 12.837
Threads: 48
Joined: Oct 2013
Reputation:
252
what's the code even supposed to do?
Posts: 4
Threads: 1
Joined: Jan 2015
Reputation:
0
(01-16-2015, 06:20 PM)Nobbs66 Wrote: what's the code even supposed to do?
It is supposed to change the amount of bolts (money in the game).
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
PCSX2 don't like some codes...they may work fine on the ps2 but they can make pcsx2 to crash.
And another thing...according to the value,you are supposed to change 4 addresses but the 0 in the address(while using extended)is writing only to one address which can lead to problems.
Try
patch=1,EE,20012D40,extended,0FFFFFFF
Posts: 4
Threads: 1
Joined: Jan 2015
Reputation:
0
(01-16-2015, 06:33 PM)vsub Wrote: PCSX2 don't like some codes...they may work fine on the ps2 but they can make pcsx2 to crash.
And another thing...according to the value,you are supposed to change 4 addresses but the 0 in the address(while using extended)is writing only to one address which can lead to problems.
Try
patch=1,EE,20012D40,extended,0FFFFFFF
It didn't made it, I also tried :
gametitle=ratchet and clank going commando (PS2)
comment=bolts
patch=1,EE,00012D46,extended,0FFF
Still, nothing happens.
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
Try this
patch=1,EE,201A7A00,extended,0098967F
Posts: 4
Threads: 1
Joined: Jan 2015
Reputation:
0
01-16-2015, 07:15 PM
(This post was last modified: 01-16-2015, 07:20 PM by exbds.)
(01-16-2015, 07:10 PM)vsub Wrote: Try this
patch=1,EE,201A7A00,extended,0098967F
Found Cheats file: '38996035.pnach'
comment: bolts
Loaded 1 Cheats from '38996035.pnach'
Overall 1 Cheats loaded
No TLB miss, but the cheat doesn't change anything, what is it supposed to do?
Also the game crashes after a minute, which he never did before.
Posts: 3.526
Threads: 6
Joined: Dec 2013
(01-16-2015, 07:10 PM)vsub Wrote: Try this
patch=1,EE,201A7A00,extended,0098967F
why the wrong address?! even for pal it's the wrong one. we don't deliver obvious cheats?!?  ntsc is 8 less. pal is 80 more.
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
I don't know what you mean,the code was taken from gametwink(the codebreaker site)and converted to raw.
What's wrong with the address?
I said the code exbds posted was wrong when extended is used because the first digit of the address is saying(in extended mode)how many addresses to change with the values and 0 means one.
Also during my "how to search for cheats and use values on them" time,I notest that some games don't like addresses that exceed the maximum which you can actually get in the game(the normal way)
I think KH 1 or 2 and maybe MS Saga New Dawn were acting in a weird way if you use bigger values
Posts: 5.076
Threads: 18
Joined: Oct 2010
Reputation:
154
01-17-2015, 02:04 AM
(This post was last modified: 01-17-2015, 02:05 AM by willkuer.)
(01-16-2015, 06:33 PM)vsub Wrote: Try
patch=1,EE,20012D40,extended,0FFFFFFF
(01-16-2015, 06:44 PM)exbds Wrote: It didn't made it, I also tried :
gametitle=ratchet and clank going commando (PS2)
comment=bolts
patch=1,EE,00012D46,extended,0FFF
Still, nothing happens.
Have you really tried
Code: patch=1,EE,20012D40,extended,0FFFFFFF
as suggested by vsub or have you tested
Code: patch=1,EE,00012D40,extended,0FFFFFFF
instead as you have written?
The first value in the address is important for the datarange/type if you use extended mote for pnachs (as already said by vsub). Please be sure that you try to use the cheat with a beginning 2
Edit:
Sorry... missed somehow the meaning of your words. Ignore me.
|