..:: 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 493
Hi, I was wondering if someone could make a Persona 4 USA patch that has max zen and perhaps exp multiplier I tried the one posted in this thread but I just get a black screen. Cheers
Some codes for FFX PAL version. The first 2 codes here are not created by me, but I believe all the others are (it's been a while). There are some pretty unique codes here that took me quite a while to get right and aren't available anywhere else, so I figured I should share. Many are commented out by default. Might be a bit confusing if you don't know how the codes work, but I think it's mostly pretty obvious. Also, many of the ones I made use the special "extended" syntax, I hope this stays consistent between versions and such but I can't guarantee it. If not, at least you have the memory locations.

A39517AB.pnach
Code:
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=
//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080
//
// Avoided 199 Lightning Strikes on Thunder Plains
// Replace 'C7' with '31' for 49 dodges, '63' for 99, or '95' for 149
// (04=4, 09=9 13=19, 31=49, 63=99, 95=149, C7=199)
//patch=1,EE,003198d0,byte,000000C7
//patch=1,EE,00b9e816,byte,000000C7
//
// Blitzball - Score is always 99-0
//patch=1,EE,0031AB0E,byte,00000063 // 99 points?
//patch=1,EE,0031AB71,byte,00000063 // 99 points?
//patch=1,EE,0031AB0F,byte,00000000 // 0 enemy points
//
// Blitzball - Hold L3+R3+L2+R2 to instantly end the half
//patch=1,EE,D078acca,extended,00000603 // if L3+R3+L2+R2 are held...
//patch=1,EE,1101ED14,extended,00000258 // end blitz half
//
// 99 items in Slot 1 - Whichever item is in slot 1 has 99 quantity.
// By default this will be a Potion, but you can manually move any
// item into slot 1 at any time to bump its quantity to 99.
patch=1,EE,2031D59C,byte,00000063
//patch=1,EE,2031D59D,byte,00000002
//
// Sphere Grid Movement costs 0 S.Lvls - Does not alter any S.Lvls of
// characters, but rather will prevent any levels being deducted when
// completing a grid movement.
//patch=1,EE,01E7E66C,byte,00000000
patch=1,EE,D078acca,extended,00000880 // if []+start are held...
patch=1,EE,01E7E66C,extended,00000000 // 0 s-move cost
//
//
// 99 of all items
patch=1,EE,4031D59C,extended,001C0001 // 99 quantity
patch=1,EE,63636363,extended,00000000

patch=1,EE,4031D39C,extended,00380001 // each item type
patch=1,EE,20012000,extended,00020002
//
//
// Controls whether or not a certain character "appeared"
// in battle, and "acted" in battle. A character must both appear
// and act in order to gain AP. Dangerously(?), this works for
// chacters who haven't joined the party yet.
patch=1,EE,0x0031fbf0,byte,00000001 // Tidus appeared
patch=1,EE,0x0031fc14,byte,00000001 // Tidus acted
patch=1,EE,0x0031fbf1,byte,00000001 // Yuna appeared
patch=1,EE,0x0031fc15,byte,00000001 // Yuna acted
patch=1,EE,0x0031fbf2,byte,00000001 // Auron appeared
patch=1,EE,0x0031fc16,byte,00000001 // Auron acted
patch=1,EE,0x0031fbf3,byte,00000001 // Khimari appeared
patch=1,EE,0x0031fc17,byte,00000001 // Khimari acted
patch=1,EE,0x0031fbf4,byte,00000001 // Wakka appeared
patch=1,EE,0x0031fc18,byte,00000001 // Wakka acted
patch=1,EE,0x0031fbf5,byte,00000001 // Lulu appeared
patch=1,EE,0x0031fc19,byte,00000001 // Lulu acted
patch=1,EE,0x0031fbf6,byte,00000001 // Rikku appeared
patch=1,EE,0x0031fc1a,byte,00000001 // Rikku acted
//
// High Rikku affection (319500 = yuna, 31950C = wakka, 319514 = rikku, ...)
patch=1,EE,00319514,word,0000FDE8 // = 65,000
//
// Max Yojimbo compatibility
patch=1,EE,0031d274,byte,000000FF
Hello, i would love to cheat in Mana Khemia 2 SLUS 218.90 but i cant find any cheats for it that would work, so if someone who's kind enough coulda make me item code or something what gives/multiplies your items i woulda be very happy and synth my a$$ off. tyvm.
Umm... any1 have patch or please make it one for me for wild arms altc F, i've been trying to make patch max money but it doesn't work & the game wouldn't start at all. I'm still noobs to this kind of thing. Thx
(09-05-2009, 10:46 AM)Rudy Wrote: [ -> ]Umm... any1 have patch or please make it one for me for wild arms altc F, i've been trying to make patch max money but it doesn't work & the game wouldn't start at all. I'm still noobs to this kind of thing. Thx

Paste this into your wild arms pnach file:

Code:
//Max Gilla
patch=1,EE,20737408,word,0098967F
Thx for u'r patch Might it works..Biggrin
Looking for a Kingdom Hearts 2 US Patch for Money Mana and EXP if someone would do that for me and have it in the Pnatch file already cause I don't know how to make them into Pnatch files
(09-06-2009, 07:23 AM)Rokoka Wrote: [ -> ]Looking for a Kingdom Hearts 2 US Patch for Money Mana and EXP if someone would do that for me and have it in the Pnatch file already cause I don't know how to make them into Pnatch files

Here are the patches for Kingdom Hearts 2.
Code:
title= Kingdom Hearts II [SLUS 21005] (U)
comments= Patched by God Of Death
//Max Munny
patch=1,EE,2033FE60,word,000F423F
//Sora Infinite HP
patch=1,EE,0033FEC4,byte,000000FF
//Sora Max Strength
patch=1,EE,0033FEC9,byte,000000FF
//Sora Max Defence
patch=1,EE,0033FECB,byte,000000FF
//Sora Max Magic
patch=1,EE,0033FECA,byte,000000FF
//Sora Lvl 99
patch=1,EE,0033FECF,byte,00000063
//Sora Max HP
patch=1,EE,0033FEC5,byte,000000FF
//Goofy Infinite HP
patch=1,EE,003400AC,byte,000000FF
//Goofy Max Strength
patch=1,EE,003400B1,byte,000000FF
//Goofy Max Defence
patch=1,EE,003400B3,byte,000000FF
//Goofy Max Magic
patch=1,EE,003400B2,byte,000000FF
//Goofy Lvl 99
patch=1,EE,003400B7,byte,00000063
//Donald Infinite HP
patch=1,EE,0033FFB8,byte,000000FF
//Donald Max Strength
patch=1,EE,0033FFBD,byte,000000FF
//Donald Max Defence
patch=1,EE,0033FFBF,byte,000000FF
//Donald Max Magic
patch=1,EE,0033FFBE,byte,000000FF
//Donald Lvl 99
patch=1,EE,0033FFC3,byte,00000063
Edit till further notice
(09-06-2009, 07:41 AM)God Of Death Wrote: [ -> ]Here are the patches for Kingdom Hearts 2.
Code:
title= Kingdom Hearts II [SLUS 21005] (U)
comments= Patched by God Of Death
//Max Munny
patch=1,EE,2033FE60,word,000F423F
//Sora Infinite HP
patch=1,EE,0033FEC4,byte,000000FF
//Sora Max Strength
patch=1,EE,0033FEC9,byte,000000FF
//Sora Max Defence
patch=1,EE,0033FECB,byte,000000FF
//Sora Max Magic
patch=1,EE,0033FECA,byte,000000FF
//Sora Lvl 99
patch=1,EE,0033FECF,byte,00000063
//Sora Max HP
patch=1,EE,0033FEC5,byte,000000FF
//Goofy Infinite HP
patch=1,EE,003400AC,byte,000000FF
//Goofy Max Strength
patch=1,EE,003400B1,byte,000000FF
//Goofy Max Defence
patch=1,EE,003400B3,byte,000000FF
//Goofy Max Magic
patch=1,EE,003400B2,byte,000000FF
//Goofy Lvl 99
patch=1,EE,003400B7,byte,00000063
//Donald Infinite HP
patch=1,EE,0033FFB8,byte,000000FF
//Donald Max Strength
patch=1,EE,0033FFBD,byte,000000FF
//Donald Max Defence
patch=1,EE,0033FFBF,byte,000000FF
//Donald Max Magic
patch=1,EE,0033FFBE,byte,000000FF
//Donald Lvl 99
patch=1,EE,0033FFC3,byte,00000063

You've been reported of stealing these patches from another member. While you can use patches from other people and repost them, sticking your name in there is really unethical. Do it again and you will get a warning.
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 493