pcsx2 freeze on cheat
#1
hi guys will i have converted some codebreaker codes to pnach and then i runed my game and pcsx2 freeze when i pressed run cd/dvd i try another game and the same thing happened when i remove the cheat it work perfectly can anyone help me
Reply

Sponsored links

#2
Which version of pcsx2? It could be a problem with a specific version, or it could be that those cheats cause an error when they are activated when the game is booting up (I had this problem with FFXII).

The way I handled the latter was after I made my patch, I just loaded a savestate just as the game is loaded and it ran fine with cheats on. That said, there could also simply just be something wrong with the codes. Either in the conversion, or they aren't for your exact version of the game, etc etc.
[Image: 2748844.png]
Reply
#3
i tried it on pcsx2 0.9.6 and on pcsx2 0.9.7 R1888 and they both have the problem
Reply
#4
Post the content of the .pnach file to see if you have something wrong.
Core i5 3570k -- Geforce GTX 670  --  Windows 7 x64
Reply
#5
Code:
gametitle=Kingdom Hearts II [SLUS 21005] (U)

// no depth resolves

zerogs=00008000

//low time
patch=1,EE,0A571103,word,00000000
Reply
#6
I dont think you converted it right, try this:

Code:
gametitle=Kingdom Hearts II [SLUS 21005] (U)

// no depth resolves

zerogs=00008000

//low time
patch=1,EE,2033FE64,extended,00000000

How did you convert it?
Core i5 3570k -- Geforce GTX 670  --  Windows 7 x64
Reply
#7
using the guide on ngemu forum
Edit : Ok your code work and then i converted another code but i did not put extended a putted word and it work what is the difference between extended and word
Edit 2 : ok i tried another code but it did not work i tried word and tried extended but it did not work plz help
Code:
gametitle=Kingdom Hearts II [SLUS 21005] (U)

// no depth resolves

zerogs=00008000

//Drive w/o Supporting Chracters
patch=1,EE,2A5C63AF,extended,0000102D
patch=1,EE,2A5513AF,extended,0000102D
//infinte drive
patch=1,EE,2B71F302,extended,0A090964
plz help
here is the original code
Code:
Drive w/o Supporting Chracters
201C78B8 0000102D
201C77E8 0000102D

Infinite Drive
21C95308 0A090964
Reply
#8
Well if you don't know what short/byte/word are you're better off trying just extended, byte/short/word types used to be needed before while extended works for most if not all now.

The original code looks like it's RAW already didn't need to convert it.

Code:
gametitle=Kingdom Hearts II [SLUS 21005] (U)

// no depth resolves

zerogs=00008000

//Drive w/o Supporting Chracters
patch=1,EE,201C78B8,extended,0000102D
patch=1,EE,201C77E8,extended,0000102D
//infinte drive
patch=1,EE,21C95308,extended,0A090964

I don't know if it's the same guide but try this one:
http://forums.pcsx2.net/thread-4740.html
Core i5 3570k -- Geforce GTX 670  --  Windows 7 x64
Reply
#9
it is the same guide but it with more improvement thank you for your help now i know how to do it
Reply




Users browsing this thread: 1 Guest(s)