Posts: 3
Threads: 1
Joined: Oct 2013
Reputation:
0
Sorry if someone ask this before, but i cant find the answer since yesterday.
This is what console show
ELF (cdrom0:\SLUS_217.82;1) Game CRC = 0xDE37E046
trying with same version of game slus 217.82 but not working
and cant find the same CRC with mine
and looking it again and found one
Quote:comment=Persona 4 Cheats
// Max Courage
patch=1,EE,007973F4,word,000000FF
// Inf Money
patch=1,EE,2079B68C,word,05F5E0FF
// Inf Health
patch=1,EE,207973CC,word,000003E7
patch=1,EE,007973CC,word,000003E7
// Inf Spirit
patch=1,EE,207973CE,word,000003E7
patch=1,EE,007973CE,word,000003E7
only health and spirit worked fine
already change word to extended but still not working
Sponsored links
Posts: 432
Threads: 16
Joined: Aug 2013
Reputation:
45
10-16-2013, 11:54 AM
(This post was last modified: 10-16-2013, 03:05 PM by tadatada.)
*** I have deleted the previous post. ***
I have tryed your codes using my own P4 (CRC DEDC3B71).
See also posting image (Original your codes before fixed).
Inf Money code is no problem. It works correctly.
Although Max Courage code is needed to be "short" not "word".
That's why Knowledge is filled with 00.
If wanting to know why Knowledge becomes 0, see below my post.
http://forums.pcsx2.net/Thread-Disgaea-2...#pid323353
These are fixed codes.
no extended version:
Code: // Max Courage
patch=1,EE,7973F4,byte,FF
// Inf Money
patch=1,EE,79B68C,word,05F5E0FF
// Inf Health
patch=1,EE,7973CC,short,03E7
// Inf Spirit
patch=1,EE,7973CE,short,03E7
extended version:
Code: // Max Courage
patch=1,EE,007973F4,extended,000000FF
// Inf Money
patch=1,EE,2079B68C,extended,05F5E0FF
// Inf Health
patch=1,EE,107973CC,extended,000003E7
// Inf Spirit
patch=1,EE,107973CE,extended,000003E7
Posts: 3
Threads: 1
Joined: Oct 2013
Reputation:
0
thx for your help
is there no problem if our CRC is different but the game ID still the same?
so I can use the raw code with the same game ID although I have different CRC?
can you tell me where i can find working code like exp multiplier?
Posts: 29.506
Threads: 16
Joined: Dec 2008
Reputation:
622
Location: 127.0.0.1
youn have diffrent CRC because you applied an undub patch.
no official cheats exist for Persona 4 with an undub patch.
means you'll have to hope it works with official ones.
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 3
Threads: 1
Joined: Oct 2013
Reputation:
0
(10-16-2013, 06:04 PM)jesalvein Wrote: youn have diffrent CRC because you applied an undub patch.
no official cheats exist for Persona 4 with an undub patch.
means you'll have to hope it works with official ones.
yeah i get it
i just want to play like watch anime
japanese voice and subtitle is better than english dub
I hope there is working code for undub version
Posts: 7
Threads: 1
Joined: Nov 2013
Reputation:
0
(10-16-2013, 11:54 AM)tadatada Wrote: *** I have deleted the previous post. ***
I have tryed your codes using my own P4 (CRC DEDC3B71).
See also posting image (Original your codes before fixed).
Inf Money code is no problem. It works correctly.
Although Max Courage code is needed to be "short" not "word".
That's why Knowledge is filled with 00.
If wanting to know why Knowledge becomes 0, see below my post.
http://forums.pcsx2.net/Thread-Disgaea-2...#pid323353
These are fixed codes.
no extended version:
Code: // Max Courage
patch=1,EE,7973F4,byte,FF
// Inf Money
patch=1,EE,79B68C,word,05F5E0FF
// Inf Health
patch=1,EE,7973CC,short,03E7
// Inf Spirit
patch=1,EE,7973CE,short,03E7
extended version:
Code: // Max Courage
patch=1,EE,007973F4,extended,000000FF
// Inf Money
patch=1,EE,2079B68C,extended,05F5E0FF
// Inf Health
patch=1,EE,107973CC,extended,000003E7
// Inf Spirit
patch=1,EE,107973CE,extended,000003E7
I am playing this game too
i want to bypass some event that need my courage on some level
but after that the cheat mades change permanent (event after uncheck use cheats)and make broken gameplay(for me)
is there are a way to find my current courage level save it,and use max patch,and patch again (revert)
or maybe you can point me to easy pnach tutorial ,i have been using CE for a some games,but not on memory dump level
sorry if this sound newb and my english bad
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
All undub games are using the same cheats at the original game,only the crc is different.
You are replacing files,not changing where the game store things in memory.
Posts: 432
Threads: 16
Joined: Aug 2013
Reputation:
45
11-10-2013, 08:41 PM
(This post was last modified: 11-11-2013, 01:13 PM by tadatada.)
(11-10-2013, 07:47 PM)gerarrdway Wrote: is there are a way to find my current courage level save it,and use max patch,and patch again (revert) If you can use CE, look at the address 207973F4.
This address is Courage (1 byte).
[attachment=46599]
|