PDA

View Full Version : Convert Code Breaker Cheats to PNACH Files!


Pages : [1] 2

CKemu
July 23rd, 2006, 21:29
You will need:

CB Crypt v1.11 (http://www.ckemu.com/public/CB2crypt-v1_11.rar) - Converts CodeBreaker Codes to RAW.
CodeBreaker Disc Version (http://www.ckemu.com/public/ps2vers.zip) - Checks your game is the correct one for the codes.

Signup to the Code Breaker Site (http://www.cmgsccc.com/) (it's free) for the codes...though I assume they are all yank cheats :rolleyes:

Browse to the game you wish to cheat on, for this example Makai Kingdom. At the bottom of the page will be:

Advanced PS2 Identification System:
E9 32 A9 0F 13 12 33 CB D7 3E E2 85 06 A9 1E 52 D3 D6 D3 15

Use CodeBreaker Disc Version to scan your disc drive (the drive you've inserted the PS2 CD or DVD into, if you're using an ISO, mount it with Daemon Tools). It will then scan the ELF, if the two strings match, your in business, if they don't these cheats won't work for the game.

On the cheats page, click View Codes.

Open up, CB Crypt v1.11 and a blank text file.

Put in the Text file:

gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code

Scroll down on the cheats page until you see the Enable Code entry:
9A404435 ED112A0C
2A7B314C 00000000

Past these two lines into CB Crypt (left hand side box), and click Decrypt, this will give you the following in the right handside box:
90118DB8 00832021
2013AF50 00000000

If the line starts with a 9 or an F do NOT include this in your master code.
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code
patch=1,EE,2013AF50,word,00000000

This process can be repeated to add cheats, simply paste in the cheat on the left hand side, and decrypt and enter into the pnach file in the same format, obviously the usual method of finding CRC (for file name) is applicable.

I recommend labelling each cheat with a //comment to keep yourself organised.

Here's a larger example of a cheat pnach I created:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code
patch=1,EE,2013AF50,word,00000000
//Infinite Money
patch=1,EE,002E7AD0,word,0000FFFF
//Max Money
patch=1,EE,202E7AD0,word,107A3FFF
patch=1,EE,202E7AD4,word,00005AF3
//Infinite Bonus Points (Character Creation)
patch=1,EE,202AAE18,word,0098967F
//Level 9,999 After 1 Kill
patch=1,EE,20189CA8,word,3C020001
patch=1,EE,20189CAC,word,0002103C
//Insanely Quick Exp Gain
patch=1,EE,20189CA8,word,3402270F
patch=1,EE,20189CAC,word,0002103C
//Ultra Quick Skill Exp Gain
patch=1,EE,2017F594,word,3406FFFF
//Insanely Quick Mana Gain
patch=1,EE,20189F20,word,3C0305F5

Silenus
July 23rd, 2006, 22:52
Thanks for this CKemu!!

toxiccloud
July 24th, 2006, 00:17
dun get it, why do we have to use ps2 disc version checker then? and how did u get the gametitle and all that....oh, also, how do we insert the patch?

CKemu
July 24th, 2006, 00:24
Disc checker makes sure your game matches the game the cheats where designed for, eg FFX (USA) cheats are different from FFX (EUR) cheats.

Gametitle etc, I typed in manually.

Kanpai
July 24th, 2006, 00:27
If all we need is raw values for the patches, couldn't this work for GS2 and ARMAX, as well? There is a converter that'll turn those codes to raw, as well.

The software i mentioned is available here (http://www.codemasters-project.net/portal-english/apportal/download.php?list.2) as MaxConvert .71, in case anyone was interested.

CKemu
July 24th, 2006, 00:32
It will work for GS2 and ARMAX...this was just an example. I will note that don't convert CodeBreaker cheats with MaxConvert, as it was pulling some dodgey values.

Kanpai
July 24th, 2006, 00:34
I don't think MaxConvert has support for the latest Codebreaker encryption, that may be why.

toxiccloud
July 24th, 2006, 00:53
how do we enable them>.>?

Yunchen
July 24th, 2006, 04:51
put them in the patch file CRC.pnach i think...

Good one @CK well i dont cheat but this is quite useful

Edit: One for the F.A.Q. Sticky!

cyclonmaster
July 24th, 2006, 06:24
Wow... a cheat now. Amazing:thumb:

CKemu
July 25th, 2006, 23:58
Memory Mapping.

If the address is in the 1xxxxxxx range simply change the leading 1 into a 0 or 2, eg: 100314BF2 would become 000314BF2 or 200314BF2 respectively. 0 and 2 memory ranges are mirrors of each other.

You find the mirrors in memory.c:
RAM
---
0x00100000-0x01ffffff this is the physical address for the ram.its cached there
0x20100000-0x21ffffff uncached
0x30100000-0x31ffffff uncached & acceleretade
0xa0000000-0xa1ffffff MIRROR might...???
0x80000000-0x81ffffff MIRROR might... ????

It makes no difference to which of these you write.

1xxxxxxx is reserved for mapping of hardware registers (GS, IPU, DMA etc.), hence the crash if information is written there.

You can port AR / GS / CB codes to raw and use them in PCSX2, it does not have to be specificly CB.

Now I know more about the whole aspect of cheating and some other work going on with PCSX2, I shall be writing a full blown guide to cheating and memory searching.

KanedA
July 26th, 2006, 05:24
rotfl, let the cheating fest begin ;)

niemasd
July 26th, 2006, 06:32
this is so cool i made a patch for Kingdom Hearts... some codes like you said freeze PCSX2 in VM PCSX2, but i tried it in the other version and it worked

Tae
August 8th, 2006, 20:33
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]

Where did you get this number?

CKemu
August 8th, 2006, 20:53
That number is the CRC for the game generated by PCSX2 to ID the games ELF file.

Tae
August 8th, 2006, 20:58
I'm try to do Disgaea, so will that work? And where exactly do I put he cheats? In the patch or something?

Fiaasyt0
August 8th, 2006, 21:35
can someone make a patch with disable fmv on final fantasy x-2 us CRC 48FE0C71.I tried but the master code has a "9" and a "F" in it.

toxiccloud
August 17th, 2006, 08:48
can someon make a disgea patch, just with infinate money/max money, please, mine dont seem 2 work, i have no idea wats wrong...

weirdbeard
September 5th, 2006, 03:08
cputlbmiss i think it is what the hell are those errors and why am i getting them repeatedly? i tried making codebreaker pnach files for re4 and reoutbreak#2 and both did the same dang thing. anybody?

agegsg
October 18th, 2006, 00:19
Hmm, I'm wondering if anyone can help me with the kingdom hearts patch because I can't seem to get a few of the cheats working, such as the code that lets you have all 101 Dalmatians, have all the keys and Quick EXP Gain.

My codes for the patches are:

all the keys-
patch=1,EE,103F217A,word,00000101
patch=1,EE,403F217C,word,00030001
patch=1,EE,01010101,word,00000000
patch=1,EE,103F218C,word,00000101

101 Dalmatians-
patch=1,EE,003F3393,word,000000FF
patch=1,EE,203F3394,word,FFFFFFFF
patch=1,EE,203F3398,word,FFFFFFFF
patch=1,EE,203F339C,word,FFFFFFFF

quick exp gain-
patch=1,EE,103F1CD0,word,0000FFFF

Thanks in advance

Fragmaster
October 18th, 2006, 17:13
Alright, there wasn't much of a need to revive this old thread, but...
There will never be a code starting with 4, and almost rarely a 2. Change your second one to 103F217C, and your last 3 to start with 0.

carbonbw
October 21st, 2006, 18:54
can't we make this sticky or at least in a guide?

this is valuable information IMO

lol let's see if those cheats for SVR 2006 work hmm

CKemu
October 21st, 2006, 19:30
Given current developments in PCSX2 0.9.2 of which I am helping towards and testing, there will be a completely new guide covering _many_ aspects of cheat making, mem hacking and general patches. So for now this thread can bob up and down on the tides of the forum as this section already has way to many stickies.

The patch system, it's interface and it's uses are being greatly enhanced, which you will be informed about in detail at a later point in the future.

RPGW1ZaRD
October 21st, 2006, 19:46
sounds interesting :)

Only patches I bother with are skip video LOL cuz I dunno HEX very well hehe.

lyptt
October 21st, 2006, 21:23
can we still use old patch files with this new system?

CKemu
October 21st, 2006, 21:32
There will be backwards compat for the old pnach files, though they will be depricated eventually in favour of this new system, which is greatly improved, so well worth the transition.

Qwin
October 21st, 2006, 21:56
great cheat maker guide :D but i didnt wana cheat ...... :p :evil:

carbonbw
October 22nd, 2006, 11:24
great cheat maker guide :D but i didnt wana cheat ...... :p :evil:

these codes are more versetile than only for "cheating", you can for example create a nude female wrestling league in SVR 2006 for catfighting matchups
:D :D :D :D

MrWhitefolks
December 1st, 2006, 07:06
After initially configuring my patch listing, every time since then whenever I attempt to reopen the configure patch window the emulator crashes(something about default.xml only having empty space).

Any insights I should be looking into?

bositman
December 1st, 2006, 13:19
Rename the xml to default.xml and put it in the patches folder

MrWhitefolks
December 2nd, 2006, 01:52
Rename the xml to default.xml and put it in the patches folder

No such luck, even after renaming said file it still crashes. the last thing that pops up on the console before the emulator crashes is "vmuhack"(this is also the same reaction after i've uninstalled and reinstalled the emulator)

n/m, after downloading the patch configure fix it works fine...however I would like an explanation if possible in regards to getting cheats with more than one line of code working.

Example: The master code for Konami's Rumble Roses is not just a simple 1 line code, it's actually 4 lines and alot of the codes themselves are not of the one line variety(some are insanely long).

RR Master Code:
B4336FA9 4DFEFB79
E1EF1B65 630CCC96
B317FCB8 774525F8
C8C2BC37 FFED6E80

When decrypted through CBCrypt:
BEEFC0DE 00000000
000FFFFE 00000090
000FFFFF 00000090
90121E08 00832021

now that i have this 4 line jumble of digits, what command line would i use to add it to the patch file itself? the normal EE,code,word,code doens't seem to leave enough room for the 4 lines of code needed for input...or perhaps it's that i'm just retarded when it comes to following directions.

Any help would be GREATLY appreciated(i'd also like to know HOW you enable said cheats once you get the emulator turned on, as all the cheat config menu let's me do is browse through the cheats)

Masto-Kun
January 1st, 2007, 01:00
Please make a example for "Kingdom Hearts German"!
I dont understand this manual!

I´ve tried a little, but i can´t get it work!

Greetings Bianca!

NexXxus
January 1st, 2007, 03:24
Please make a example for "Kingdom Hearts German"!



<GAME title="Kingdom Hearts German [SCES 50969] (G) [AE3EAA05]">
<COMMENT>patches by Geo</COMMENT>

<GROUP title="General Cheats">
<PATCH title="Max Gil" applymode="vsync" address="0031D218" size="32" value="05F5E0FF"/>
<GROUP title="Size modifier">
<GROUP title="Double size">
<PATCH applymode="vsync" address="001243BC" size="32" value="3c014000"/>
</GROUP>
<GROUP title="Tripple size">
<PATCH applymode="vsync" address="001243BC" size="32" value="1E00A000"/>
</GROUP>
</GROUP>
<GROUP title="HyperMode">
<PATCH applymode="vsync" address="0011007c" size="32" value="3c0140a0"/>
<PATCH applymode="vsync" address="00110080" size="32" value="3c0140a0"/>
</GROUP>
</GROUP>
</GAME>


here :)


so someone can help me with that?: http://forums.ngemu.com/pcsx2-official-forum/83270-need-help-ffx-2-debug-menu-codes.html

deviousmind_hkc
January 1st, 2007, 10:22
I don't understand. How do you make the .pnach file? I have no such file on my computer.

Masto-Kun
January 1st, 2007, 11:19
@Elitegamer

I´ve copy this in a new pnach file, but does´nt work!
How can i became it to work! :mad:

Kingdom Hearts runs so slow, that i can´t win!

That´s the Key!

0E 31 E3 46 67 D0 30 D8 23 FC C9 C0 7E 2C AF CE B9 B7 0D A8
SCES_509.69 0039BDC4 01C2563C F4824600 01C2563C F4824600

Please give me a manual, how i can make a pnach file for infinite HP!

You can send me a PM! :eyemove:

Greetings Bianca!

Nachbrenner
January 1st, 2007, 15:26
<GAME title="Kingdom Hearts German [SCES 50969] (G) [AE3EAA05]">
<COMMENT>patches by Geo</COMMENT>

<GROUP title="General Cheats">
<PATCH title="Max Gil" applymode="vsync" address="0031D218" size="32" value="05F5E0FF"/>
<GROUP title="Size modifier">
<GROUP title="Double size">
<PATCH applymode="vsync" address="001243BC" size="32" value="3c014000"/>
</GROUP>
<GROUP title="Tripple size">
<PATCH applymode="vsync" address="001243BC" size="32" value="1E00A000"/>
</GROUP>
</GROUP>
<GROUP title="HyperMode">
<PATCH applymode="vsync" address="0011007c" size="32" value="3c0140a0"/>
<PATCH applymode="vsync" address="00110080" size="32" value="3c0140a0"/>
</GROUP>
</GROUP>
</GAME>

Besides the fact that "hypermode" and "side modifier" are not made by "Geo", the values are wrong and will therefore not work as expected.

http://forums.ngemu.com/1058242-post69.html
Handle with care!
This is just a fun code and you will fail to load next scene with that activated!
If you have no idea what i'm talking about, don't even try to use it!

Masto-Kun
January 1st, 2007, 23:27
@Nachbrenner

Skip videos for all FFX versions (i hope), i.e. it skips MPEG movies not 3D cinematics.
I completed the german version using that (and a bunch of cheats )

Nachbrenner can you send me a PM with examples of FFX German and Kingdom Hearts German pnach files to try! (Infinite HP, Gil ...)

FFX: Pal German

E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100

Kingdom Hearts: Pal German

0E 31 E3 46 67 D0 30 D8 23 FC C9 C0 7E 2C AF CE B9 B7 0D A8
SCES_509.69 0039BDC4 01C2563C F4824600 01C2563C F4824600

Do you know a other method to cheat on PCSX2!
It´s not easy with slowly gameplay!

Greetings Bianca!

shotodesi
January 2nd, 2007, 08:36
haha as someone already mentioned ... this should definitely be made a sticky or atleast linked to in the FAQ sticky... the (initial) guide by ckemu is invaluable and i've referred to it/ as well as referred others to it several times.

ricky666
February 19th, 2007, 13:42
WTF I have no .ELF in Gran Turismo 3 !!!! How could I get the CRC then?

cyclonmaster
February 19th, 2007, 15:05
Just run the game with the console on. You see the CRC=xxxxx at the console output title. xxxxx is your CRC number

ricky666
February 19th, 2007, 17:21
Got a problem man... When I wanna run the game (to check my CRC) it quits and the console is writing very fast so I can't read it. Any tips? Maybe record the whole screen and look at it in slow-motion ?

That doesn't work brother... It sais NOTHING about CRC. Checked it a million times!

Silenus
February 20th, 2007, 20:33
I was trying this, but I saw a master code starting with 9 and the other with F, is there a way around this?

I can't enable my codes because of this.

fried_egg
April 11th, 2007, 01:02
same problem as silenus

makotech222
June 10th, 2007, 21:56
bumping this back up.

I created a cheat pnach for disgaea and i cant seem to get it to work. I open my disgaea iso with pcsx2 then i get an error and i have to close down. on the console it says:
XML patch loader: could not load file xxxxxx error= failed to open file
trying to load pnach file...
xxx
xxx
xx
then i get the error and i have to close out.
this is part of whats in my pnach file
//Master Code
patch=1,EE,20147078,word,00000000
//Money
patch=1,EE,102a20c0,word,0000ffff




EDIT: fixed. sorry guys :)

NexXxus
June 10th, 2007, 23:44
bumping this back up.

I created a cheat pnach for disgaea and i cant seem to get it to work. I open my disgaea iso with pcsx2 then i get an error and i have to close down. on the console it says:
XML patch loader: could not load file xxxxxx error= failed to open file
trying to load pnach file...
xxx
xxx
xx
then i get the error and i have to close out.
this is part of whats in my pnach file
//Master Code
patch=1,EE,20147078,word,00000000
//Money
patch=1,EE,102a20c0,word,0000ffff




EDIT: fixed. sorry guys :)
you don't need a mastercode in pcsx2.

SpecialKseZ
June 30th, 2007, 06:16
It seems that the site that originally hosted the files is down. Is there a mirror or anything else that I can download these files off of?

revalant
July 1st, 2007, 23:56
I made a patch for Disgaea 2, and for some reason it doesnt work.

The Output says "XML Patch Loader: Could not load file 'patches\951555a0.xml'. Error='Failed to open file'."

How do I fix this?

I tried copying the patch text into an xml named the same way they want me to but it gave me a 'Error document empty' instead.

sasuke11
July 7th, 2007, 23:08
Same problem as SpecialKseZ, the site is down and I can't download...
Could you help please?

DeBlackDragon
July 9th, 2007, 11:21
Sorry but i´ve got the problem that the dll mirror are down, so i cant load it.

can anybody say me where i can get the converter?

Godwin
July 9th, 2007, 12:19
Here.

DeBlackDragon
July 11th, 2007, 12:32
thanks but i found it by my self^^

so now my problem is to find the right cheats for my version auf ffx
is the version SCES_504.92
the cheats from ccmmms (what ever) doesn´t work.

Godwin
July 11th, 2007, 13:00
Those are for the US version. You'll have to find a site or forum that has them for your version.

DeBlackDragon
July 11th, 2007, 13:07
I know.
I search for the last days more many forums and sites but no one the right

yyootrippen
July 24th, 2007, 05:22
bumping this back up.

I created a cheat pnach for disgaea and i cant seem to get it to work. I open my disgaea iso with pcsx2 then i get an error and i have to close down. on the console it says:
XML patch loader: could not load file xxxxxx error= failed to open file
trying to load pnach file...
xxx
xxx
xx
then i get the error and i have to close out.
this is part of whats in my pnach file
//Master Code
patch=1,EE,20147078,word,00000000
//Money
patch=1,EE,102a20c0,word,0000ffff




EDIT: fixed. sorry guys :)

I had the SAME exact problem, and it seems to me that after playing with the codes, INFINATE MONEY DOES NOT WORK, take out the infinate money and use max money. So aptch SHOULD look like this

gametitle=Disgaea
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code
patch=1,EE,20147078,word,00000000
//Max Money
patch=1,EE,202A20C0,word,3B9AC9FF

zynin
July 27th, 2007, 21:52
Sorry for resing an old topic, but does anyone know where I can get the Codebreaker Disk Version? The link seems to be dead.

dutchMasta
July 28th, 2007, 22:11
Codebeaker disk version is on the official site - LINK (http://www.cmgsccc.com/ps2/advkey.php)
Anyway, you don't really need it imo, just match the correct region and more than likely you'll get the right match.

jimbobaa
September 1st, 2007, 19:47
bumping this back up.

I created a cheat pnach for disgaea and i cant seem to get it to work. I open my disgaea iso with pcsx2 then i get an error and i have to close down. on the console it says:
XML patch loader: could not load file xxxxxx error= failed to open file
trying to load pnach file...
xxx
xxx
xx
then i get the error and i have to close out.
this is part of whats in my pnach file
//Master Code
patch=1,EE,20147078,word,00000000
//Money
patch=1,EE,102a20c0,word,0000ffff




EDIT: fixed. sorry guys :)



//Money
patch=1,EE,202a20c0,word,0000ffff



can't use anything starting with 1xxxxxxx change to a 0 or 2

MrWhitefolks
September 5th, 2007, 00:34
I'm still really REALLY new to adding cheats to this emulator, so I'd like to get some help in discerning what's wrong with these codes(they cause the game to crash whenever I load it up). This is for Konami's Rumble Roses(USA ver), and yes; I own the USA ver of the game itself, so there shouldn't be an issue in that regard.

Original Codes:

Enable Code -
B4336FA9 4DFEFB79
E1EF1B65 630CCC96
B317FCB8 774525F8
C8C2BC37 FFED6E80

Turn off Hud -
3B66EBB4 AAC13C35
4AD71494 0C180810

Now, these codes after being put through the CB2crypt.exe program:


Enable Code -
BEEFC0DE 00000000
000FFFFE 00000090
000FFFFF 00000090
90121E08 00832021

Turn off Hud -
31669E67 FBA95871
402557CB B8A1B981

And finally, here's what the inside of the pnach file I'm trying to create looks like.

gametitle=Rumble Roses
comment=Patch by CodeMaster

//Master Code
patch=1,EE,BEEFC0DE,word,00000000
patch=1,EE,000FFFFE,word,00000090
patch=1,EE,000FFFFF,word,00000090

//Disable Hud
patch=1,EE,31669E67,word,FBA95871
patch=1,EE,402557CB,word,B8A1B981

I'd really appreciate some help, as this has been driving me crazy over the last few days. Also, anytime I attempt to browse the patches by using the Config/Patches option, the entire program crashes...so any information/sollution to that problem would be a great help as well.

Godwin
September 5th, 2007, 03:37
You don't need a master code for PCSX2.
Also you can't use a type 3 or a type 4 code, well maybe if you use some conversion to break it down so it doesn't crap up PCSX2.

Edit: Example from Dragon Quest 8 added, which is the Have all Collected Items List.


4040A2A8 00120001
FFFFFFFF 00000000
patch=1,EE,0040a2a8,word,ffffffff
patch=1,EE,0040a2ac,word,ffffffff
patch=1,EE,0040a2b0,word,ffffffff
patch=1,EE,0040a2b4,word,ffffffff
patch=1,EE,0040a2b8,word,ffffffff
patch=1,EE,0040a2bc,word,ffffffff
patch=1,EE,0040a2c0,word,ffffffff
patch=1,EE,0040a2c4,word,ffffffff
patch=1,EE,0040a2c8,word,ffffffff
patch=1,EE,0040a2cc,word,ffffffff
patch=1,EE,0040a2d0,word,ffffffff
patch=1,EE,0040a2d4,word,ffffffff
patch=1,EE,0040a2d8,word,ffffffff
patch=1,EE,0040a2dc,word,ffffffff
patch=1,EE,0040a2e0,word,ffffffff
patch=1,EE,0040a2e4,word,ffffffff
patch=1,EE,0040a2e8,word,ffffffff
patch=1,EE,0040a2ec,word,ffffffff

Notice the pattern in the left hand column?

MrWhitefolks
September 5th, 2007, 04:02
Ok, so I got the originally posted codes working fine...and I've hit another small snafu that I'd love to get some input on.

When I convert certain codes, the starting letter/number results in a D, 4, or E in various instances. In turn, the codes don't work.

So, as an interim question...is there a way to boot up the codebreaker disc(or image, depending on if you've dumped it), and then load up a game when the codebreaker prompts you to do so?

Hiei-YYH
September 5th, 2007, 05:32
why don't just add a codebreaker support in pcsx2 (i mean, just like normal emulators do for cheating ;P) ? lol better than having to make these stupid patch files.

lol Godwin, i would like to see some MONSTER Slide Codes (like 200 or 300 codes condensed) converted hahaha.

Godwin
September 5th, 2007, 06:52
I actually was going to do the all item code for DQ8, then realized how many big it was and changed my mind on that. But actually, if you have code that is too long, it can crash the emulator as well. But I just do it to screw around, I want really want to try and see if I can make a code list for Super Robot Wars Alpha 3 to replace X mecha with Y mecha or unlock all the secret mecha easily, because that is where all the fun comes in. I just do the cheats for a cheap thrill; if I want to seriously play a game, then that is what my PS2 is for. :p

Hiei-YYH
September 6th, 2007, 21:01
But I just do it to screw around, I want really want to try and see if I can make a code list for Super Robot Wars Alpha 3 to replace X mecha with Y mecha or unlock all the secret mecha easily, because that is where all the fun comes in. I just do the cheats for a cheap thrill; if I want to seriously play a game, then that is what my PS2 is for. :p

you doesn't have a CB? i suggest you buying one :D better cheating in the real ps2. emulators are usually good for hacking the codes not using them XD

Godwin
September 7th, 2007, 00:44
I do actually. Don't really bother with cheating on my PS2, unless the game needs a tweaking because the programmers half assed something. Suikoden 3 comes to mind in that sense with their broken and unbalanced skill system. But SRW:A3 is one of the games that doesn't have problems with codes.

makotech222
February 28th, 2008, 03:33
bump this needs to be stickied.

stepunk
February 28th, 2008, 06:57
hy guys..
can you help me with the patch on my FINAL FANTASY X?

i still dont get it..
i've try more and more.. but still dont get it, where i can get the CRC for the game generated by PCSX2 to ID the games ELF file?
anyway i'm playing Final Fantasy X


all i need is just:

Must be on:
76073040 00000000
F4173920 BFE459E6

Infinite Gil:
1A613D30 0000FFFF
2A93137D 05F5E0FF

No Random Battle:
0A443B43 00000000

and my Disc Checker is:
B2 B6 54 09 99 62 99 5B BE 18 0C B1 42 6D 5E 58 56 BC FC DC
SLPS_250.26 00466F18 01C1638F 5FB11B00 01C1638F 5FB11B00

Really need help.. couse i still dont get it how to enable cheat for PCSX2..

thanks..

makotech222
February 28th, 2008, 23:09
ive been trying to get ff12 codes to work, any of them for that matter, and none seem to work. i cant really figure why.. This si what i have so far, ibve been trying different codes but none work.
gametitle=Final Fantasy XII
comment= Steve
//Master Code
patch=1,EE,FE129B51,word,800813BF
patch=1,EE,000FFFFE,word,00000252
patch=1,EE,000FFFFF,word,00000252
patch=1,EE,9045C190,word,0c117a69
patch=1,EE,21780C20,word,03e00008
patch=1,EE,21780C24,word,24020001
//Money
patch=1,EE,8ACAC439,word,2C681F04
//money2
patch=1,EE,3287AA76,word,49CDB54D
//hp
patch=1,EE,7B43047A,word,19AD1C6B
//hp
patch=1,EE,2054A12C,word,0000270F



i get errors when i use just master code alone, so i fgure thats its, but i dont know how to fix it.

pigfaced
February 28th, 2008, 23:37
Your codes aren't working because they need to be converted to RAW format for the emulator to recognise the memory addresses. If the codes you're using are Codebreaker 7+ then use CB2Crypt to convert them, for anything else use Maxconvert.

makotech222
February 28th, 2008, 23:45
i did use cbcrypt on them. from cmgsccc.com

pigfaced
February 28th, 2008, 23:55
Those codes don't look to be RAW format to me. Did you check the box that says "Use common V7 encryption"?

makotech222
February 28th, 2008, 23:59
ive tried that. on both the master codes and the money codes.

pigfaced
February 29th, 2008, 00:14
You obviously didn't try it with the Use common V7 encryption because if you had your codes for infinite Gil and max Gil would have read:
10547F08 0000FFFF
20547F08 05F5E0FF
Do I have to state the completely obvious and point out that it should be turned on for any page of codes that has "Codes compatible for Code Breaker PS2 version 7.0 or higher!" below "Cheat device used"?

makotech222
February 29th, 2008, 00:17
ha yep just figured it out. got rid of the enable code too. thanks for the help pigfaced.

pigfaced
February 29th, 2008, 00:25
Anytime :) Btw, the emulator doesn't need any enable or always on codes for any game or cheat device, the patches modify PC memory addresses.

kevsta2004
March 3rd, 2008, 04:32
Me too woot :)

gametitle=Resident Evil 4 [SLES_537.02] (E) [6BA2F6B9]
//Infinite Health Leon
patch=1,EE,0042DCF6,word,00000960
//Max Health Leon
patch=1,EE,0042DCF8,word,00000960
//Play as Albert Wesker in Main Game
patch=1,EE,0042DD0A,word,00000005

My question now is can you use button press codes and multiple line codes like:
D0451682 0000FFFE
0042dcd8 00000332
also does it support 3???????? ???????? & 4???????? ???????? code types as well?
Before I forget how do I use codes found with the patch finder... ?

I found the code address 01087b72 and I want to write the value 10 to it how would I enter this as a patch?

makotech222
March 3rd, 2008, 04:37
button codes dont work as far as i know. just take off the top line to have the code on all the time, it worked for me on ff12

Game_Master001
March 18th, 2008, 16:46
I've got some questions: Does the name for the gametitle matter? For example, the game is "Yu-Gi-Oh! The Beginning of Destiny" and as gametitle I take "ygo", does the patch still work, provided I input the SLUS correctly? Because I don't know what name the game exactly wants.
About SLUS numbers, with the game inserted I see it has a SLUS_216.83 file. Does this mean that I have to input it like this: gametitle=ygo [SLUS_216.83] ?
In the example, the region character ((U) in this case) and the line [121AFAF5] are added. Are those neccesary? And if so, how do I find what I have to input in place of [121AFAF5]?
And lastly, what do I have to name the pnach file after this?

bositman
March 18th, 2008, 16:48
You can put whatever you want in the game title field,it only affects what the console will display when the patch is used.The elf file (SLUS_261.83 in your case) is not needed in any way for making the patch.
The CRC,in your case 121AFAF5 has to be the pnach filename for the emulator to find it,so in the end you'll have to have a file named 121AFAF5.pnach.

Game_Master001
March 18th, 2008, 17:09
Thanks for the quick reply. I've got the patch to work.

Well, it works, but the cheat itself doesn't work. I'm using the "Player 2 No Cards" cheat, but I don't see any result out of that.

Here's the complete Pnach file, however, I use it differently (read below why):

gametitle=Tag Force Evolution
comment=Instant Win
//Master Code
patch=1,EE,000FFFFE,word,000002D3
patch=1,EE,000FFFFF,word,000002D3
//Must Be On For Instant Win
patch=1,EE,200A0100,word,12800011
patch=1,EE,200A0138,word,1000000F
patch=1,EE,200A0178,word,03E00008
patch=1,EE,D169B786,word,000027BD
patch=1,EE,2169B780,word,08028040
//Instant Win
patch=1,EE,200A0108,word,AE000000

With this, the emulator crashes. The "Must Be On....." cheat must be turned off to get normal behavior, but then the code doesn't work. Disabling the Master Code is no help, without it the cheat still doesn't work, and without it the "Must Be On....." cheat still crashes the emulator. According to the checker program, I use the right version, and I decrtyped it with the V7 option. What am I doing wrong?

EDIT: Never mind, I found the problem. While looking back at the "Must Be On..." code, I found it odd how one started with a D. So I removed that line, and the code works.

Dennemark
March 18th, 2008, 17:22
hmm... Im wondering why i register at the codebreaker site but cant login... any idea ?

Mkilbride2588
March 18th, 2008, 17:33
THis is not the CodeBreaker forums, it's probably because they are having a database error or something.

Don Jean
April 20th, 2008, 14:27
Hi there!

I just read about the .pnach files and so on.

So I also tried it out,with the help of a video @ youtube.com,but it don't work...

So,I'm playin FFX at the moment and I opened the pnach-File.

After editing the file,it looks like this:

gametitle= Final Fantasy X [SLUS 20312] (U)
comment=
cheat=1,EE,1A193D76,word,000000C8
//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080

If I want to start the emulator,it crahes and there isn't any error mentioned at the console...

Can someone help me to cheat?^^
I just want to have dodged 200 lightnings at the Thunder Plains...:D

Crevox
June 14th, 2008, 07:20
Well, as said before, this thread will bump up and down... forgive me if there's a newer thread or something, but I did look at least.

I'm having trouble with codebreaker codes in Kingdom Hearts 2: Final Mix. Here's what my file looks like:


gametitle=Kingdom Hearts II Final Mix [SLPM 66675] (J)
comment=Test
// no depth resolves
zerogs=00008000
fastmemory

//MP TEST
patch=1,EE,2DDCD50E,word,7752A3BE


The emulator crashes upon running the game, and I'm sure this is the right code for the right game.

Original code: 9C8D9D30 1456E7A5
Decrypted: 96EA9005 120D2C7D
V7: 2DDCD50E 7752A3BE

I tried all of those, and they all errored. I've tried other cheats as well, and those didn't work either. The game has a master code, but I know that PCSX2 doesn't need to use it (I've tried anyway).

Oh, also, I tried the original Kingdom Hearts with this:

gametitle= Kingdom Hearts [SLUS 20370] (U)
comment=
//ZeroGS Patch - GAME_QUICKRESOLVE1
zerogs=00000400
fastmemory

patch=1,EE,BBBCB081,word,EC1CB370

This errors as well. I tried all three of the ones below.

Original: 204865E0 00114288
Decrypt: 2A671B83 00114288
V7: BBBCB081 EC1CB370

Any help?

Crevox
June 30th, 2008, 20:07
Anyone...

Godwin
June 30th, 2008, 20:55
They're not in raw format.

Crevox
June 30th, 2008, 21:15
They're not in raw format.

The whole point is to convert Code Breaker into RAW format (isn't it?)... but... using that application that was posted, it gives me those codes as return (the decrypted ones). I followed the instructions and inputted the codes and it returned those, so what am I doing wrong? Is the application not giving me RAW or is there something I'm just not doing?

Godwin
June 30th, 2008, 21:23
Original: 204865E0 00114288

That is RAW format.

Crevox
June 30th, 2008, 21:24
That is RAW format.

I tried that though, and it gives me the same error. I tried all three versions of that code. Same goes for the other one.

This errors as well. I tried all three of the ones below.

Original: 204865E0 00114288
Decrypt: 2A671B83 00114288
V7: BBBCB081 EC1CB370

toomanysecrets
July 16th, 2008, 22:31
I'm trying to make a cheat for dbt3
but everytime I enable patches the console log infinite times cputlbmiss and nothing more

I don't understand what I'm doing wrong
I'm using CB2crypt v1.4, i have checked use common v7 encryption.
I omittted the master code as was said in the previous posts (event with the master code included it gives the same error)

this is my pnach file

gametitle=Dragonball Z-Budokai-Tenkaichi 3 [SLUS 21678] [428113C2]
//Master Code
//patch=1,EE,FE129B51,word,800813BF
//patch=1,EE,000FFFFE,word,000002BE
//patch=1,EE,000FFFFF,word,000002BE
//patch=1,EE,90296038,word,0C0AA687
//patch=1,EE,200C0278,word,08082D35
//patch=1,EE,200C027C,word,8C420000
//patch=1,EE,2020B4CC,word,08030088
//Buying Items Increases Zeni
patch=1,EE,D039E080,word,00001021
patch=1,EE,2039E088,word,00A32821
//Infinite Health P1
patch=1,EE,200C0220,word,8C410004
patch=1,EE,200C0224,word,8C410004
patch=1,EE,200C0228,word,8C410004
//Infinite Ki P1
patch=1,EE,200C022C,word,8C410010
patch=1,EE,200C0230,word,52400001
patch=1,EE,200C0234,word,AC41000C

Malone2006
August 2nd, 2008, 09:14
so i'm not very good at this at all, and was wondering if someone who IS good at this could make me a .pnach file for dragon quest VIII : journey of the cursed king, containing the all items and all equipment cheats. thanks in advance!

makotech222
August 2nd, 2008, 10:04
the problem with the patch system is that not all codes actually work. like, for the kh2 guy, its just one of those codes that doesnt work no matter what. until we get full cb support you just cant use that one. Joker command codes never work, btw.

hlucablight
August 9th, 2008, 06:15
um, I'm trying to make a patch for Tales of Abyss from the code breaker website. However, pcsx2 cannot load the code. Here is the error message:

loadElfFile: cdrom0:\SLUS_213.86;1; CRC = 14FE77F7
XML Loader returned an error. Trying to load a pnach...
gametitle: Tales of Abyss [SLUS 213.86] [14fe77f7]
comment: hlucablight
patchnumber: 2
éáéτé╖é╢ì┼æσÉö 114
MFC0 Breakpoint debug Registers code = 0
MFC0 PCCR = 0 PCR0 = 0 PCR1 = 0 IMM= 0
MTC0 PCCR = 0 PCR0 = 0 PCR1 = 0 IMM= 0
MTC0 Breakpoint debug Registers code = 0
MTC0 Breakpoint debug Registers code = 0
MTC0 PCCR = 0 PCR0 = 0 PCR1 = 0 IMM= 0

This is what I got from the disk version check. I checked with the "Advanced PS2 Identification System" on Codebreaker website, and I got the correct number for the game.The CRC is 14FE77F7

B9 3A 43 14 A8 93 8D 1A FB CE 34 3A D8 93 1B A4 B2 2B 91 43
SLUS_213.86 004D7B50 01C6CFFF 857FE780 01C6CFFF 857FE780

I used the CB2crypt v1.3 and do not use the common v7 encryption. Here is the original master code:

B4336FA9 4DFEFB79
D13E7F0C AE315272
2EA310B1 9878366B
F105FD4B 5E36878F
---->
BEEFC0DE 00000000
000FFFFE 00000258
000FFFFF 00000258
9010FA60 00832021

Here is the cheat code I used:

C1D0ED74 588DC6F4 --> CB3955D7 4D384CA5

When I tried to enable the common v7 encryption, I got a different result, still the code will not work. Here is my sample patch:

gametitle=Tales of Abyss [SLUS 213.86] [14fe77f7]
comment=hlucablight
//Master Code
patch=1,EE,FE129B51,word,800813BF
patch=1,EE,000FFFFE,word,00000258
patch=1,EE,000FFFFF,word,00000258
//Ultimatus
patch=1,EE,006D2D1D,word,00000063

I tried several codes for this game from Codebreaker, but none works. Did I do something wrong here ??? :eyemove::eyemove:

makotech222
August 9th, 2008, 06:33
you dont need a master code as far as i know. all my games work without it

Godwin
August 9th, 2008, 06:43
You'll only need the checksum bypass part of a mastercode, if the save fails to load from memcard. Otherwise, since you tried at it and I had All Weapons (well except 3 oddly enough) might as well post it.

makotech222
August 9th, 2008, 07:48
just curious, would noth having the shecksum bypass code along with the others, crash the game at start? because a lot of codes do that, while some dont. i wonder if thats the problem.

Godwin
August 9th, 2008, 08:09
Do you even know what the hell you're talking about? A checksum is a redundancy check, like crc. PCSX2 doesn't like certain types of code, it has an incomplete cheat engine.

hlucablight
August 9th, 2008, 13:00
You'll only need the checksum bypass part of a mastercode, if the save fails to load from memcard. Otherwise, since you tried at it and I had All Weapons (well except 3 oddly enough) might as well post it.

:lol::lol:Thanks for your help. In reality, I dont know anything about making patch or cheat code for PCSX2. I just look up the Guide and try to do it :drool::drool:

Just a noobs try to cheat :dead:

error4o4
August 11th, 2008, 19:37
Alright, no matter what I do I cannot get FF-X US NTSC to work at all with this code i want.


gametitle= Final Fantasy X [SLUS 20312] (U)
comment=Cheater!
//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080
//Infinite_Items
patch=1,EE,101BECEA,word,0000A266
patch=1,EE,201BECA4,word,24020064


I converted it via CB2crypt v1.21 right form cmgsccc.

It crashes the emu every time.

Anyone have luck with FFX US?

AngeBleu
August 22nd, 2008, 12:37
-I Put the code for to have Asch (it's OK) I have to convert MAX RAW to RAW
-I want to put the code :Unlocking Asch's Equipment but I am not arrived, the emulator crached

Tales Series :: View topic - Asch Guide (http://tales.namco.com/forums/viewtopic.php?t=52643&postdays=0&postorder=asc&start=0)

Can you Help me please, thanks in advance

redlofredlof
August 24th, 2008, 23:57
Its not working at all tried making patches for games like naruto ultimate ninja2 and tekken5

sabin1981
September 29th, 2008, 02:14
Hey guys! Sorry to resurrect a dying thread .. but I figured it would be better to use this one than to create another and possibly irk people. Anyway, I want to add two cheats for my PAL copy of FFX - just Blitzball ones as it had so much potential, yet turned out to be a broken mess and I can't stand it. These are the AR-Max codes I've got and I'm trying to convert to RAW for use in the .pnach file;


#
Blitzball Codes
JGVZ-XJ7Z-PHUA9

#
Always Win Blitzball
PQQP-W2DR-199VV
1Q1D-UHBJ-24MFG
ZGKA-VQ3A-K4FP9
5PTJ-5770-CYFYV


I used MaxConvert 0.71, added the first code and chose AR-Max in the first column and RAW in the second, but I get an error message.

"INPUT ERROR: cannot convert directory codes, code #1"

So I move onto the "Always win Blitzball" codes, copy all four lines and click CONVERT .. and I only get THREE lines on the RAW side, which are these;


0031AB0E 00000063
0031AB71 00000063
0031AB0F 00000000


If I try and convert line-by-line, I get the same "directory" error. It only works if I add all four lines and convert at once .. but, as shown, I only get three RAW codes in return.

Here is my .pnach file right now, can someone please please please check the AR-Max codes and see if my conversion is right ... and if it isn't, please convert them into RAW for me? Pretty please?


gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]

comment=Patch By CKemu
//

//Emulation Fixes

//Skip Videos [No longer required: 0.9.2-0715-i]

//patch=0,EE,0015d1c0,word,100000b2

//Kill INIT SOUND [No longer required: 0.9.2-0715-i]

//patch=0,EE,00126074,word,00000000

//Kill INIT VOICE [No longer required: 0.9.2-0715-i]

//patch=0,EE,00126088,word,00000000


//Misc Patches

//Use (U) gamesaves [SLUS 20312]

//patch=0,EE,00241434,word,24a56e60

//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080
//Cheats
////Blitzball Codes
//Always Win Blitzball
patch=1,EE,0031AB0E,word,00000063
patch=1,EE,0031AB71,word,00000063
patch=1,EE,0031AB0F,word,00000000



[hr]

=Edit=

Nevermind, it seems it DOES work anyway ... as when you score a goal, you get 99 of them, lol. I don't have any qualms about cheating at Blitzball because the game is goddamn awful. It had so much potential, but was ruined by the rubbish statistics, nonsense AI and ridiculously impossible odds stacked against you.

Screw you Blitzball. I'll take my 99 goals, thanks.

Raidom
October 7th, 2008, 02:58
Is this working on PCSX2 0.9.5
If it is could you tell me what am i doing wrong?The codes I'm using are already RAW so i didn't have to convert them.

Here is my Code :

gametitle=Yu-Gi-Oh Gx the Beginning of Destiny [SLUS 21683] (U)
comment=Patch by Guyver81(not the real1 prolly,but i just randomly wrote this 1,and i don't have this part in my comment)
//Master Code
patch=1,EE,90112118,word,0C0447E
//Max/Inf DP
patch=1,EE,2035CAAC,word,3B9AC9F

Every time i save this and try to run the game it crashes me(pcsx2svn377.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)

colt45joe
October 7th, 2008, 03:30
Is this working on PCSX2 0.9.5


Every time i save this and try to run the game it crashes me(pcsx2svn377.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)


same thing happens to me. im trying to use cheats for FFXII

pcsx2 just crashes.

in the console it says

XML Loader returned an error. trying to load a pnach...
gametitle= Final Fantasy 12 blah blah etc etc
patchnumber:1

redlofredlof
October 7th, 2008, 03:52
Is this working on PCSX2 0.9.5
If it is could you tell me what am i doing wrong?The codes I'm using are already RAW so i didn't have to convert them.

Here is my Code :

gametitle=Yu-Gi-Oh Gx the Beginning of Destiny [SLUS 21683] (U)
comment=Patch by Guyver81(not the real1 prolly,but i just randomly wrote this 1,and i don't have this part in my comment)
//Master Code
patch=1,EE,90112118,word,0C0447E
//Max/Inf DP
patch=1,EE,2035CAAC,word,3B9AC9F

Every time i save this and try to run the game it crashes me(pcsx2svn377.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)

same thing happens to me. im trying to use cheats for FFXII

pcsx2 just crashes.

in the console it says

XML Loader returned an error. trying to load a pnach...
gametitle= Final Fantasy 12 blah blah etc etc
patchnumber:1

You have to first convert these codes using CBcrypt http://www.ckemu.com/public/CB2crypt-v1_11.rar
If your CodeBreaker Disc Version from the website does not match your owned disc version then it will not work and will give you error.

Also some cheats do not work properly so you should try them one by one.

Raidom
October 7th, 2008, 16:54
Yeah I've converted them using CBcrypt,but I'm not sure about the version though,they didn't post it :/

redlofredlof
October 7th, 2008, 17:26
Whose version are you talking about Cbcrypt or the game?

Raidom
October 8th, 2008, 07:24
The game's ver...,they didn't post it on that forum where i found the codes (gamefaq,can post the link if you want),so i can't check if it fits mine or not.

redlofredlof
October 8th, 2008, 07:28
Read the first post of this thread. There is enough information available on it.

isamu
October 12th, 2008, 08:45
Are there any plans for full blown code breaker support, without the need for a coverter, etc? Where we can just put in the CB code as it is and it will work?

redlofredlof
October 12th, 2008, 08:57
AFAIK there are none. sometimes it so happens that all the codes may not work for a particular game and hence lead to an emulator crash.
also codes are released for region specific games for eg. there maybe codes available for US version AKA NTSC but not for PAL version of the same game.
codes for NTSC games don't work for PAL and vice versa.

ferzan
November 14th, 2008, 01:26
whenever i try to open my iso with daemon tools, it says invalid user buffer. What do i do

redlofredlof
November 14th, 2008, 01:57
whenever i try to open my iso with daemon tools, it says invalid user buffer. What do i do

First of all wrong thread.
You have to select the Linuzappz ISO plugin in pcsx2 config and select the ISO in the plugin config.
You don't need to load the ISO with Daemon.

ferzan
November 14th, 2008, 02:44
ok thnx. it worked

ferzan
November 15th, 2008, 13:15
help, guys i did everything u said. The identification system is right and i named my file the crc.pnach but it isnt workin. im playing kingdom hearts and i want to use the infinite health cheat and i followed it. Although, when i play pcsx2, it isnt mounted with daemon tools. do i have to keep it mounted for it to work because when i tryed playing with it was mounted it said error cdvd plugin and i save it to the patches folder right as crc.pnach please help

redlofredlof
November 15th, 2008, 13:26
you do not have to keep it mounted. use Linuzappz ISO plugin. Read the tutorial on the first page carefully and then try.
post your converted codes

ferzan
November 15th, 2008, 13:36
ok here it is.

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6315]
comment=Patch by Nach Brenner
//Infinite HP
patch=1,EE,003F1C95,word,000000FF

please and thnx for ur help. oh and my master code starts with an f and 9 so i dont have to even put it in right

redlofredlof
November 15th, 2008, 13:44
can you post the raw code too.
also there is a small check box at the middle bottom of CBcrypt which has to be checked in order to get the codes right.

ferzan
November 15th, 2008, 13:49
o ok and what is the box called. is it use common v7 encription because i wasnt checked so should i check it

original code- 0AB64929 000000FF

redlofredlof
November 15th, 2008, 13:53
yes that's it. I could not remember the name, otherwise I would have said it.
Also if a raw code is more than one line then you will have to put the complete code in CBcrypt and then convert it.

ferzan
November 15th, 2008, 13:55
i even checked the box but it still doesnt work. also i clicked decrypt not encrypt

my new code

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6315]
comment=Patch by Nach Brenner
//Infinite HP
patch=1,EE,0E66AFF8,word,E555484C

redlofredlof
November 15th, 2008, 13:58
this code is not correct.
I think the previous one was correct.
Does pcsx2 recognize your code. Did you put the pnach in the pnach directory and name it as 0F6b6315.pnach
try some other code and see if it works. All the codes don't work.

ferzan
November 15th, 2008, 14:03
which previous one are u talking about and how do u know its not correct, i mean im using v7 encription. i named it as that but where is the pnach directory. i just put it flat out in the patches folder. ill try another code after u tell me this

redlofredlof
November 15th, 2008, 14:18
1. copy the raw codes into cbcrypt
2. have the common v7 encription checked
3. convert
4. copy them into patch file
5. place file in Patches folder
Also do not add the master code, pcsx2 does not require that.

here is a code I made for tekken5
your code should look similar to this one
gametitle=Tekken5 [SLUS 21059] (U) [652050d2]
comment=Code Master
//all char
patch=1,EE,203E4568,word,FFFFFFFF
//extra costume asuka
patch=1,EE,203E4DB8,word,00000001
//devil jin
patch=1,EE,201553C0,word,00000001
//anna costume extra
patch=1,EE,203E4D40,word,00000001
//Ling Xiaoyu extra costume
patch=1,EE,203E4B10,word,00000001
//Christie Monteiro extra costume
patch=1,EE,203E4B38,word,00000001
//Julia Chang extra costume
patch=1,EE,003E4B84,word,000000FF
//infinite fite money
patch=1,EE,203E4638,word,05F5E0FF

ferzan
November 15th, 2008, 14:27
what does copy them into a patch file mean. also i just tried a different code and it still doesnt work. i dont get what im doing wrong. do i make a new notepad or edit an other one.

redlofredlof
November 15th, 2008, 14:50
make a new notepad file and when you are done go to file>save as>0F6b6315.pnach

ferzan
November 15th, 2008, 15:10
man this sux. nothin works. i dont get it. i did everything u said and it still wont detect it. if it helps. the dos prompt window says patch not found cant apply patches crc=0f6b6315. is there anything else i can do or maybe look at/fix to make it work.

yo im gonna make this a thread so that more people could answer it. its ok right

ryllian
November 15th, 2008, 21:33
Did you save it as .pnach? not .pnach.txt? If the crc checksum doesn't match it means you got codes for the wrong version of the game.

And no, don't make a new thread, this thread is here for a reason.

ferzan
November 15th, 2008, 21:36
first off. ryllian. i love u. ur the first person to respond. please dont leave. ok. i already checked my crc is the same.and im pretty sure its .pnach. i mean how would u kno. i move my mouse over and it says .pnach only

ryllian
November 15th, 2008, 22:31
Do you have "view known file extensions" enabled in folder options? You need it to be enabled to change the format of files via renaming.

Just take a look at a setup file or something, and if it just says "setup" then you have it off, whereas if it says "setup.exe" or "setup.msi" (or some other variant) then it's on.

ferzan
November 15th, 2008, 22:33
whats a setup file and where do i find it and file extensions was already enabled. now what do i rename i to. also when i check out the dos prompt window it says,patches not found cant apply patches in the title bar and "xml load returned error/ trying to load pnach. patch file for this game not found

ryllian
November 15th, 2008, 23:19
No, I only mentioned the setup file as an example of what a filename should look like.

If you changed the extension to pnach correctly, windows should have given you a warning along the lines of "are you sure? the file may be unusable".

Also, are you sure you wrote the pnach file in the right format? It seems you probably named the file wrong if it can't find it. Also xml error suggests you used the wrong layout; The very start of your pnach file in a text editor should be according to the following format -

gametitle=<game title> [<SLUS number>] (<region>)
comment=Patch by <Author of Codes>
<Followed by the converted codes.>

Replacing the <> parts with whatever suits your game of course.

Besides this, are you absolutely certain you have the correct CRC as the filename of the file?

ferzan
November 15th, 2008, 23:33
well i got that message when i tryed naming it pnach.txt but no, i never got that message by itself. pnach. heres me setup, wats wrong. oh im pretty sure my crc is right. can u tell me a way to find out.

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6315]
comment=Code Master
//Max HP
Patch=1,EE,898D7FDB,word,1FAFF48B

oh AND CAN U RESPOND FASTER CAUSE IVE BEEN countin and u respond every 40 minutes. im sorry. i should be glad ur helpin me

ryllian
November 15th, 2008, 23:56
Here, I'm too lazy to explain the process over and over, so just download this, extract it and then remove any cheats you don't want, and put it in you patch folder.

Also make sure you actually have patches enabled in pcsx2 options in the first place.

ferzan
November 16th, 2008, 00:05
it still doesnt work and i am still gettin the same errors and patches are enables in misc

ryllian
November 16th, 2008, 00:50
Then either you gave me the wrong SLUS, or you have a pirated KH rom with a incorrect CRC. That pnach file works fine with my copy of KH which is identical to yours (same CRC and SLUS20370 U), so either it's one of the above reasons or you didn't put the pnach in the right place.

ferzan
November 16th, 2008, 00:55
um i just checked my pnach from dos prompt window and it is 0f6b6313. i thought every same country iso was the same pnach and the slus is the first 5 number in the ps2vers software right. theres a decimal and i didnt include that.was i supposed too

slus-SLUS_203.70 0039A044 01C24273 5B495500 01C24273 5B495500

ryllian
November 16th, 2008, 01:16
The version I gave you was 203.70, I was simply too lazy to type the decimal and underscore since I'm typing from my ipod.

If your CRC is 0f6b6313 and not 0F6b6315, then just change the CRC in the pnach and see if it works, if not, then you most probably have a bad/pirated iso and there's nothing anyone can help with.

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6313]
comment=Cheat Patch by cyclonmaster
//Master Code ---------------------------
patch=1,EE,00100008,word,0026322B
//Press Start For Save Menu
//patch=1,EE,204865E0,word,00114288
//Max Munny -----------------------------
//patch=1,EE,204080AC,word,0001869F
//Have All 101 Dalmatians ---------------
//patch=1,EE,003F3393,word,000000FF
//patch=1,EE,203F3394,word,FFFFFFFF
//patch=1,EE,203F3398,word,FFFFFFFF
//patch=1,EE,203F339C,word,FFFFFFFF
//Have All Trinity's -------------
//patch=1,EE,003F38AB,word,000000FF
//Infinite Time(In Collisseum) ----------
//patch=1,EE,102B6230,word,0000F600
//[Sora Codes] --------------------------
//Infinite HP
//patch=1,EE,003F1C95,word,000000FF
//Max HP
patch=1,EE,003F1C96,word,000000FF
//Infinite MP
//patch=1,EE,003F1C97,word,000000FF
//Quick EXP Gain
//patch=1,EE,103F1CD0,word,0000FFFF
//[Max Item Codes] ----------------------
//Mega-Potion
patch=1,EE,003F212F,word,00000063

ferzan
November 16th, 2008, 01:21
sorry it was 5. typo. ahhhh . IS THERE ANY OTHER WAY I CAN USE ACTION REPLAY, CODEBREAKER, OR GAMESHARK CODES ON PCSX2. ahhhhhh. man. this isnt workin out the way i planned. please just someone respond and can someone tell me where i can see the amount of people viewing for this thread

22point8
November 17th, 2008, 16:35
I'm stuck, I either get a crash, or the console says xml error loading patch, does this seem ok?
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=Patch By CKemu
//
//Emulation Fixes
//Skip Videos [No longer required: 0.9.2-0715-i]
//patch=0,EE,0015d1c0,word,100000b2
//Kill INIT SOUND [No longer required: 0.9.2-0715-i]
//patch=0,EE,00126074,word,00000000
//Kill INIT VOICE [No longer required: 0.9.2-0715-i]
//patch=0,EE,00126088,word,00000000
//
//Misc Patches
//Use (U) gamesaves [SLUS 20312]
//patch=0,EE,00241434,word,24a56e60
//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080
//All Key Items
//patch=1,EE,2031D95C,word,FFFFFFFF
//patch=1,EE,2031D960,word,000FFFFB
//patch=1,EE,1031983C,word,00000101

//All Items
//patch=1,EE,200FFF30,word,96F30000
//patch=1,EE,200FFF38,word,26730001
//patch=1,EE,200FFF3C,word,A6F30002
//patch=1,EE,200FFF40,word,8FA20000
//patch=1,EE,200FFF48,word,080932B5
//patch=1,EE,2024CACC,word,0803FFCC
//patch=1,EE,2024C9D4,word,24110063
//patch=1,EE,2024C9E0,word,A2D10000
//patch=1,EE,2031D39C,word,20012000

//Character Codes
//
//Tidus
//HP
//patch=1,EE,1031EAC0,word,0000270F
//MP
//patch=1,EE,1031EAC4,word,000003E7
//Max Stats
//patch=1,EE,FEAD14C3,word,BCA99B82
//patch=1,EE,DEAD14C2,word,BBA89A82
//patch=1,EE,CEAD14CE,word,BCA99A82
//patch=1,EE,FEAD14C8,word,BCA99B82
//
//All Skills, Specials, Black Magic, White Magic
//patch=1,EE,1031EADA,word,0000FFFF
//patch=1,EE,2031EADC,word,FFFFFFFF
//patch=1,EE,2031EAE0,word,FFFFFFFF
//patch=1,EE,1031EAE4,word,0000FFFF

ryllian
November 17th, 2008, 20:52
Lol no, because you've commented out every single patch line.

When there's a "//" infront of a line, pcsx2 won't run it. So basically, just remove the "//" from any cheats you want, and it'll work fine.

Example~

//All Items
patch=1,EE,200FFF30,word,96F30000
patch=1,EE,200FFF38,word,26730001
patch=1,EE,200FFF3C,word,A6F30002
patch=1,EE,200FFF40,word,8FA20000
patch=1,EE,200FFF48,word,080932B5
patch=1,EE,2024CACC,word,0803FFCC
patch=1,EE,2024C9D4,word,24110063
patch=1,EE,2024C9E0,word,A2D10000
patch=1,EE,2031D39C,word,20012000
//Character Codes
//
//Tidus
//HP
patch=1,EE,1031EAC0,word,0000270F
//MP
patch=1,EE,1031EAC4,word,000003E7
//Max Stats
patch=1,EE,FEAD14C3,word,BCA99B82
patch=1,EE,DEAD14C2,word,BBA89A82
patch=1,EE,CEAD14CE,word,BCA99A82
patch=1,EE,FEAD14C8,word,BCA99B82

22point8
November 17th, 2008, 20:57
I'd wondered if that had something to do with it! Thanks, I looked through the user made patch section and found 2 PAL patches there, one worked and one didn't.

KingRiku
November 28th, 2008, 22:46
everytime i try to turn Kingdom Heart II:Final Mix it turns black. Here is my pnach folder.
gametitle=Kingdom Hearts II Final Mix [SLPM 66675] (J) // no depth resolves zerogs=00008000 fastmemory
comment=created by those at kh-vids.net
patch=1,EE,2032F0B0,word,62626262
patch=1,EE,1032F0B4,word,00006262
patch=1,EE,0032F0B6,word,00000062
patch=1,EE,0032F111,word,00000062
patch=1,EE,2032F194,word,62626262
patch=1,EE,1032F198,word,00006262


what did i do wrong?

ryllian
November 29th, 2008, 03:00
KH2 Final Mix has compatibility issues I think. Only the international KH2 release is working with pcsx2.

Wonderland
December 1st, 2008, 09:00
Is there any way to use a patch we create on the actual PS2 console?

I'm using Action Replay Max and there are a whole bunch of entries I would need to make manually since there is no pc software for it. I'm hoping there's a way to just input all the codes I would need on the pc, then somehow have that translate to the actual game on the console. Any ideas?

supervergil
December 17th, 2008, 14:39
I just need your help...how to make the file to be *.pnach file formatted???

cornydarko
December 17th, 2008, 19:17
well im not sure exactly but you can copy an existing pnach file, paste it somewhere else, then use it as a blank pnach file, del the contents, rename it as the specific file u want, u still got the original copied and pasted somewhere else

cornydarko
December 20th, 2008, 05:27
hmm i wonder, did i post my question in the wrong thread? sorry if thats the case, but anyway, i cant get these codes to work, they are "all weapons" codes for FF12, US version, some codes are working but some arent, i post just 1 example so that it would be easier:

CB2v7+
2054EF7C FFFFFFFF
40553FE4 000C0001
40014000 00020002
005548D8 00000018

master code are these:

CB2v7+

B4336FA9 4DFEFB79
68355FBF BB43E31E
38226D71 D4FCC702
4BC6D84B 60E973B6
01A4D83D CEDF2A48
2A58E758 62CD923C
0CF49BDF A4E29C32

or

CB2v7+ \Adv.\

B4336FA9 4DFEFB79
68355FBF BB43E31E
38226D71 D4FCC702
4BC6D84B 60E973B6
18179D5E D455CE6F
01A4D83D CEDF2A48
2A58E758 62CD923C
0CF49BDF A4E29C32

can anyone tell me whats wrong? thank you

Pontifice
December 24th, 2008, 23:27
Try something like

//Have all Technicks
patch=1,EE,2054EF7C,extended,FFFFFFFF
patch=1,EE,40553FE4,extended,000C0001
patch=1,EE,40014000,extended,00020002
patch=1,EE,005548D8,extended,00000018

the codes that start by anything other than 0,1,2 are special

For example 4 is a loop writing in memory

ohh and this code is for all Technicks, try this one for weapons

//Have all Items
patch=1,EE,4054E7A8,extended,000B0001
patch=1,EE,00630063,extended,00000000
patch=1,EE,1054E7FE,extended,00000063
patch=1,EE,4054E800,extended,00050001
patch=1,EE,00630063,extended,00000000
patch=1,EE,1054E822,extended,00000063
patch=1,EE,2054E824,extended,00630063
patch=1,EE,405539CC,extended,000B0001
patch=1,EE,00010000,extended,00020002
patch=1,EE,405539F8,extended,00050001
patch=1,EE,002C002B,extended,00020002
patch=1,EE,20553A0C,extended,003D0035
patch=1,EE,20553A10,extended,003F003E
patch=1,EE,005548B8,extended,00000024

cornydarko
January 5th, 2009, 06:53
oh wow sorry pontifice, for the late reply..
thanks a million for the codes.. din know it could be done that way.. i still don know how you did it, but thats ok hahah,

edit: oh wow, i din know 'extended' can help so much with the codes hahahah.. im playing ff10 now and it worked! cv7+ is a diff story of course but figured its part of the system so will wait, but thanks to you the rest of the codes are working mighty fine haha

oh one more thing i wanna say is, thanks godwin
his codes helped incredibly.. i was looking for 'all item' codes for ffx and they require cv7 which does not work, and then bam, found it, all individual item codes one by one.. nice :0)
couldnt figure out how to do it

Weak
January 15th, 2009, 06:01
Then either you gave me the wrong SLUS, or you have a pirated KH rom with a incorrect CRC. That pnach file works fine with my copy of KH which is identical to yours (same CRC and SLUS20370 U), so either it's one of the above reasons or you didn't put the pnach in the right place.

your SLUS or my SLPS serial is [SLPS_250.88;1] does this make difference? do i need to include ;1 also how do i know what to put on my pnach? i mean like this example "patch=1,EE,005548D8,extended,00000018" is it always " EE ",and what to put on " extended "? sometimes like i see on other post instead of " extended " it's "word/byte" can someone guide me? sorry first time messing around with pnach and putting GS/CB codes. can also someone reupload disk checker?

Weak
January 15th, 2009, 14:48
also if anyone has a free time,can i request for a Final Fantasy X pnach? with everything in it? if anyone has a free time.

redlofredlof
January 15th, 2009, 15:11
also if anyone has a free time,can i request for a Final Fantasy X pnach? with everything in it? if anyone has a free time.

I'm pretty sure that you will find tons of final fantasy patches in the patches thread. Just look it up.

Weak
January 16th, 2009, 00:20
i cant find pnach for my Final Fantasy X International [SLPS_250.88],i looked in user patches thread and didnt find anything,i only found was a patch for sound.

shadow_gamer1
January 17th, 2009, 02:58
can help to put the code on my game I Persona 3 Fes
and if I can explain better understand is that almost no
well
thanks in advance
greetings

redlofredlof
January 17th, 2009, 03:21
can help to put the code on my game I Persona 3 Fes
and if I can explain better understand is that almost no
well
thanks in advance
greetings

Follow this link CKEMU's guide to Convert Code Breaker Cheats to PNACH Files! (http://forums.ngemu.com/984674-post1.html)
or
Here is a simplified version of CKEMU's guide to convert codebreaker cheats to pnatch files.
step1: go this website>>codebreaker website (http://www.cmgsccc.com/)

step2: search for your game. At the bottom of the page will be:
Advanced PS2 Identification System:
E9 32 A9 0F 13 12 33 CB D7 3E E2 85 06 A9 1E 52 D3 D6 D3 15

step3: download CodeBreaker Disc Version (http://www.ckemu.com/public/ps2vers.zip) to check the Advanced PS2 Identification System.

step4: Use CodeBreaker Disc Version to scan your disc drive (the drive you've inserted the PS2 CD or DVD into, if you're using an ISO, mount it with Daemon Tools). It will then scan the ELF, if the two strings match, your in business, if they don't these cheats won't work for the game.

step4: On the cheats page, click View Codes.

step5: download cb crypt (http://www.ckemu.com/public/CB2crypt-v1_11.rar)

step6: create a new text document

Here is an example pnatch for Makai Kingdom by CKEMU

step7: Put in the Text file:

gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code

step8: Scroll down on the cheats page until you see the Enable Code entry:
9A404435 ED112A0C
2A7B314C 00000000

Past these two lines into CB Crypt (left hand side box), and click Decrypt, this will give you the following in the right handside box:
90118DB8 00832021
2013AF50 00000000

If the line starts with a 9 or an F do NOT include this in your master code.
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code
patch=1,EE,2013AF50,word,00000000

This process can be repeated to add cheats, simply paste in the cheat on the left hand side, and decrypt and enter into the pnach file in the same format, obviously the usual method of finding CRC (for file name) is applicable.

CKEMU recommends labelling each cheat with a //comment to keep yourself organised.

Here's a larger example of a cheat pnach CKEMU created:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code
patch=1,EE,2013AF50,word,00000000
//Infinite Money
patch=1,EE,002E7AD0,word,0000FFFF
//Max Money
patch=1,EE,202E7AD0,word,107A3FFF
patch=1,EE,202E7AD4,word,00005AF3
//Infinite Bonus Points (Character Creation)
patch=1,EE,202AAE18,word,0098967F
//Level 9,999 After 1 Kill
patch=1,EE,20189CA8,word,3C020001
patch=1,EE,20189CAC,word,0002103C
//Insanely Quick Exp Gain
patch=1,EE,20189CA8,word,3402270F
patch=1,EE,20189CAC,word,0002103C
//Ultra Quick Skill Exp Gain
patch=1,EE,2017F594,word,3406FFFF
//Insanely Quick Mana Gain
patch=1,EE,20189F20,word,3C0305F5[/QUOTE]

farhad_pcsx2
January 18th, 2009, 15:54
Hi can u instruction for bulid panch BY VIDEO ? Tanx

redlofredlof
January 18th, 2009, 16:03
Hi can u instruction for bulid panch ? Tanx

Umm what kind of pnatch do you want? for cheats?
If so then read my above post or the first post of this thread.

shadow_gamer1
January 18th, 2009, 16:30
I would like to be a good help because I do not understand some things
first as this number is
[121AFAF5]
Here are my results with the disc version checker
7C CD 29 39 4F 94 BE 02 92 6B EC 25 AB 1E 5F 4E CB E9 C5 9B
SLUS_216.21 008ACE9C 01C84E99 4551A300 01C84E99 4551A300
Also if you are not putting up (U)
(U)
I must put this text
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes
How to put it all on my game?
and for the final ..... I have to open a new file or encrypt it where codes
I hope I can help
and by the way my game is Persona 3 FES on English
thanks
greetings

redlofredlof
January 18th, 2009, 18:21
I would like to be a good help because I do not understand some things
first as this number is
Quote:
[121AFAF5]

this number is the CRC of the game. So just when you load the game in the emulator, in the DOS window(ps2 output) you fill find CRC=121afaf5. This is different for every game.
This will also be the name of the Pnatch file e.g., 121afaf5.pnatch

Here are my results with the disc version checker
Quote:
7C CD 29 39 4F 94 BE 02 92 6B EC 25 AB 1E 5F 4E CB E9 C5 9B

you have to match this number with the disc version provided at the website for your respective game.
If this does not match, the patch is useless.

Also if you are not putting up (U)
Quote:
(U)

U or E or J stands for region of the game as US, euro or Japan
SLES=E, SLUS=U, SLJS=J

I must put this text
Quote:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes


gametitle=name of your game [SLUS 21170] (U/E/J) [<CRC of your Game only>121AFAF5]

make a text file
enter everything required, as said in the tutorial.
save the file as a *.pnatch file <pnatch will be the extension of the file. this file will no longer be a text file as its extension will be [pnatch] and not [txt]>

shadow_gamer1
January 18th, 2009, 19:38
thank you and I understand better
but I have a doubt
In that website to check if my game is there to do
I have to say to try
you have to match this number with the disc version provided at the website for your respective game.
and no hope with others, and if I work
thanks
greetings

otbelite1
January 18th, 2009, 20:15
is there anyway to convert a codebreaker file (.cbs) into a PS3 virtual save format (.psv)? I have a save file thats both PSU and CBS and I was wondering if someone could convert it to a .PSV for my PS3?

shadow_gamer1
January 18th, 2009, 21:16
not work for me because it tested according to the tutorial
looks like it is so did the
There is something wrong
gametitle=Persona 3 FES [SLUS 216.21] (U) [94A82AAA]
comment= Patch by Skiller
//(M)
patch=1, EE, 43BD2C1A, word, 8E89BE9A
//Inf Max Money
patch=1, EE, 35854D49, word, 7F3CEC4E
//Academics Stats Max
patch=1, EE, A1FBD4EA, word, C5B75A05
thanks
greetings

redlofredlof
January 19th, 2009, 02:47
not work for me because it tested according to the tutorial
looks like it is so did the
There is something wrong

thanks
greetings

why are you using spaces between characters

gametitle=Persona 3 FES [SLUS 216.21] (U) [94A82AAA]
comment=_Patch by Skiller
//(M)
patch=1, EE,_43BD2C1A,_word,_8E89BE9A
//Inf Max Money
patch=1,_EE,_35854D49,_word,_7F3CEC4E
//Academics Stats Max
patch=1,_EE,_A1FBD4EA,_word,_C5B75A05

fixed
gametitle=Persona 3 FES [SLUS 21621] (U) [94A82AAA]
comment=Patch by Skiller
//(M)
patch=1,EE,43BD2C1A,word,8E89BE9A
//Inf Max Money
patch=1,EE,35854D49,word,7F3CEC4E
//Academics Stats Max
patch=1,EE,A1FBD4EA,word,C5B75A05

farhad_pcsx2
January 19th, 2009, 08:21
Umm what kind of pnatch do you want? for cheats?
If so then read my above post or the first post of this thread.

yes I WANT TAKE INSTRUCTION BY VIDEO FOR BUILD PANCH CHEATS FOR PCSX2 CAN U GUIDE BU VIDEO HERE ? TANX SORY MY BAD ENGLISH
TANK U:???::innocent:

stpdrgstr
January 19th, 2009, 18:29
Uhm, I just want to point something out.

Yesterday, I noticed that using 'extended' in place of 'word' or 'byte', overrides the need to convert the codes with codebreaker decoding. I don't know if you people knew it. I could use codebreaker codes directly without having to convert them in dot hack g.u volume 3.

shadow_gamer1
January 20th, 2009, 03:50
I did what you told me but still did not work for me,
not passing
also did not find my game on the page codebreaker,
if it does not happen.
if not possible, but would make me a favor and configure it for me if something went wrong

A page also looks at the draw
GameSpot Forums - Shin Megami Tensei: Persona 3 FES - Codebreaker (http://www.gamespot.com/ps2/rpg/persona3face/show_msgs.php?topic_id=m-1-42734545&pid=937269&page=0)
Action Replay Max codes - Shin Megami Tensei: Persona 3 FES Message Board for PlayStation 2 - GameFAQs (http://www.gamefaqs.com/boards/genmessage.php?board=937269&topic=42745532&page=7)

thanks
greetings

redlofredlof
January 20th, 2009, 04:09
yes I WANT TAKE INSTRUCTION BY VIDEO FOR BUILD PANCH CHEATS FOR PCSX2 CAN U GUIDE BU VIDEO HERE ? TANX SORY MY BAD ENGLISH
TANK U:???::innocent:

I'm sorry I can't make a video because I don't know how to make a video.

Uhm, I just want to point something out.

Yesterday, I noticed that using 'extended' in place of 'word' or 'byte', overrides the need to convert the codes with codebreaker decoding. I don't know if you people knew it. I could use codebreaker codes directly without having to convert them in dot hack g.u volume 3.

Hmmm.. I have not tried that yet, but have you tested it on only one game or others too.

I did what you told me but still did not work for me,
not passing
also did not find my game on the page codebreaker,
if it does not happen.
if not possible, but would make me a favor and configure it for me if something went wrong

A page also looks at the draw
GameSpot Forums - Shin Megami Tensei: Persona 3 FES - Codebreaker (http://www.gamespot.com/ps2/rpg/persona3face/show_msgs.php?topic_id=m-1-42734545&pid=937269&page=0)
Action Replay Max codes - Shin Megami Tensei: Persona 3 FES Message Board for PlayStation 2 - GameFAQs (http://www.gamefaqs.com/boards/genmessage.php?board=937269&topic=42745532&page=7)

thanks
greetings

codes for persona3 are not there on codebreaker website. Or maybe those are kept hidden only for the registered users. I don't know their deal. I guess you will have to play the game without cheats, fare and square.

farhad_pcsx2
January 20th, 2009, 06:22
dear friend i wnat u make video build how make panch files cheat files for pcsx2 replacement txt file

farhad_pcsx2
January 20th, 2009, 06:43
Convert Code Breaker Cheats to panach files video INSTRUCTION

DarkSamus
January 20th, 2009, 06:44
dear friend i wnat u make video build how make panch files cheat files for pcsx2 replacement txt file

What???

redlofredlof
January 20th, 2009, 06:44
I don't know how to make the video.

kira-tobirah
January 25th, 2009, 19:45
i have done all but, no one cheat goes right Xd

i want FFX german cheats these i want

ps2 cd checker:
E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100

and this is my patch but doesnt work x.x

gametitle=Final Fantasy X Deutsch [SCES 50492] (G)comment=patches by Nachbrenner


S Level 98 (All Characters)
//patch=1, EE,201BC1D0,word,0080102D
//patch=1, EE,201BD8C0,word,0806F066

Max Items
//patch=1, EE,201BEC38,word,0806EFFE

Tidus has all Overdrives
//patch=1, EE,2031B934,word,0001FFFF

is anything wrong o.o?

i hope u can help or make me an patch with this cheats XD

redlofredlof
January 25th, 2009, 20:01
i have done all but, no one cheat goes right Xd

i want FFX german cheats these i want

ps2 cd checker:
E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100

and this is my patch but doesnt work x.x

gametitle=Final Fantasy X Deutsch [SCES 50492] (G)comment=patches by Nachbrenner


S Level 98 (All Characters)
//patch=1, EE,201BC1D0,word,0080102D
//patch=1, EE,201BD8C0,word,0806F066

Max Items
//patch=1, EE,201BEC38,word,0806EFFE

Tidus has all Overdrives
//patch=1, EE,2031B934,word,0001FFFF

is anything wrong o.o?

i hope u can help or make me an patch with this cheats XD

you should not use (//) in the start.


gametitle=Final Fantasy X Deutsch [SCES 50492] (G)
comment=patches by Nachbrenner

//S Level 98 (All Characters)
patch=1,EE,201BC1D0,word,0080102D
patch=1,EE,201BD8C0,word,0806F066

//Max Items
patch=1,EE,201BEC38,word,0806EFFE

//Tidus has all Overdrives
patch=1,EE,2031B934,word,0001FFFF

kira-tobirah
January 25th, 2009, 20:04
cheasts doenst work again, must i take for cheats maybe an new game ?

redlofredlof
January 25th, 2009, 20:09
cheasts doenst work again, must i take for cheats maybe an new game ?

ps2 cd checker:
E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100

^Does this match with the one given at the website?

kira-tobirah
January 25th, 2009, 20:12
no i have the german cd (im german)

redlofredlof
January 25th, 2009, 20:21
ps2 cd checker:
E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100
If the advanced ps2 identification code does not match the one provided at the website then the cheats will not work.

kira-tobirah
January 25th, 2009, 20:24
also must i download the us version or what XD?

(long time downloading x.x)

redlofredlof
January 25th, 2009, 20:26
also must i download the us version or what XD?

(long time downloading x.x)

US version of what?

kira-tobirah
January 25th, 2009, 20:34
ffx when the german version not working must ffx us work or not?

while

E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100 <---- german checker

and us have another (i think)

or it gives another german cheat modules rofl XD

redlofredlof
January 25th, 2009, 20:37
ffx when the german version not working must ffx us work or not?

while

E5 B7 03 86 DA 81 59 75 89 3C A7 4C 33 1C D3 29 47 79 FF 8B
SCES_504.92 00483118 01C1ADF8 C9125100 01C1ADF8 C9125100 <---- german checker

and us have another (i think)

or it gives another german cheat modules rofl XD

You must have your own copy of the game, If you download one from internet, it will not be supported here.

Every version has a different ps2 identification code.

Rocket
February 10th, 2009, 13:50
1. copy the raw codes into cbcrypt
2. have the common v7 encription checked
3. convert
4. copy them into patch file
5. place file in Patches folder
Also do not add the master code, pcsx2 does not require that.

here is a code I made for tekken5
your code should look similar to this one
gametitle=Tekken5 [SLUS 21059] (U) [652050d2]
comment=Code Master
//all char
patch=1,EE,203E4568,word,FFFFFFFF
//extra costume asuka
patch=1,EE,203E4DB8,word,00000001
//devil jin
patch=1,EE,201553C0,word,00000001
//anna costume extra
patch=1,EE,203E4D40,word,00000001
//Ling Xiaoyu extra costume
patch=1,EE,203E4B10,word,00000001
//Christie Monteiro extra costume
patch=1,EE,203E4B38,word,00000001
//Julia Chang extra costume
patch=1,EE,003E4B84,word,000000FF
//infinite fite money
patch=1,EE,203E4638,word,05F5E0FF


Hey redlof,


thanks for these codes.

These codes work for me in Tekken 5 US Version.

I tryed to add Infinite health patch. I decrypted the codes from codebraker and added the codes into the pnach file. But if I add the infinite health code, the emu crashes.

Here is what my pnach file looks like.

gametitle=Tekken5 [SLUS 21059] (U) [652050d2]
comment=Code Master
//all char
patch=1,EE,203E4568,word,FFFFFFFF
//extra costume asuka
patch=1,EE,203E4DB8,word,00000001
//devil jin
patch=1,EE,201553C0,word,00000001
//anna costume extra
patch=1,EE,203E4D40,word,00000001
//Ling Xiaoyu extra costume
patch=1,EE,203E4B10,word,00000001
//Christie Monteiro extra costume
patch=1,EE,203E4B38,word,00000001
//Julia Chang extra costume
patch=1,EE,003E4B84,word,000000FF
//infinite fite money
patch=1,EE,203E4638,word,05F5E0FF
//Infinite Health
patch=1,EE,203A916C,word,00910000


I also made sure that I'm decrypting the correct way by decrypting for example the code for devil jin to make sure I get the same raw codes that you use and I came to the same results as you do. But if I procede the same way with the infinite health patch, pcsx2 (latest build as of January 2009) crashes at start. If I uncomment that certain line I have no problem. So the problem is isolated to the infinite health patch.


Why don't the infinte health codes work?

redlofredlof
February 10th, 2009, 16:19
Hey redlof,


thanks for these codes.

These codes work for me in Tekken 5 US Version.

I tryed to add Infinite health patch. I decrypted the codes from codebraker and added the codes into the pnach file. But if I add the infinite health code, the emu crashes.

Here is what my pnach file looks like.

gametitle=Tekken5 [SLUS 21059] (U) [652050d2]
comment=Code Master
//all char
patch=1,EE,203E4568,word,FFFFFFFF
//extra costume asuka
patch=1,EE,203E4DB8,word,00000001
//devil jin
patch=1,EE,201553C0,word,00000001
//anna costume extra
patch=1,EE,203E4D40,word,00000001
//Ling Xiaoyu extra costume
patch=1,EE,203E4B10,word,00000001
//Christie Monteiro extra costume
patch=1,EE,203E4B38,word,00000001
//Julia Chang extra costume
patch=1,EE,003E4B84,word,000000FF
//infinite fite money
patch=1,EE,203E4638,word,05F5E0FF
//Infinite Health
patch=1,EE,203A916C,word,00910000


I also made sure that I'm decrypting the correct way by decrypting for example the code for devil jin to make sure I get the same raw codes that you use and I came to the same results as you do. But if I procede the same way with the infinite health patch, pcsx2 (latest build as of January 2009) crashes at start. If I uncomment that certain line I have no problem. So the problem is isolated to the infinite health patch.


Why don't the infinte health codes work?

To be honest, I have no idea why the inf health patch does not work for you. But you can try making a patch just for health and see. Maybe its a conflict between two cheats.

shahadithyab
February 10th, 2009, 18:11
can i have unlimited virtue and unlimited money for naruto uzumaki chroniles 2 can i get PNACH file plz

thanks in advance

redlofredlof
February 10th, 2009, 18:17
can i have unlimited virtue and unlimited money for naruto uzumaki chroniles 2 can i get PNACH file plz

thanks in advance
Although this is not the request for pnatch thread, but still you must give more details like your disc version. CRC and so on.

stpdrgstr
February 10th, 2009, 20:20
Sorry for the late answer redlofredlof.

I tested it only with .dot Hack G.U Vol3, but I'm suspecting it works for every other game.

Sadly, those days I haven't been playing much, let alone PS2 emulation. Maybe you'll want to test that :p.

Bye.

shahadithyab
February 11th, 2009, 07:26
Although this is not the request for pnatch thread, but still you must give more details like your disc version. CRC and so on.

it is Naruto: Uzumaki Chronicles 2 (NTSC-US)

redlofredlof
February 11th, 2009, 07:48
it is Naruto: Uzumaki Chronicles 2 (NTSC-US)

Read the first page and first try to make the pnatch yourself. If it does not work then upload it here. I'll try to fix it.

saedoo
February 11th, 2009, 10:21
hi
I tried to make a pnach file for (Castlevania Curse Of Darkness), but when I start the game the emulator crash!!!:dead:
these are the codes...

gametitle=Castlevania Curse Of Darkness [SLUS 21168] ( U ) [3A446111]
comment=Patch by Me
//All Material
patch=1,EE,40AED4D0,word,00280001
patch=1,EE,006300DD,word,00000001
//All Rare Items
patch=1,EE,40AED5E4,word,000D0001
patch=1,EE,0063010D,word,00000001
//All Useable Items
patch=1,EE,40AED424,word,001C0001
patch=1,EE,006300B2,word,00000001
//Max Attack
patch=1,EE,20AEFD80,word,000003E7

shahadithyab
February 11th, 2009, 11:10
gametitle=Naruto Uzumaki Chronicles 2 [SLUS 21594] (U) [121AFAF5]
comment=Patch by me

//Master Code
patch=1,EE,9A931868,word,2546A696
//Max Virtue
patch=1,EE,2AD01F67,word,0098967F
//Infinite Ryo
patch=1,EE,2AD05F67,word,0098967F
//Infinite Ryo
patch=1,EE,203CFB7C,word,000F423F

now how to make pnach file can u help me.i have saved it in note pad

redlofredlof
February 11th, 2009, 13:12
hi
I tried to make a pnach file for (Castlevania Curse Of Darkness), but when I start the game the emulator crash!!!:dead:
these are the codes...

gametitle=Castlevania Curse Of Darkness [SLUS 21168] ( U ) [3A446111]
comment=Patch by Me
//All Material
patch=1,EE,40AED4D0,word,00280001
patch=1,EE,006300DD,word,00000001
//All Rare Items
patch=1,EE,40AED5E4,word,000D0001
patch=1,EE,0063010D,word,00000001
//All Useable Items
patch=1,EE,40AED424,word,001C0001
patch=1,EE,006300B2,word,00000001
//Max Attack
patch=1,EE,20AEFD80,word,000003E7

First make sure that you are using common encryption for the codes. Also for testing try with just one code to isolate codes that crash the emulator.

gametitle=Naruto Uzumaki Chronicles 2 [SLUS 21594] (U) [121AFAF5]
comment=Patch by me

//Master Code=not needed
patch=1,EE,9A931868,word,2546A696
//Max Virtue
patch=1,EE,2AD01F67,word,0098967F
//Infinite Ryo
patch=1,EE,2AD05F67,word,0098967F
//Infinite Ryo
patch=1,EE,203CFB7C,word,000F423F



now how to make pnach file can u help me.i have saved it in note pad

Master code is not needed for pcsx2
You have not use encryption option in cbcrypt, its a small option in the bottom middle portion of cbcrypt.
When you have done with all this make sure you rename that notepad file as 121AFAF5.pnatch

saedoo
February 12th, 2009, 10:28
First make sure that you are using common encryption for the codes. Also for testing try with just one code to isolate codes that crash the emulator.

My friend, I managed to use the cheats in the game, but most of cheats that contain more than one line and start with number 4 cause a [crash] in the emulator.
example:
Max HP which start with [FC96165B 0F6AE9D2] and by using CB2crypt with (common v7 on) I will get [20AEFAE4 000003E7].
in the pnach file:
//Max HP
patch=1,EE,20AEFAE4,word,000003E7
(this code will work in the emulator).

but when I use cheat contain two line....
All Material Items [CF35C47F BE08D39F DC7ED4B9 D3776B65]
using CB2crypt --> [40AED4D0 00280001 006300DD 00000001]
in the pnach file:
//All Material Items
patch=1,EE,40AED4D0,word,00280001
patch=1,EE,006300DD,word,00000001
(will not work and will cause a [crash] in the emulator:dead:)

is there a way to use these codes?

redlofredlof
February 13th, 2009, 06:04
My friend, I managed to use the cheats in the game, but most of cheats that contain more than one line and start with number 4 cause a [crash] in the emulator.
example:
Max HP which start with [FC96165B 0F6AE9D2] and by using CB2crypt with (common v7 on) I will get [20AEFAE4 000003E7].
in the pnach file:
//Max HP
patch=1,EE,20AEFAE4,word,000003E7
(this code will work in the emulator).

but when I use cheat contain two line....
All Material Items [CF35C47F BE08D39F DC7ED4B9 D3776B65]
using CB2crypt --> [40AED4D0 00280001 006300DD 00000001]
in the pnach file:
//All Material Items
patch=1,EE,40AED4D0,word,00280001
patch=1,EE,006300DD,word,00000001
(will not work and will cause a [crash] in the emulator:dead:)

is there a way to use these codes?

How do you enter those codes in cbcrypt
1:all 4 codes in one line
OR
2:two codes in two lines

I'd recommend you to use the second method.

also if a code starts from F then don't use that code.

saedoo
February 13th, 2009, 07:31
How do you enter those codes in cbcrypt
1:all 4 codes in one line
OR
2:two codes in two lines

I'd recommend you to use the second method.

also if a code starts from F then don't use that code.

it doesn't matter how I arrange the code, because in both cases you will get the same result.
In this case I used the second method, but still the same problem,i.e. the emulator [crash] when the entry (after decrypt) start with No. 4.
also, all origin codes for this game doesn't contain F at entry

redlofredlof
February 13th, 2009, 10:35
The codes which start from F or 9 crash the emulator. And I don't think there is any way around it.

Allas
February 21st, 2009, 22:15
Hi I've got Final Fantasy XII (french pal version) and I would like to know if someone could give me a pnatch file? I've tried for days and nothing happens ... Here is my pnach file:


gametitle= Final Fantasy XII [SLES_543] (E)
comment= Money
//ZeroGS Patch - GAME_FFXHACK
zerogs=00050800
patch=0,EE,0054c008,word,0FFFFFFF

So when I start the game it runs but the cheat doesn't effect. So i looked to the console and saw this :
loadElfFile cdrom0:\543.55;1; crc=CA284668
XML Loader returned an error. Trying to load a pnach ...
comment: Money
patchnumber: 1

So if someone could help me I would be very recognizing. Thx

redlofredlof
February 22nd, 2009, 05:46
Hi I've got Final Fantasy XII (french pal version) and I would like to know if someone could give me a pnatch file? I've tried for days and nothing happens ... Here is my pnach file:


gametitle= Final Fantasy XII [SLES_543] (E)
comment= Money
//ZeroGS Patch - GAME_FFXHACK
zerogs=00050800
patch=0,EE,0054c008,word,0FFFFFFF

So when I start the game it runs but the cheat doesn't effect. So i looked to the console and saw this :
loadElfFile cdrom0:\543.55;1; crc=CA284668
XML Loader returned an error. Trying to load a pnach ...
comment: Money
patchnumber: 1

So if someone could help me I would be very recognizing. Thx

What does the title bar of the DOS window say?
Did you rename the pnatch file as CA284668.pnatch?

Allas
February 22nd, 2009, 15:17
The DOS windows says the name of the game I gave in the pnach file :
Final Fantasy XII [SLES_543] (E)
And yes I renamed the pnach file CA284668.pnach.
Thx trying to resolve my problem.

redlofredlof
February 22nd, 2009, 17:17
The DOS windows says the name of the game I gave in the pnach file :
Final Fantasy XII [SLES_543] (E)
And yes I renamed the pnach file CA284668.pnach.
Thx trying to resolve my problem.

post the raw pnatch here.

Allas
February 22nd, 2009, 18:51
Here is my CA284668.pnach


gametitle= Final Fantasy XII [SLES_543] (E)
comment= Money
//ZeroGS Patch - GAME_FFXHACK
zerogs=00050800
patch=0,EE,0054c008,word,0FFFFFFF

But i'm not sure that is what you asked.
Nom I'm playing with PCSX2 playground and the games runs better but for the cheat it's still not good(but the message XML Loader failed has disapeared).
For the patch I'm not totally sure it works but I did it with the patch finder's method until I got only one adress.

housellama
March 2nd, 2009, 17:30
Okay, I admit it. I'm stumped. I've done this before, but I can't seem to figure this one out. I'm trying to make a pnach file for Disgaea: HoD but I cannot seem to make it work.

Pulling codes from codetwink (used to be codebreaker) and from Disgaea Codes (http://www.herrvillain.com/codebreaker/disgaea/)

Unfortunately, the codetwink site doesn't have a game ident key on it.

The one I have is: BB 41 B7 A6 14 9D AC 2F 68 4B DF AB 0A 31 46 51 DE D0 25 08

I've built, rebuilt, recoded and worked with this for hours and it's not showing up. I've tried my codes and other people's codes from this board.

Here's what I've currently got.

gametitle=Disgaea 1( U )
//Max Money
//patch=1,EE,8DB7ED96,word,93C1B4C6
//Inf Money
//patch=1,EE,56751397,word,314E6EEB
//Max Money
patch=1,EE,102A20C0,word,0000FFFF

I commented out the top two on purpose for testing. Whatever I do, I can't get it to work. I've also attached my original pnach file that I renamed to test the new one.

Please advise.

Thank you

-Housellama

kakalakapl
March 3rd, 2009, 13:56
ehh, i don't know why it doesn't work.
gametitle=Final Fantasy XII
//Master Code
patch=1,EE,E89FC313,word,DC0BEEAF
patch=1,EE,8001AE50,word,DC64B82D
patch=1,EE,1519B106,word,6021B3D0
patch=1,EE,B839D48C,word,DBE5C900
patch=1,EE,43D027B2,word,C3367097
patch=1,EE,756199DB,word,EDDF14F1

//EXP
patch=1,EE,B3D6A6DE,word,29E5856B

Followed instructions in guide and still, it doesn't work.

I used common V7 encryption

Key is the same as i have

redlofredlof
March 3rd, 2009, 14:06
ehh, i don't know why it doesn't work.
gametitle=Final Fantasy XII
//Master Code
patch=1,EE,E89FC313,word,DC0BEEAF
patch=1,EE,8001AE50,word,DC64B82D
patch=1,EE,1519B106,word,6021B3D0
patch=1,EE,B839D48C,word,DBE5C900
patch=1,EE,43D027B2,word,C3367097
patch=1,EE,756199DB,word,EDDF14F1

//EXP
patch=1,EE,E707895F,word,5F6B451D

Followed instructions in guide and still, it doesn't work.

I used common V7 encryption

Key is the same as i have

Do not use the master code. Pcsx2 does not require the master code.

Okay, I admit it. I'm stumped. I've done this before, but I can't seem to figure this one out. I'm trying to make a pnach file for Disgaea: HoD but I cannot seem to make it work.

Pulling codes from codetwink (used to be codebreaker) and from Disgaea Codes (http://www.herrvillain.com/codebreaker/disgaea/)

Unfortunately, the codetwink site doesn't have a game ident key on it.

The one I have is: BB 41 B7 A6 14 9D AC 2F 68 4B DF AB 0A 31 46 51 DE D0 25 08

I've built, rebuilt, recoded and worked with this for hours and it's not showing up. I've tried my codes and other people's codes from this board.

Here's what I've currently got.

gametitle=Disgaea 1( U )
//Max Money
//patch=1,EE,8DB7ED96,word,93C1B4C6
//Inf Money
//patch=1,EE,56751397,word,314E6EEB
//Max Money
patch=1,EE,102A20C0,word,0000FFFF

I commented out the top two on purpose for testing. Whatever I do, I can't get it to work. I've also attached my original pnach file that I renamed to test the new one.

Please advise.

Thank you

-Housellama

The name of your pnatch file is incorrect


4d2cac9d._pnach.txt--------wrong

4d2cac9d.pnach-------------right

kakalakapl
March 3rd, 2009, 14:11
Do not use the master code. Pcsx2 does not require the master code.



Ok, i made something to happen, it crashes now :)
i have error vtlb miss:adr 0xE707895F mode 1

my pnach looks like that now:

comment=Insert comment.
gametitle=Final Fantasy XII
//EXP
patch=1,EE,E707895F,word,5F6B451D

redlofredlof
March 3rd, 2009, 14:51
Ok, i made something to happen, it crashes now :)
i have error vtlb miss:adr 0xE707895F mode 1

my pnach looks like that now:

comment=Insert comment.
gametitle=Final Fantasy XII
//EXP
patch=1,EE,E707895F,word,5F6B451D

What is the raw code? did you try any other code or just this one, try another code too.

kakalakapl
March 3rd, 2009, 15:03
What is the raw code? did you try any other code or just this one, try another code too.

code from site : 62B38BFC D736FC25

Code after encryption : 68BFF088 D27FDEF9
Not using V7 common encryption
And crash, same with V7

housellama
March 3rd, 2009, 17:30
Do not use the master code. Pcsx2 does not require the master code.



The name of your pnatch file is incorrect

I realize that. that was the file I had first used, as the correct file name, but renamed so it wouldn't interfere. The problem is that no matter what I do, the CODES won't work.

housellama
March 3rd, 2009, 18:24
Alright, I'll simplify the problem.

Code from the codebreaker site
Max Money 2A0B2AFD 3B9AC9FF
---
Code converted to raw w/ common 7.0+ checked.
8DB7ED96 93C1B4C6

Entered into pnach file as
patch=1,EE,8DB7ED96,word,93C1B4C6

End result: code didn't work.
---
Code converted to raw w/o common 7.0+ checked.
202A20C0 3B9AC9FF

entered into pnach file as
patch=1,EE,202A20C0,word,3B9AC9FF

end result: code didn't work.

What am I doing wrong?

kakalakapl
March 3rd, 2009, 18:37
ok, it works

redlofredlof
March 3rd, 2009, 20:18
Alright, I'll simplify the problem.

Code from the codebreaker site
Max Money 2A0B2AFD 3B9AC9FF
---
Code converted to raw w/ common 7.0+ checked.
8DB7ED96 93C1B4C6

Entered into pnach file as
patch=1,EE,8DB7ED96,word,93C1B4C6

End result: code didn't work.
---
Code converted to raw w/o common 7.0+ checked.
202A20C0 3B9AC9FF

entered into pnach file as
patch=1,EE,202A20C0,word,3B9AC9FF

end result: code didn't work.

What am I doing wrong?

I think the unique ps2 identification code does not match for your game and hence the codes may not work and you will have to play it the way it is meant to be played.

kiwibuddy
March 5th, 2009, 03:42
HI all,
I tried to write my own pnach file for Final Fantasy X-International but to no avail. Was hoping to get some help. Here is my script:

Using PCSX2.0.9.6

File name: 658597E2.pnach
Gametitle=Final Fantasy X - International [SLPS 25088] (J)
comment= testing
//Max Gil
patch=1,EE,2031CE98,word,3B9AC9FF
//Albhed Translated
patch=1,EE,180F3516,word,BA0E62C2
patch=1,EE,4E371D56,word,5DE0E3CC


Here were the raw codes:
Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Could anyone explain why I am not able to get these cheats working? I got the raw codes from this site:
http://forums.ngemu.com/attachments/pcsx2-forum/148488d1194500619-final-fantasy-x-international-need-cheat-ffx-inter-25088-raw-code.txt

Any suggestions would be great. I'm also using CBcrypt 1.11 with V7 common checked and then decrypt. What exactly and I doing wrong?

redlofredlof
March 5th, 2009, 05:40
HI all,
I tried to write my own pnach file for Final Fantasy X-International but to no avail. Was hoping to get some help. Here is my script:

Using PCSX2.0.9.6

File name: 658597E2.pnach
Gametitle=Final Fantasy X - International [SLPS 25088] (J)
comment= testing
//Max Gil
patch=1,EE,2031CE98,word,3B9AC9FF
//Albhed Translated
patch=1,EE,180F3516,word,BA0E62C2
patch=1,EE,4E371D56,word,5DE0E3CC


Here were the raw codes:
Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Could anyone explain why I am not able to get these cheats working? I got the raw codes from this site:
http://forums.ngemu.com/attachments/pcsx2-forum/148488d1194500619-final-fantasy-x-international-need-cheat-ffx-inter-25088-raw-code.txt

Any suggestions would be great. I'm also using CBcrypt 1.11 with V7 common checked and then decrypt. What exactly and I doing wrong?

Is this what you entered in your pnach file?
File name: 658597E2.pnach
Gametitle=Final Fantasy X - International [SLPS 25088] (J)
comment= testing
//Max Gil
patch=1,EE,2031CE98,word,3B9AC9FF
//Albhed Translated
patch=1,EE,180F3516,word,BA0E62C2
patch=1,EE,4E371D56,word,5DE0E3CC

if so then you did not convert them using cb crypt

you have to copy the two columns of code into cb crypt and decrypt them with common v7 encryption enabled.
Here is what I got when I converted one of your codes.
Also if your advanced ps2 identification code does not match the one provided at the site then the codes will not work at all.

File name: 658597E2.pnach
Gametitle=Final Fantasy X - International [SLPS 25088] (J) [658597e2]
comment=testing
//Max Gil
patch=1,EE,7A44A9C8,word,D9290DC3

raxxus
March 5th, 2009, 07:51
hello folks.
only as a tip. go to here (http://www.codemasters-project.net/vb/index.php) and look for the tool omniconvert. btw. it is indeed the best site for custom codebreaker codes but you must register.
no matter, i attached it. ;)
this is the definite tool for code conversions and it has some helpfile with it.
as i read the posts i can see that all users have wrong "raw" codes since i'm familiar to this ****. i can port and change some codes for ps2 in ps2dis. so there lies my question: i'm fresh to pcsx2 and i only use it to dump games to use it for ps2. now i want to use it to find freezer codes for ps2 with it but can anybody give me a link or a tutorial with a full revision on this? i've already searched but no luck with complete tutorials.

redlofredlof
March 5th, 2009, 08:06
Attention everyone! codes on codetwink.com are no longer compatible with cb crypt and will not work with pcsx2 no matter what.

raxxus
March 5th, 2009, 08:50
that is very new to me. i use only raw codes for ps2 and must convert these official codes to raw by myself. so you should test omniconvert. it can convert any type to raw. and for codes just go to the link i provided. there are a lot sites but cmp is definitely THE source for user friendly codes, plus you can request any code (of course only for ps2!) and the codemasters there maybe help you.

redlofredlof
March 5th, 2009, 08:58
I tried omniconvert and it does the same thing as cb crypt, I tried changing the input and out put formats to standard and codebreaker compatible but still the codes don't work.

raxxus
March 5th, 2009, 09:00
hm. strange. lemme see...

EDIT:
dunno what you are setting for input and output but for me it is fine. i tested it recently with cod5waw codes. these are relatively new codes.

the examples:

cbv7 common encryption:

Infinite Health
25B86289 3621D916
CE594C4D 539E5E9F

No Reload With Infinitie Clip
08E9F9FC 4ED5A57B
AADE33E4 EA093E13

raw/unencrypted:

Infinite Health
2036DAE8 3C014400
2036DAF0 AC610028

No Reload With Infinitie Clip
203F2E90 00000000
203F0234 00000000

in omniconvert you must go to input option and set it to "codebreaker - version 7+ common key" and as for the output "unencrypted - standard".

and btw: with this tool you can also use official armax or xploder codes. only the input setting must be changed to either "action replay - armax" for action replay max codes or "xploder - version 4 or 5 (depends on which you've chosen)" for xploder codes.

kiwibuddy
March 5th, 2009, 12:26
Hi guys,
I think my codes for FFX-International don't work. Does anyone know any websites that has FFX-I codes that is decryptable with CB crypt v1.11? Or rather, does anyone know why these codes don't work after decrypting with CB Crypt v1.11?

Ending Immediately After Load Game
1031920A 00000186

Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

All Characters Status Modification

HP
201BEEF0 AFC60004

MP
201BEF30 AFD00008

Attack
101BEF52 0000A3C6

Defense
101BEF66 0000A3C6

Magic Attack
101BEF7A 0000A3C6

Magic Defense
101BEF8E 0000A3C6

Speed
101BEFA2 0000A3C6

Luck
101BEFB6 0000A3C6

Avoid
101BEFCA 0000A3C6

Aim
201BEFDC A3C60036
201BEFE4 8FC60024

All Overdrive Skills
2031CEBC FFFFFFFF
2031CEC0 FFFFFFFF
2031CEC4 FFFFFFFF
1031CEC8 FFFFFFFF

AP Max After One Battle

Tidus
2031F8F0 3B9AC9FF

Yuna
2031F8F4 3B9AC9FF

Kimahri
2031F8FC 3B9AC9FF

Wakka
2031F900 3B9AC9FF

Lulu
2031F904 3B9AC9FF

Auron
2031F8F8 3B9AC9FF

Rikku
2031F908 3B9AC9FF

Seymour
2031F90C 3B9AC9FF

AP Max after one battle (for all participated characters)
D01DCDA0 00002021
101DCDA6 0000AE06

Sphere Level won't decrease when moving on the Sphere Board
D01BE6CC 00001823
001BE6CE 00000060
* level will decrease while moving, but will recover when you stop

All Items
A01BF9F8 0806F33E
* need to purchase each item at least once

All Important Items (No Clouded Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFFB

All Important Items (No Seven Day Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFF7

All Characters S.Lv 99
101BE652 0000A206

Characters & Summons Status Max
A01BE718 2401FFFF
A01BE72C 00621021
A01BE730 AC41000C
A01BE738 AC410010
A01BEEF0 AFC60004
A01BEF30 AFC60008

Overdrive Gauge Max after only gaining a little
101E27E2 000000D1

Break Damage Limit
101C219C 00000001

Break Break Damage Limit Limit
101C2188 00000098
101C2190 0000967F
101C21A4 00000098
101C21AC 0000967F
* 99,999 into 9,999,999

Nagi Plains Chocobo Race timer won't increase
D032356A 00000001

Thunder Plains - Thunder Count 9999 Times
1031954C 0000270F

Thunder Plains - Thunder Avoided 9999 Times
1031954E 0000270F

Thunder Plains - Thunder Avoided 200 Consecutive Times
00319550 000000C8

Degree of Friendliness with Yojimbo Max
0031CEF4 000000FF

Degree of Friendliness with Yojimbo Max Another
101E5B72 0000AE06
* Yojimbo will perform Zanmatou even if you only pay him 1 gil

Change Rikku's Outfit
00319221 000000xx
00 = Normal Outfit
01 = Goggle Outfit

none of the codes seem to work even after using v7 common decrypt

raxxus
March 5th, 2009, 16:31
@kiwibuddy
look 5 posts before yours. in my post i provided a link to an excellent cheat page. the page is called codemasters project. there you can get all you want as long as you register there. you can even request cheats.

different story. as i read through this thread i saw people claiming to use the codebreaker itself. so i tested it myself and yes, the codebreaker works as .elf itself. i loaded final fantasy 12 with codebreaker in pcsx2 0.9.5 beta. so i uploaded the cbv922.elf. if anybody is interested here the rapid link:

RapidShare: Easy Filehosting (http://rapidshare.com/files/205678629/CBV922.rar)

redlofredlof
March 5th, 2009, 16:39
@kiwibuddy
look 5 posts before yours. in my post i provided a link to an excellent cheat page. the page is called codemasters project. there you can get all you want as long as you register there. you can even request cheats.

different story. as i read through this thread i saw people claiming to use the codebreaker itself. so i tested it myself and yes, the codebreaker works as .elf itself. i loaded final fantasy 12 with codebreaker in pcsx2 0.9.5 beta. so i uploaded the cbv922.elf. if anybody is interested here the rapid link:

RapidShare: Easy Filehosting (http://rapidshare.com/files/205678629/CBV922.rar)

can you upload it on any other server like 4shared or 2shared as rapid share is blocked by my ISp

raxxus
March 5th, 2009, 17:09
sry

Pontifice
March 7th, 2009, 22:18
A little explanation about code conversion.

The codes that start by 0,1,2 can be translated using


example code
0114133c 00000001
to
patch=1,EE,0114133c,byte,00000001

example code
1114133c 00000001
to
patch=1,EE,0114133c,short,00000001

example code
2114133c 00000001
to
patch=1,EE,0114133c,word,00000001


that's because the codes that start by 0,1,2 are writting in memory, and the difference betwen them is the data size written.

Because in the PS2 the memory accessed in address 0xxxxxxx and 2xxxxxxx it's the same, someone misunderstood the difference between codes that start by 0 and 2 thinking a direct translation applies


patch=1,EE,0114133c,word,00000001
patch=1,EE,2114133c,word,00000001

the above line do the samething, but only because data in 0114133c and 2114133c it's the same

but

patch=1,EE,1114133c,word,00000001

has no sense because memory addressed by 1xxxxxxx should be not written.


There is a way to use almost anycode

example code
4079757B 00C00001
63636363 00000000

to

patch=1,EE,4079757B,extended,00C00001
patch=1,EE,63636363,extended,00000000


take in consideration "order matters"

kiwibuddy
March 8th, 2009, 03:34
Alright guys, I'm getting really frustrated with this and have had no success whatsoever in getting my codes to work. No websites so far have any FFX-International codes and the codes I managed to find don't seem to work even after converting them via CB Decrypter 1.12. I have these codes which I am dying to have working:

Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Sphere Level won't decrease when moving on the Sphere Board
D01BE6CC 00001823
001BE6CE 00000060
* level will decrease while moving, but will recover when you stop

All Items
A01BF9F8 0806F33E
* need to purchase each item at least once

All Important Items (No Clouded Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFFB

All Important Items (No Seven Day Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFF7

All Characters S.Lv 99
101BE652 0000A206

If anyone can help me then it would be highly appreciated.

thank you

btw, are those codebreaker codes? What i'm particularly confused about is what kind of codes do we need to input into the pnach files? codebreaker codes, raw codes, action replay codes, gamshark codes or arm2 codes? Furthermore, how do I identify which code is which?

redlofredlof
March 8th, 2009, 05:51
Alright guys, I'm getting really frustrated with this and have had no success whatsoever in getting my codes to work. No websites so far have any FFX-International codes and the codes I managed to find don't seem to work even after converting them via CB Decrypter 1.12. I have these codes which I am dying to have working:

Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Sphere Level won't decrease when moving on the Sphere Board
D01BE6CC 00001823
001BE6CE 00000060
* level will decrease while moving, but will recover when you stop

All Items
A01BF9F8 0806F33E
* need to purchase each item at least once

All Important Items (No Clouded Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFFB

All Important Items (No Seven Day Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFF7

All Characters S.Lv 99
101BE652 0000A206

If anyone can help me then it would be highly appreciated.

thank you

btw, are those codebreaker codes? What i'm particularly confused about is what kind of codes do we need to input into the pnach files? codebreaker codes, raw codes, action replay codes, gamshark codes or arm2 codes? Furthermore, how do I identify which code is which?

Try the method in post no.222, but I doubt that they will work as I personally have not tested it. If you try to use the tutorial given in first page then the code will not work at all, since codebreaker/codetwink code are no longer compatible with pcsx2 using cbcrypt's common v7 conversion

Kadajio
March 26th, 2009, 13:00
Hi,

I Search All Items (Weapons) Code Breaker For FF XII Plz

gametitle=Final Fantasy XII [SLES 543.55] (E) [ca284668]

Kubo_silver
March 28th, 2009, 14:05
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]

Searching for working pnach that removes two of the three characters from in-battle party, so I can play a real SOLO-challange. Without having to flee with two of the characters each battle...

Please help me with this, been trying for hours.

Best regards Kubo_Silver.

ralph9994
March 28th, 2009, 23:54
lol i only have enable codes that begins with an 9 of an F

kurtskyg
April 26th, 2009, 16:56
in your example in the first page

gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code

how do i know what to put in gametitle for my game?
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]

i followed the tutorial in the first page but they dont work as you said
any luck getting cb codes 7+ to work with pcsx2?

kurtskyg
April 26th, 2009, 17:32
whati f my cheats all start with 9s and F's?
I cant use them? :lol:

kurtskyg
April 26th, 2009, 19:07
patch=1,EE,003fe78a,word,00000002

so is it a rule i am suppose to always use patch=1,EE,"code",word,"code" format?

also some of my decrypted codes started with 2 and i didnt change them, but they worked.weird.

redlofredlof
April 27th, 2009, 05:35
what is your problem then?

kurtskyg
April 27th, 2009, 08:48
tried the guides but i cant get cheats to work
saves work though.

redlofredlof
April 28th, 2009, 08:00
tried the guides but i cant get cheats to work
saves work though.

post your complete pnach text here, also read my guide if you have problems.
and don't make copy past the same post on both forums.

kurtskyg
April 28th, 2009, 08:55
post your complete pnach text here, also read my guide if you have problems.
and don't make copy past the same post on both forums.

Here

gametitle=Metal Gear Solid 3 - Snake Eater [SLES 82013] (E) [086273D2]
comment=cheats
//Infinite Health
patch=1,EE,9571C4A4,word,79363F36
patch=1,EE,A06319D3,word,26B4EC66
//Infinite Stamina
patch=1,EE,8AD61FE7,word,FA3EC2BA
patch=1,EE,AC7EFAD5,word,A742ACC8
//Always Low Play Time
patch=1,EE,5BA046C7,word,D4CBA222
patch=1,EE,9E9F4A26,word,2398A2DB
//No Meals Eaten
patch=1,EE,08512B60,word,E20FAD20
//Never Reload//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,97932C15,word,12FE6430
//Never Reload//M1911A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,3FB0AACD,word,90D60600
//Never Reload//M16A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,DA5A3BB9,word,F25B3A94
//Never Reload//Patriot
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,5660D230,word,D587D9F4
//Never Reload//AK-47
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,0B1597D60,word,19422632
//Never Reload//M37
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,97D86041,word,AD91FDBA
//Max Ammo//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,BD980FF3,word,65952627
//Max Ammo//M1911A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,EFB5A18C,word,1D594528
//Max Ammo//Patriot
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,C58533BF,word,9C7BF098
//Max Ammo//M16A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,89B54459,word,DF510651
//Max Ammo//AK-47
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,F2817978,word,DF510651
//Max Ammo//M37
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,D0D6CDD9,word,6B71D493
//Max Ammo//SVD
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,5C593D2D,word,4A9F5B2F
//Max Ammo//Frag Grenade
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,CE4CF8FD,word,DEAD3248
//Max Ammo//Stun Grenade
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,43BB3140,word,236F71B4
//Max Ammo//Magazines
patch=1,EE,B8FA8D59,word,BB83A6AA
patch=1,EE,0BE769F8,word,8F665C2D
//Max Ammo//Cigar Gas-Spray
patch=1,EE,F5D58848,word,56DD0FA0
//Max Ammo//Handkerchief
patch=1,EE,EB3ECF2C,word,A5E757B5
//Max Ammo//RPG-7
patch=1,EE,D21B6745,word,05A2FA12
//Max Ammo//TNT
patch=1,EE,9E468A36,word,09BE0318
//Max Ammo//C3
patch=1,EE,0AA7079F,word,0A5C35E9
//Max Ammo//Claymore
patch=1,EE,4573B9EE,word,6715F01F
//Infinite Ammo//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,B23E0573,word,4CA304B3
//Have Item//Bandana
patch=1,EE,E7DA0173,word,DFD5303A
//Have Item//Stealth Camouflage
patch=1,EE,007C9D84,word,0BA8750F
//Have Item//Cardboard Box D
patch=1,EE,32DA58024,word,15B3E36D
//Have Item//Cardboard Box C
patch=1,EE,C88DD859,word,64795F77
//Have Item//Patriot
patch=1,EE,EBB1F625,word,F5D2ABDC
//Have Item//Camera
patch=1,EE,7501C704,word,18069CE4
//Have Item//Pentazemin
patch=1,EE,FDBCFE01,word,32427540
//Have Item//EZ Gun
patch=1,EE,0BEEEFA9,word,527785F0

redlofredlof
April 28th, 2009, 18:04
what is the error that you get?
try only one code at a time.
Don't forget to enable pnaches in pcsx2.
Also rename the file as 086273d2.pnach

@ruantec
April 28th, 2009, 22:21
ok i have a small question and hope someone can help me out with that..... i´ve made my patch file for FFX US version and everything worked fine yesterday... today i added few more codes and started the game again... after few nice scenes from tidus and yuna i went further in the game but this time every time i have to fight the game freeze. i tried to change everything and even deactivated the cheats and choosed a previous safe file eventhough the game still freeze on every single battle.

i used a older memorycard and i could play the game again but when i try to add a single cheat code to the patch file the game freeze when a battle starts no matter what i do. another problem i got is that after i rebooted my pc every single sound plugin fail and so i have no sound.

men am starting to feel like a noob lol. one thing i have to admit tho... PCSX2 has never worked correctly or stable on my pc.

btw i was toying a bit with the codes and pcsx2 to make a tool that will finally make the cheat creation a lot easier for everyone.

redlofredlof
April 29th, 2009, 07:23
ok i have a small question and hope someone can help me out with that..... i´ve made my patch file for FFX US version and everything worked fine yesterday... today i added few more codes and started the game again... after few nice scenes from tidus and yuna i went further in the game but this time every time i have to fight the game freeze. i tried to change everything and even deactivated the cheats and choosed a previous safe file eventhough the game still freeze on every single battle.

i used a older memorycard and i could play the game again but when i try to add a single cheat code to the patch file the game freeze when a battle starts no matter what i do. another problem i got is that after i rebooted my pc every single sound plugin fail and so i have no sound.

men am starting to feel like a noob lol. one thing i have to admit tho... PCSX2 has never worked correctly or stable on my pc.

btw i was toying a bit with the codes and pcsx2 to make a tool that will finally make the cheat creation a lot easier for everyone.

first of all don't use save states if you are currently using them.
Secondly, did you save previously with the pnatch ON. If so then the game got saved with the cheat turned ON, this will cause a problem later in the game (in your case, it already happened).
You can try to turn off the pnach and save at a point previous to the part where the game got stuck. I haven't played FFX before so I don't know how the save feature works in that game.
About the sound plugin, try to delete the INI file of the sound plugin.
I never got any problem of this sort with any pnach file. The only errors that I used to get were vtlb miss errors while making the pnaches.

And its good to hear about the tool that you are working on, keep it up.

@ruantec
April 29th, 2009, 18:33
first of all don't use save states if you are currently using them.
Secondly, did you save previously with the pnatch ON. If so then the game got saved with the cheat turned ON, this will cause a problem later in the game (in your case, it already happened).
You can try to turn off the pnach and save at a point previous to the part where the game got stuck. I haven't played FFX before so I don't know how the save feature works in that game.
About the sound plugin, try to delete the INI file of the sound plugin.
I never got any problem of this sort with any pnach file. The only errors that I used to get were vtlb miss errors while making the pnaches.

And its good to hear about the tool that you are working on, keep it up.

seems so.. anyways i´ve found a better way to create pnaches and as i posted in my last am developing few classes that are part of @ES... since am going to need a while to complete @ES i decided to use those classes and write a small tool that will finally free people from there misery and finally be able to add cheats directly from the code pages without the need of a external tool in order to decryp there codes(not to mention add comments and pnaches structures).

atm the Codebreaker class for decryption and encryption is done.. the Action replay is almost done and am also reading some information about raw codes etc. last but not least i´ve completed a class for @ES that is able to retrieve id´s, game title and CRC codes from PSX, PS2, Gamecube, Wii and Dreamcast which i´ll use to fill the required information in the pnach file.

in the following pic you will see the class in action.... the gui is not complete yet so am mostly using it for tests.


...............................oh and hey redlofredlof nice tutorial :thumb: but my class already changes the values of 1 or 2 if the decrypted code starts with it :D
Regards
@ruantec

redlofredlof
May 1st, 2009, 05:25
seems so.. anyways i´ve found a better way to create pnaches and as i posted in my last am developing few classes that are part of @ES... since am going to need a while to complete @ES i decided to use those classes and write a small tool that will finally free people from there misery and finally be able to add cheats directly from the code pages without the need of a external tool in order to decryp there codes(not to mention add comments and pnaches structures).

atm the Codebreaker class for decryption and encryption is done.. the Action replay is almost done and am also reading some information about raw codes etc. last but not least i´ve completed a class for @ES that is able to retrieve id´s, game title and CRC codes from PSX, PS2, Gamecube, Wii and Dreamcast which i´ll use to fill the required information in the pnach file.

in the following pic you will see the class in action.... the gui is not complete yet so am mostly using it for tests.


...............................oh and hey redlofredlof nice tutorial :thumb: but my class already changes the values of 1 or 2 if the decrypted code starts with it :D
Regards
@ruantec

Its good to hear that your program already changes the values of 1 and 2 to 0. You might as well try to convert the codes using byte short and extended.
I have a proper guide at pcsx2 forums.
Since using word all the time does not work, we may have to use other methods. Although it has always worked for me, some users have found it difficult to make it work by using "word".
redlof's Guide to Convert Codetwink Cheats to PNACH Files! for newbs. (http://forums.pcsx2.net/thread-4740.html)

zanmatou
May 14th, 2009, 15:26
Hi People, i am from germany and im new here and i wanted to request this:

.pnach cheat for Phantasy Star Universe [PAL]
F9 AD B5 37 57 25 82 A5 96 43 DD B0 8F 5F 07 05 20 78 CD 73

(E) SLES 54308 CRC :38A5588B

I need the Following Cheats:

//Max Infinite HP
1C9B8548 3855089C
1C9B854C 1446CFE5
1C9B8550 147ACFC6
1C9B8554 B075E7C1
1C9B8558 0C500D32
1C9B855C B075E7BD
1CB0ED68 0C53E71D

//Infinite Weapon HP
1C9B8568 9A55E79B
1C9B856C 0C4BC7FD
1C9B8570 BA55E799
1CBA419C 1053E735

//Gain 50000 Exp Per Kill <---- This and
1CBDE418 2843A475

//Quick Max Meseta <----- This,are Very important,if only this two would be , it would be enough for me i just need this two.
1CBDE860 2045EA12
1CBDE874 2A39C70C

Please Someone convert and make a pnach file for this Please i really need it.

PS:These Codes Are CodeBreaker but i dont know,are they Encrypted or Decrypted,im totaly a newbee in this stuffs...

I am Waiting now 3 days.. please someone help me... i tried so many sites and codes i converted many codes but nothing worked,... look the Screen Shot the codes are actualy ok or? In the Console there Comes alot numbered Codes i dont know why, but becuz of those codes that appears in console the game doesnt start pls someone take a look. Thanks.

Mastamaul
May 17th, 2009, 20:39
not quite sure if my problem has been solved in the past or not, redardless, i tried the patch i made even the patch:
gametitle= Kingdom Hearts [SLUS 20370] (U)
comment= Money Code, All Items
patch=1,EE,103F213A, word, 00006363
//1of4 equiptment
patch=1,EE,403F213C, word, 00090001
//2of4 equipment
patch=1,EE,63636363, word, 00000000
//3of4 equipment
patch=1,EE,003F2160, word, 00000063
//4of4 equipment
patch=1,EE,204080AC, word, 0001869F
//infinate munny

but when i run the game it just crashes, is that a vista problem or program itself, or is it cause im using 0.9.6 instead of .9.2??
*edit it claims: vtlb miss : addr 0xC31055B7, mode 1 <--- no clue what that means

makotech222
May 17th, 2009, 20:57
Sometimes, some codes just crash the game and wont work. Try deleting one of the codes at a time to figure out which one it is. I suspect its item codes.

zanmatou
May 17th, 2009, 22:35
not quite sure if my problem has been solved in the past or not, redardless, i tried the patch i made even the patch:
gametitle= Kingdom Hearts [SLUS 20370] (U)
comment= Money Code, All Items
patch=1,EE,103F213A, word, 00006363
//1of4 equiptment
patch=1,EE,403F213C, word, 00090001
//2of4 equipment
patch=1,EE,63636363, word, 00000000
//3of4 equipment
patch=1,EE,003F2160, word, 00000063
//4of4 equipment
patch=1,EE,204080AC, word, 0001869F
//infinate munny

but when i run the game it just crashes, is that a vista problem or program itself, or is it cause im using 0.9.6 instead of .9.2??
*edit it claims: vtlb miss : addr 0xC31055B7, mode 1 <--- no clue what that means


Your Codes are Wrong i help u here ^_^

All Codes Start With 2 or 0 and if ur codes start other numbers or letters
make the FIRST Number at the Code to 2
Codes which starts with F at the First Place Are useless and crashes the Console,
And IMPORTANT: NO SPACES BETWEEN THE 1, EE, ,word,
Ur codes has Spaces at the ,word, LOOk better :)

so ur Codes should look like this and it shoulda work :)

patch=1,EE,203F213A,word,00006363
//1of4 equiptment
patch=1,EE,203F213C,word,00090001
//2of4 equipment
patch=1,EE,23636363,word,00000000
//3of4 equipment
patch=1,EE,203F2160,word,00000063
//4of4 equipment
patch=1,EE,204080AC,word,0001869F
//infinate munny

if u Encounter a Console crash When you try to load ur saved file here is my solution i found it myself this way.:
open Console then LOAD ur Saved STATE with F1 ( if u have any ^^ ) it works 100% SOOO No crash :)
I am Playing Hack infection and when i want to load my game it crashes,but when i load the F1 Save the console doesnt crash and all my codes working :)

And One More Thing I am Totaly Newbee in This Section im3 Days Newbee
i learned trough this Forum ( Thanks for all Guides ) fast.
So if u want to learn too it doesnt takes much , just read this Thread and other Pcsx2 Threads FULLY :)

I Hope i helped U and other People with This :)

Mastamaul
May 18th, 2009, 00:28
thanks for all the post regarding my problem but i found out that the Equipment Code was crap, so i got rid of it and the rest of my codes work fine =D thanks for everyone who tried to help

zanmatou
May 18th, 2009, 00:59
thanks for all the post regarding my problem but i found out that the Equipment Code was crap, so i got rid of it and the rest of my codes work fine =D thanks for everyone who tried to help

Actualy, your item Codes arent Crap , u didnt Read My Answer for ur Queestion :dead:

a Code which Starts With F or 1 = CRASH :)

Thats why all codes for Pcsx2 patch Codes start with 0 or 2
0 and 2 has the same effect :eyemove:



PS: SOMEONE PLEASE READ MY Post At page12

@ruantec
May 18th, 2009, 13:36
Just in case you guys missed the news... i´ve released a tool that makes very easy the creation of pnach files using codebreaker codes here (http://forums.ngemu.com/emulation-news-submissions/122134-ruantec-pcsx2-pnach-generator-1-0-beta.html) and it auto fixes the codes.

Regards
@ruantec

zanmatou
May 18th, 2009, 13:37
Suikoden V Graphic Bug ?

Am i the only one who has this graphical bug ?
If yes , how can i Fix it ? I am using .9.6

and 1 another Question is there a way to turn off some Graphics like :
Water Effect , Cloud Effect , if yes that would make games alilbit faster :)


Here are my Settings and the Suikoden V graphic bug/problem

zanmatou
May 18th, 2009, 13:43
Just in case you guys missed the news... i´ve released a tool that makes very easy the creation of pnach files using codebreaker codes here (http://forums.ngemu.com/emulation-news-submissions/122134-ruantec-pcsx2-pnach-generator-1-0-beta.html) and it auto fixes the codes.

Regards
@ruantec

Awesome Thanks @ruantec :)

@ruantec
May 19th, 2009, 21:22
Awesome Thanks @ruantec :)

You´re welcome :thumb:

lonely_wolf_78
May 28th, 2009, 00:42
First of all I wanna say hi to every one !

second, Please help me with cheating this version of

Resident Evil:Code Veronica X [SLUS 20184] (U)

i'm new but i already made PNACH file which is works to skip the starting video but the problem is i cannot add any of cheats from the codeBreaker site knowing that i have the same version checked by (ps2vers) which is matching the codebreaker in that website

D6 6E C2 F6 72 DE C2 64 53 EA 7F 62 A9 D6 B0 23 13 1E 60 31
SLUS_201.84 00A26604 01C0C09E 1D945500 01C0C09E 1D945500
(by ps2vers checker)

& check the website:
CodeTwink Network - Resident Evil-Code Veronica X (PS2 Cheats) (http://cheats.codetwink.com/ps2/view/4390/)
same Key found:
D6 6E C2 F6 72 DE C2 64 53 EA 7F 62 A9 D6 B0 23 13 1E 60 31

but i couldn't add any of the total of 683 Codes

i tried also the v7 codebreaker from dutch website here:
Resident Evil Code VX @ European CodeBase (http://www.ultimate-cheatz.de/codebase/daten.php?system=ps2&act=spiel&id=1406)
i'm not sure if its matching my version or not

but same problem happining over and over again


also,Please check my attached PNACH file If you can do any modification on it.

i'm using pcsx2 0.9.6 with the attached config plugins (not worry no viruses or things like that) :cool:

this matter concerns me alot .

if anyone can help me (Specially CKemu) A.S.A.P.

Finally sorry if my english is weak

have my best regards,

The Lonely Wolf