..:: PCSX2 Forums ::..

Full Version: redlof's Guide to Convert Codetwink Cheats to PNACH Files! for newbs.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
At least someone understands.
Don't use word on addresses that only change 1 or 2 bytes for 3 to 4 bytes changes use word.
eg
00000000 00000000 - 000000FF = Byte
10000001 00000100 - 0000FFFF = Short
20000003 00000000, 00010000 - FFFFFFFF = Word
Updated with Pontifice's Suggestions.
A basic example of what the extended "table" does is allowing codes that are condensed to be used.

Code:
patch=1,EE,404FF828,extended,000C0001
patch=1,EE,03030303,extended,00000000
patch=1,EE,004FF827,extended,00000003

The uncondensed version of that, which is how PCSX2 wants it normally is this.
Code:
patch=1,EE,004ff828,word,03030303
patch=1,EE,004ff82c,word,03030303
patch=1,EE,004ff830,word,03030303
patch=1,EE,004ff834,word,03030303
patch=1,EE,004ff838,word,03030303
patch=1,EE,004ff83c,word,03030303
patch=1,EE,004ff840,word,03030303
patch=1,EE,004ff844,word,03030303
patch=1,EE,004ff848,word,03030303
patch=1,EE,004ff84c,word,03030303
patch=1,EE,004ff850,word,03030303
patch=1,EE,004ff854,word,03030303
patch=1,EE,004ff827,byte,03

I haven't been touching PCSX2 much as of late, but I would like to delve more into extended.
this is probably pretty stupid first post, but the only codes i can find for my version of FFXII
Code:25 E2 5D 49 97 B7 13 04 EF 6E 50 99 B7 AF 2A 40 25 31 7F 44
SLES 54354 (PAL)
are Action Replay MAX codes, and i have no idea how to convert them seeing CB2crypt doesnt change anything when i decrypt or encrypt them, any help would be great?

edit:
codes i want to use
Master Code:
5UAX-TGXU-M3FKT
AJU4-MYW1-03NBJ
Quick License Points
RF2T-QH7K-QH4YZ
C0V8-TK0J-UYFJY
L1+L2 For Max Gils
UNWR-YV16-PQRQ7
C7VQ-HYJ6-UH5ZP
04EB-FUTP-NU9AA
All Summons Available on License Board
KVCP-MPGF-EHGUK
3NYC-9QW5-QTHAE
YGWQ-UZAF-WHFGQ
Quick Exp Codes:
WV75-KVNY-K7DNQ
10000 XP Per Fight
QYVY-E3NM-UXYG5
Z0E8-TDJE-6YQ82
Code:
//Quick License Points
patch=1,EE,202ED11C,word,24022710

//Max Gils
patch=1,EE,2054C008,word,05F5E0FF

//All Summons Available on License Board
patch=1,EE,202F0634,word,03E00008
patch=1,EE,202F0638,word,24020001

//10000 XP Per Fight
patch=1,EE,202ED0D0,word,24422710
I got a little problem So far I have written successful patches for 4 games using your system from a blind start they all work thank you. Now to the problem I wrote one for final fantasy XII and it looks fine so I save it under the "CRC=0779FBDB" 0779fbdb.pnach load up the game and it finds no pnatch what am I doing wrong? If you need more info just ask I don't know what else to say just ask and I will give any additional information youi requre to help me.
are you sure about the CRC?
also in the pnach browser, search for your pnach before running the game.
make sure the CRC matches the one displayed in the dos window, not the title bar but inside it, as I have shown in the screenshot.
I have the SCES of FINAL FANTASY X, so the Advanced Identification System isn't the same as the one on CodeTwink, what should i do?

[Image: 10nvupd.png]

Thanks,.
(03-28-2009, 02:39 PM)ishiro Wrote: [ -> ]I have the SCES of FINAL FANTASY X, so the Advanced Identification System isn't the same as the one on CodeTwink, what should i do?

[Image: 10nvupd.png]

Thanks,.

Try this one, but I'm not sure whether these codes will work or not.
(03-28-2009, 03:32 PM)redlof Wrote: [ -> ]
(03-28-2009, 02:39 PM)ishiro Wrote: [ -> ]I have the SCES of FINAL FANTASY X, so the Advanced Identification System isn't the same as the one on CodeTwink, what should i do?

[Image: 10nvupd.png]

Thanks,.

Try this one, but I'm not sure whether these codes will work or not.

"Final Fantasy X2_PAL_CB ported" Mellow
If it's for the X, what should i do to have the patch working? ( still confused even with reading the 1st message).
Thanks.,
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21