I loaded this address and value with pcsx2dis all this does it freeze the game. if you have knowledge of asm you can build a sub routinem, mess around where this memory address writes or reads in asm, that's if it does read or write to asm....that i'm not sure about.
Announcement
Collapse
No announcement yet.
Help
Collapse
X
-
What version of Sphinx and the Cursed Mummy, NTSC(USA) or PAL(Europe) ?
What version of PCSX2 you using?
What version of Cheat Engine you using?lee4 Does Not Accept Codes Requests !
When lee4 asks a question it does not mean lee4 will look at your game
*How to create and use SegaCD codes >click here<*
Comment
-
@ sphinx856
have you try the code as
20510774 4001000DLast edited by lee4; 01-21-2016, 02:12:25 PM.lee4 Does Not Accept Codes Requests !
When lee4 asks a question it does not mean lee4 will look at your game
*How to create and use SegaCD codes >click here<*
Comment
-
how you testing the code?lee4 Does Not Accept Codes Requests !
When lee4 asks a question it does not mean lee4 will look at your game
*How to create and use SegaCD codes >click here<*
Comment
-
PCSX2\Cheats\F37CF9B9.pnach
inside F37CF9B9.pnach file
need be look like this
//Message from Akarian king
patch=1,EE,20510774,extended,4001000D
or
//Message from Akarian king
patch=1,EE,00510774,word,4001000Dlee4 Does Not Accept Codes Requests !
When lee4 asks a question it does not mean lee4 will look at your game
*How to create and use SegaCD codes >click here<*
Comment
-
Hello I try it but not work.
But the other items that I found in this post works: http://gamehacking.org/game/102685
And there are also items beta therefore the game accept cheats.
why not work the code?
Comment
-
The code you posted is not modified in any way. Where did you find the code? I went off the assumption that whoever posted that code posted the ID of the item and if that's true then try the following code:Originally posted by sphinx856 View PostHello I try it but not work.
But the other items that I found in this post works: http://gamehacking.org/game/102685
And there are also items beta therefore the game accept cheats.
why not work the code?
2055a2b4 00000001
2055a2b8 00000001
EDIT: Send me your game save if you can for PCSX2.
EDIT 2: Is this it?
I wrote some code to unlock all items in the game. They are also all infinite and I'm sure some of them will freeze you but I don't know enough about this game to really say.
Code:All items are infinite 201BE968 00000000 Unlock all ability items 2011E980 24020001 2011E9AC 24030001 201BE8FC 24020001 2011F3E0 24030001 201BEA64 24100001 Unlock all Quest Items 2011E974 24020001 2011F3D0 24020001
Last edited by Harry62; 01-22-2016, 09:20:27 AM.
Comment
-
-
I wasn't sure how to find the code you wanted so I took a pre-existing code for both of the item categorys and set read breakpoints on addresses. That lead me to the functions that control the item menus. From there I just forced the register that was loading the item count to load "1" no matter what. This allows all items controlled by those functions to be enabled by default including any item that wasn't enabled. I found the infinite items by accident when I was disabling branches in one of the item functions.Originally posted by sphinx856 View PostHello. how did you do it?
please explain me how did you do it because I want to make more cheats to activate a beta levels that I discovered.
Comment
Comment