Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
Okay; So far, I'm new to the PNACH files with coding and such, so can someone help me out? I'm trying to put in new codes, but it's not working out quite well. The cheats I'm using are for Kingdom Hearts II Final Mix, and am I right if you have to add '//' to disable the codes?
Sponsored links
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
1.The codes must be converted to raw if they are not(the problem is to understand in the codes are raw or not and if they are not raw,to understand what kind of encryption they are using)
2.To create a pnach you have to open Notepad,paste the codes and use Save as(on save as type you have to switch to All Files)and as a name you must use "the game crc.pnach"
3.By adding // infront of patch=1,you are disabling the cheat
Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
(08-15-2012, 09:35 AM)vsub Wrote: 1.The codes must be converted to raw if they are not(the problem is to understand in the codes are raw or not and if they are not raw,to understand what kind of encryption they are using)
2.To create a pnach you have to open Notepad,paste the codes and use Save as(on save as type you have to switch to All Files)and as a name you must use "the game crc.pnach"
3.By adding // infront of patch=1,you are disabling the cheat
Alright then, but.. Sorry if I might be asking, but how do you convert the codes to raw?
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
Use omniconverter but the hard part(which comes from experience)is know what encryption the codes are using(or if they are actually encrypted)just by looking at them.
Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
(08-15-2012, 02:52 PM)vsub Wrote: Use omniconverter but the hard part(which comes from experience)is know what encryption the codes are using(or if they are actually encrypted)just by looking at them.
Mmm.. I see; Think you can help me out with it though? ^^;
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
(08-15-2012, 04:02 PM)MaxMike Wrote: Mmm.. I see; Think you can help me out with it though? ^^;
ok.
Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
(08-15-2012, 04:06 PM)vsub Wrote: ok.
Alright then; I'll post the codes.
Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
I found a few codes I was thinking about using.
PHP Code: [u]Widescreen (unstretched)[/u] 203A7BBC 3F19999A 2036A0B8 43C00CCD 2037153C 3F19999A 2036A0F0 3F19999A
Music is disabled 202BD264 0000302D 202BD2AC 0000302D
Sadly, that's all of them. It would be nice if you posted images on how you do it so I can do it on my own, along with a link to download Omniconverter so you wouldn't have to do this for me all the time.
Posts: 2.128
Threads: 8
Joined: Jun 2011
Reputation:
112
Those codes are already raw, just use PCSX2CE to add formatting and save it to pnach file.
Code: //Widescreen (unstretched)
patch=1,EE,203A7BBC,extended,3F19999A
patch=1,EE,2036A0B8,extended,43C00CCD
patch=1,EE,2037153C,extended,3F19999A
patch=1,EE,2036A0F0,extended,3F19999A
//Music is disabled
patch=1,EE,202BD264,extended,0000302D
patch=1,EE,202BD2AC,extended,0000302D
They should look like that^, and be stored inside a file called -GameCRC-.pnach where "-GameCRC-" is actually a number which you can see in the log after running the game(without the 0x as that's just a prefix) and you should create that file/move it to "cheats" directory inside pcsx2 folder.
Posts: 16
Threads: 3
Joined: Apr 2012
Reputation:
0
(08-15-2012, 05:40 PM)miseru99 Wrote: Those codes are already raw, just use PCSX2CE to add formatting and save it to pnach file.
Code: //Widescreen (unstretched)
patch=1,EE,203A7BBC,extended,3F19999A
patch=1,EE,2036A0B8,extended,43C00CCD
patch=1,EE,2037153C,extended,3F19999A
patch=1,EE,2036A0F0,extended,3F19999A
//Music is disabled
patch=1,EE,202BD264,extended,0000302D
patch=1,EE,202BD2AC,extended,0000302D
They should look like that^, and be stored inside a file called -GameCRC-.pnach where "-GameCRC-" is actually a number which you can see in the log after running the game(without the 0x as that's just a prefix) and you should create that file/move it to "cheats" directory inside pcsx2 folder.
I know where to place the cheats, and thanks.. Now only thing that's left is trying to use PCSX2CE
|