Post your PCSX2 cheats-patches here!
Hi,

I've been playing around with the patching process for PCSX2 and I'm running into some trouble trying to get patches to work for Suikoden III. I've gotten one code to work, infinite potch(money) but I'm having a hard time getting the infinite skill points codes to work. The currently working patch is listed below, and the codes I'm having a problem getting to load are blocked below that.

Working Patch
Code:
gametitle=suikoden III [SLUS 20387] (U) [5F3DD929]
comment=Patches

//Infinite Potch
patch=1,EE,2196E5F0,word,000F423F

Codes that do not work or cause game to crash
Code:
Courtesy of HerrVillain ([url]http://www.herrvillain.com/codebreaker/suikoden/codes/all.htm[/url])
4196E790 006D0023
0000270F 00000000
patch=1,EE,4196E790,extended,006D0023
patch=1,EE,0000270F,extended,00000000

Courtesy of Code Twinks ([url]http://cheats.codetwink.com/ps2/view/4547/112/[/url])
2B97686E 2442270F
patch=1,EE,2B97686E,extended,2442270F[/php]

Anyone have any idea how to get the non working codes to run? It's not clear if either of these are in RAW format but I've tried them both as is and converted using omniconvert version 1.0.3. I'm currently running the patches using PCSX2 0.9.8.


Attached Files
.pnach   5F3DD929.pnach (Size: 123 bytes / Downloads: 3.281)
Reply

Sponsored links

Try this:
Code:
//Insanely Quick Skill Point Gain (After Battle)
patch=1,EE,216C9124,extended,2442270F
It was in codebreaker 1+ format;3, soo yeah you left it without conversion.
As for the condensed code from herrvillain, it seems fine to me, should work same as the same cheats from codetwink, but what I noticed there are 109 chars, but the last one ends in adress like there was 108 chars;3, SIII is one I passed for being the least suikoden'ish, soo not sure, but maybe one is taking same slot with another one, soo try changing this code slightly to:
Code:
//9999 skill points
patch=1,EE,4196E790,extended,006C0023
patch=1,EE,0000270F,extended,00000000
not sure if THAT was the problem, but if it works now, then yeah somebody probably just made that condensed code with calculator taking it from other site without checking;].
Reply
(07-08-2012, 07:53 AM)miseru99 Wrote: Try this:
Code:
//Insanely Quick Skill Point Gain (After Battle)
patch=1,EE,216C9124,extended,2442270F
It was in codebreaker 1+ format;3, soo yeah you left it without conversion.
As for the condensed code from herrvillain, it seems fine to me, should work same as the same cheats from codetwink, but what I noticed there are 109 chars, but the last one ends in adress like there was 108 chars;3, SIII is one I passed for being the least suikoden'ish, soo not sure, but maybe one is taking same slot with another one, soo try changing this code slightly to:
Code:
//9999 skill points
patch=1,EE,4196E790,extended,006C0023
patch=1,EE,0000270F,extended,00000000
not sure if THAT was the problem, but if it works now, then yeah somebody probably just made that condensed code with calculator taking it from other site without checking;].

Thanks for the reply! Not sure why but whenever I use that code it causes the FPS on the emulator to jump to 1000+ and it just sits at a black screen. I did finally get it to work by just keying in the memory address for every combat character's SP pool and setting it to 99999. I'm going to use Suikoden III to play with the patch tools a bit so I can get familiar with them for other games. New patch below -

Code:
gametitle=suikoden III [SLUS 20387] (U) [5F3DD929]
comment=Patches

//Infinite Potch
//Potch set to 99999. Amount drops while shopping but resets at the end
patch=1,EE,2196E5F0,word,000F423F

//All Combat Characters 99,999 Skill Points
//Skill Points drop while training but reset to 99999 at the end
patch=1,EE,2196f654,extended,0001869f
patch=1,EE,2196E790,extended,0001869f
patch=1,EE,2196E81C,extended,0001869f
patch=1,EE,2196E934,extended,0001869f
patch=1,EE,2196E9C0,extended,0001869f
patch=1,EE,2196EA4C,extended,0001869f
patch=1,EE,2196EAD8,extended,0001869f
patch=1,EE,2196EB64,extended,0001869f
patch=1,EE,2196EBF0,extended,0001869f
patch=1,EE,2196EC7C,extended,0001869f
patch=1,EE,2196ED08,extended,0001869f
patch=1,EE,2196ED94,extended,0001869f
patch=1,EE,2196EE20,extended,0001869f
patch=1,EE,2196EEAC,extended,0001869f
patch=1,EE,2196EF38,extended,0001869f
patch=1,EE,2196EFC4,extended,0001869f
patch=1,EE,2196F050,extended,0001869f
patch=1,EE,2196F0DC,extended,0001869f
patch=1,EE,2196F168,extended,0001869f
patch=1,EE,2196F1F4,extended,0001869f
patch=1,EE,2196F280,extended,0001869f
patch=1,EE,2196F30C,extended,0001869f
patch=1,EE,2196F398,extended,0001869f
patch=1,EE,2196F424,extended,0001869f
patch=1,EE,2196F4B0,extended,0001869f
patch=1,EE,2196F53C,extended,0001869f
patch=1,EE,2196F5C8,extended,0001869f
patch=1,EE,2196F6E0,extended,0001869f
patch=1,EE,2196F76C,extended,0001869f
patch=1,EE,2196F7F8,extended,0001869f
patch=1,EE,2196F884,extended,0001869f
patch=1,EE,2196F910,extended,0001869f
patch=1,EE,2196F99C,extended,0001869f
patch=1,EE,2196FA28,extended,0001869f
patch=1,EE,2196FAB4,extended,0001869f
patch=1,EE,2196FB40,extended,0001869f
patch=1,EE,2196FBCC,extended,0001869f
patch=1,EE,2196FC58,extended,0001869f
patch=1,EE,2196FCE4,extended,0001869f
patch=1,EE,2196FD70,extended,0001869f
patch=1,EE,2196FDFC,extended,0001869f
patch=1,EE,2196FE88,extended,0001869f
patch=1,EE,2196FF14,extended,0001869f
patch=1,EE,2196FFA0,extended,0001869f
patch=1,EE,2197002C,extended,0001869f
patch=1,EE,219700B8,extended,0001869f
patch=1,EE,21970144,extended,0001869f
patch=1,EE,219701D0,extended,0001869f
patch=1,EE,219702E8,extended,0001869f
patch=1,EE,21970374,extended,0001869f
patch=1,EE,21970400,extended,0001869f
patch=1,EE,2197048C,extended,0001869f
patch=1,EE,21970518,extended,0001869f
patch=1,EE,219705A4,extended,0001869f
patch=1,EE,21970630,extended,0001869f
patch=1,EE,219706BC,extended,0001869f
patch=1,EE,21970748,extended,0001869f
patch=1,EE,219707D4,extended,0001869f
patch=1,EE,21970860,extended,0001869f
patch=1,EE,219708EC,extended,0001869f
patch=1,EE,21970978,extended,0001869f
patch=1,EE,21970A04,extended,0001869f
patch=1,EE,21970A90,extended,0001869f
patch=1,EE,21970B1C,extended,0001869f
patch=1,EE,21970BA8,extended,0001869f
patch=1,EE,21970C34,extended,0001869f
patch=1,EE,21970CC0,extended,0001869f
patch=1,EE,21970D4C,extended,0001869f
patch=1,EE,21970DD8,extended,0001869f
patch=1,EE,21970E64,extended,0001869f
patch=1,EE,21970EF0,extended,0001869f
patch=1,EE,21970F7C,extended,0001869f
patch=1,EE,21971008,extended,0001869f


Attached Files
.pnach   5F3DD929.pnach (Size: 3,08 KB / Downloads: 2.630)
Reply
Oh well maybe the person making the first condensed code didn't checked at all, but I checked only first and last from there as well;3. It still must patch something which game doesn't like patchedWink, counting 100+ codes from someone else is bothersome, much easier to create condensed codes from the start knowing exactly how the game data looks.

If you're learning, ability to create those codes is quite usefull soo catch an example:
Code:
//condensed/32 bit multi constant write cheat example
patch=1,EE,4BBBBBBB,extended,ZZZZYYYY
patch=1,EE,XXXXXXXX,extended,00000000

code type 4 = condensed 32-bit constant write(line after that type also belongs to same code!)
BBBBBBB - address(yup without first number, that's getting replaced by code type from above)
XXXXXXXX - value

ZZZZ - amount of times the code will be applied
YYYY - the distance between codes generally is YYYY*32 bits(4 bytes as preference), examples:
- 0001 will mean that next code starts 4 bytes after the previous one,
- 0002 the next code will start 8 bytes after the previous one,
- 00FF the next code will start 1020 bytes after the previous one.

and a normal commonly used code as an example to compare
//cheat example
patch=1,EE,ABBBBBBB,extended,XXXXXXXX

A - code type:
  2 = 32-bit Constant Write (value = XXXXXXXX)
  1 = 16-bit Constant Write (value = 0000XXXX)
  0 = 8-bit Constant Write  (value = 000000XX)
Reply
hey i used this cheat for final fantasy xii
gametitle=Final Fantasy XII [SLUS_209.63] (U)
comment=patches by Jlagreen

comment=32x Exp Gained (After Battle)
//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A940

this cheat works Biggrin

but, after i disabled this cheat
, it still works, and keep level up and level up Blink Blink
and i dont want like that

how can i disable this cheat??
even after i disabled that cheat
atleast i want to make my exp to be normal Smile

thx
Reply
hello someone I can spend the FFX pal SCES_504.94 pnach not find you!
Reply
Hi I was wondering if I could get a pnach file for Grandia 3 the US version. Thanks!
Reply
(07-18-2012, 08:07 AM)Friedricer77 Wrote: Hi I was wondering if I could get a pnach file for Grandia 3 the US version. Thanks!
Pnach for what
Reply
(07-10-2009, 04:02 PM)Saiki Wrote: how about some REQUESTS? we can't read your mind, give us codes you WANT (money, lives, inventory, etc.) stop the "I want codes" and post something we can USE to help you.

from this post on I am aptly refusing those kinds of requests, give something specific or I won't even try to work on your game requests

good: "Summoner NTSC U/C (or USA) money cheat"
bad: "summoner codes please"
For those that Don't speak English well..
In other languages (thanks to my friends for translations):
Code:
Spanish:
con este mensaje estoy rehusando este tipo de solicitudes, dame algo especifico o no volvere a colaborar  en tus solicitudes del juego

Portuguese:
a partir de este post eu recuso-me terminantemente a cumprir com qualquer pedido desse tipo. de-me algo especifico ou eu nem sequer vou tentar trabalhar nos pedidos a nivel de jogo sequer

French:
à partir de ce post je suis justement le refus de ces types de demandes, donner quelque chose de précis ou je vais même pas essayer de travailler sur votre jeu demande

German:
Von jetzt an werde ich treffenderweise solche anfragen ablehnen, etwas spezielles beantworten oder gar versuchen an deinen spiel anfragen zu arbeiten

now no one has any excuses..

a repeat since people seem to forget
Reply
hi, i'm paulo and i need that you teach me how to discover how to make infinite ammo or life ou money in the games on pcsx2. Nobody in my town plays with stuff like that, so one day i downloaded your files and they worked but i want to know how do mines cheats on pcsx2, how to distinguish the value and stringd that i dont know nothing about, make a tutorial to me and everybody will take some help of you, not just me. Please help me. Thank you man ^_^
Reply




Users browsing this thread: 31 Guest(s)