..:: PCSX2 Forums ::..

Full Version: Post your PCSX2 cheats-patches here!
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
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.
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;].
(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
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)
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
hello someone I can spend the FFX pal SCES_504.94 pnach not find you!
Hi I was wondering if I could get a pnach file for Grandia 3 the US version. Thanks!
(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
(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
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 ^_^
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492