..:: 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
(07-17-2011, 01:58 PM)Mark IV Wrote: [ -> ]Both codes don't work. Are you sure they're for the PAL version?

Nope I found the codes on 2 sites, none of them had game version stated, but the other one were already tested and not working for you.
Don't have the game to find those myself, you could try finding it yourself using cheat engine. Should be fairy simple as you already know the money is stored in 8 bytes and where it should be around. Soo seeking in range 20A00000-20A40000 or even lesser for 8bytes with unknown initial value for changes whenever you earn or loose the money. Shouldn't give too much adresses in result after few changes to try with, soo understanding how the money is actually calculated isn't really soo crucial here.

@Gold344 don't have the game but try this:
Code:
//Gain 50000 EXP Per Battle
patch=1,EE,2021728C,extended,3402C350
//Gain 50000 Zenny Per Battle
patch=1,EE,20217228,extended,3403C350

or if you prefer to simply set money at max:
//Max Zenny
patch=1,EE,2054FCCC,extended,0098967F


@Blaze89 I haven't got a clue for this disney game, guess it have alot of chars and dunno even which of those codes are for weapons, but you can convert them yourself, guess those should work for german version:
http://uk.codejunkies.com/search/codes/c...px?selp=13&game=Kingdom-Hearts-(German-Version)&gameID=13631699&page=0
just convert using omniconverter from AR MAX to raw/unencrypted and format them manually or with some other converter from 1 post of this topic.

Example:
Code:
AR max(from the linked site):
Max XP
ZQFW-27UE-J1A1M
6R40-4QJ2-FD0CF


Raw
Max XP(Sora)
203F3D30 0098967F

pnach format:
//Max XP(Sora)
patch=1,EE,203F3D30,extended,0098967F

Oh well one more, but I'm not sure if those are "keyblades" O.o

Code:
//Ultima Weapon
patch=1,EE,003F295D,extended,00000001

//Jungle Key
patch=1,EE,003F294F,extended,00000001

//Three Wishes
patch=1,EE,003F2950,extended,00000001

//Crabclaw
patch=1,EE,003F2953,extended,00000001

//Pumpkinhead
patch=1,EE,003F2952,extended,00000001

//Fairy Harp
patch=1,EE,003F2951,extended,00000001

//Wishing Star
patch=1,EE,003F295C,extended,00000001

//Spellbinder
patch=1,EE,003F2955,extended,00000001

//Metal Chocobo
patch=1,EE,003F2958,extended,00000001

//Olympia
patch=1,EE,003F2956,extended,00000001

//Lionheart
patch=1,EE,003F2957,extended,00000001

//Lady Luck
patch=1,EE,003F295B,extended,00000001

//Divine Rose
patch=1,EE,003F2954,extended,00000001

//Oath Keeper
patch=1,EE,003F2959,extended,00000001

//Oblivion
patch=1,EE,003F295A,extended,00000001

Paste the ready codes inside the notepad and save as yourgameCRC.pnach(making sure it doesn't get ".txt" at the end) game CRC is shown in the pcsx2 console while loading the game. Actually if you check "cheats" and have no file with them it would show an error with what file it couldn't find, and this is the one you need to create and put inside your cheats folderTongue.

Have no way to test them, soo good luck.
(07-18-2011, 09:04 AM)miseru99 Wrote: [ -> ]Nope I found the codes on 2 sites, none of them had game version stated, but the other one were already tested and not working for you.
Don't have the game to find those myself, you could try finding it yourself using cheat engine. Should be fairy simple as you already know the money is stored in 8 bytes and where it should be around. Soo seeking in range 20A00000-20A40000 or even lesser for 8bytes with unknown initial value for changes whenever you earn or loose the money. Shouldn't give too much adresses in result after few changes to try with, soo understanding how the money is actually calculated isn't really soo crucial here.

@Gold344 don't have the game but try this:
Code:
//Gain 50000 EXP Per Battle
patch=1,EE,2021728C,extended,3402C350
//Gain 50000 Zenny Per Battle
patch=1,EE,20217228,extended,3403C350

or if you prefer to simply set money at max:
//Max Zenny
patch=1,EE,2054FCCC,extended,0098967F


@Blaze89 I haven't got a clue for this disney game, guess it have alot of chars and dunno even which of those codes are for weapons, but you can convert them yourself, guess those should work for german version:
http://uk.codejunkies.com/search/codes/c...699&page=0
just convert using omniconverter from AR MAX to raw/unencrypted and format them manually or with some other converter from 1 post of this topic.

Example:
Code:
AR max(from the linked site):
Max XP
ZQFW-27UE-J1A1M
6R40-4QJ2-FD0CF


Raw
Max XP(Sora)
203F3D30 0098967F

pnach format:
//Max XP(Sora)
patch=1,EE,203F3D30,extended,0098967F

Oh well one more, but I'm not sure if those are "keyblades" O.o

Code:
//Ultima Weapon
patch=1,EE,003F295D,extended,00000001

//Jungle Key
patch=1,EE,003F294F,extended,00000001

//Three Wishes
patch=1,EE,003F2950,extended,00000001

//Crabclaw
patch=1,EE,003F2953,extended,00000001

//Pumpkinhead
patch=1,EE,003F2952,extended,00000001

//Fairy Harp
patch=1,EE,003F2951,extended,00000001

//Wishing Star
patch=1,EE,003F295C,extended,00000001

//Spellbinder
patch=1,EE,003F2955,extended,00000001

//Metal Chocobo
patch=1,EE,003F2958,extended,00000001

//Olympia
patch=1,EE,003F2956,extended,00000001

//Lionheart
patch=1,EE,003F2957,extended,00000001

//Lady Luck
patch=1,EE,003F295B,extended,00000001

//Divine Rose
patch=1,EE,003F2954,extended,00000001

//Oath Keeper
patch=1,EE,003F2959,extended,00000001

//Oblivion
patch=1,EE,003F295A,extended,00000001

Paste the ready codes inside the notepad and save as yourgameCRC.pnach(making sure it doesn't get ".txt" at the end) game CRC is shown in the pcsx2 console while loading the game. Actually if you check "cheats" and have no file with them it would show an error with what file it couldn't find, and this is the one you need to create and put inside your cheats folderTongue.

Have no way to test them, soo good luck.

Thanks miseru99 but it didn't worked I don't know why. Just to be sure is just copy paste and save it with the name tha pcsx2 asks for that game cheatfile and activate the cheats in pcsx2? or I have to do anything else?
@Gold344 You have NTSC or PAL version? The above should work in NTSC, PAL was a bit harder to find, but try those if you have it:

Code:
//Zeny
patch=1,EE,2055E54C,extended,05F5E0FF
//Fast LVLup
patch=1,EE,2055E568,extended,05F5E0FF
or
Code:
//Max lvl
patch=1,EE,2055E560,extended,00000063
//infinite/max all items
patch=1,EE,2055EB60,extended,00090001
patch=1,EE,2055EB64,extended,00090002
patch=1,EE,2055EB68,extended,00090003
patch=1,EE,2055EB6C,extended,00090004
patch=1,EE,2055EB70,extended,00090005
patch=1,EE,2055EB74,extended,00090006
patch=1,EE,2055EB78,extended,00090007
patch=1,EE,2055EB7C,extended,00090008
patch=1,EE,2055EB80,extended,00090009
patch=1,EE,2055EB84,extended,0009000A
patch=1,EE,2055EB88,extended,0009000B
patch=1,EE,2055EB8C,extended,0009000C
patch=1,EE,2055EB90,extended,0009000D
patch=1,EE,2055EB94,extended,0009000E
patch=1,EE,2055EB98,extended,0009000F
patch=1,EE,2055EB9C,extended,00090010
patch=1,EE,2055EBA0,extended,00090011
patch=1,EE,2055EBA4,extended,00090012
patch=1,EE,2055EBA8,extended,00090013
patch=1,EE,2055EBAC,extended,00090014
patch=1,EE,2055EBB0,extended,00090015
patch=1,EE,2055EBB4,extended,00090016
patch=1,EE,2055EBB8,extended,00090017
patch=1,EE,2055EBBC,extended,00090018
patch=1,EE,2055EBC0,extended,00090019
patch=1,EE,2055EBC4,extended,0009001A
patch=1,EE,2055EBC8,extended,0009001B
patch=1,EE,2055EBCC,extended,0009001C
patch=1,EE,2055EBD0,extended,0009001D
patch=1,EE,2055EBD4,extended,0009001E
patch=1,EE,2055EBD8,extended,0009001F
(07-19-2011, 06:30 AM)miseru99 Wrote: [ -> ]@Gold344 You have NTSC or PAL version? The above should work in NTSC, PAL was a bit harder to find, but try those if you have it:

Code:
//Zeny
patch=1,EE,2055E54C,extended,05F5E0FF
//Fast LVLup
patch=1,EE,2055E568,extended,05F5E0FF
or
Code:
//Max lvl
patch=1,EE,2055E560,extended,00000063
//infinite/max all items
patch=1,EE,2055EB60,extended,00090001
patch=1,EE,2055EB64,extended,00090002
patch=1,EE,2055EB68,extended,00090003
patch=1,EE,2055EB6C,extended,00090004
patch=1,EE,2055EB70,extended,00090005
patch=1,EE,2055EB74,extended,00090006
patch=1,EE,2055EB78,extended,00090007
patch=1,EE,2055EB7C,extended,00090008
patch=1,EE,2055EB80,extended,00090009
patch=1,EE,2055EB84,extended,0009000A
patch=1,EE,2055EB88,extended,0009000B
patch=1,EE,2055EB8C,extended,0009000C
patch=1,EE,2055EB90,extended,0009000D
patch=1,EE,2055EB94,extended,0009000E
patch=1,EE,2055EB98,extended,0009000F
patch=1,EE,2055EB9C,extended,00090010
patch=1,EE,2055EBA0,extended,00090011
patch=1,EE,2055EBA4,extended,00090012
patch=1,EE,2055EBA8,extended,00090013
patch=1,EE,2055EBAC,extended,00090014
patch=1,EE,2055EBB0,extended,00090015
patch=1,EE,2055EBB4,extended,00090016
patch=1,EE,2055EBB8,extended,00090017
patch=1,EE,2055EBBC,extended,00090018
patch=1,EE,2055EBC0,extended,00090019
patch=1,EE,2055EBC4,extended,0009001A
patch=1,EE,2055EBC8,extended,0009001B
patch=1,EE,2055EBCC,extended,0009001C
patch=1,EE,2055EBD0,extended,0009001D
patch=1,EE,2055EBD4,extended,0009001E
patch=1,EE,2055EBD8,extended,0009001F

thanks it worked!!!! (I used the first one XD) I think its PAL but at the start of the game it asks what I want PAL or NTSC but in the command screen it says PAL when starting the game XD
Hi, has anyone here tried to use the all cards code of the game Yu-Gi-Oh The Beginning of Destiny from cmgsccc? I am using codebreaker 9.2.elf to run the cheat device on pcsx2 0.9.7 but it seems the cards code is not working.

im kindda new in this community and i been looking for Dark Cloud NTSC-U [CRC = A5C05C78] Patches but have no luck finding any..... is there someone who have a patch for this game that can help?
Suikoden 4
SLUS-20979
CRC-e2984005

Looking for anything that helps keep grinding to a minimum. Exp multiplier or one hit kill would be awesome but even unlimited items would help.

Many thanks.
Hi, guys, I just wanted to know if there are any MKD NTSC pnach file I can download?
Sorry if I missed the page where it was posted. I didn't want to waste your time.
Mega Man X, What game are you looking for and what codes, I can see if I can make it for you.
(04-23-2009, 08:42 PM)vsub Wrote: [ -> ]Ok I'll make the last item slot for synth points and the previous for max of some item so when you want max synth points to some weapon just place it to the last item slot and for max of the some item on the previous.And btw if you place the weapon in the max item slot you'll damage some of his letters.

Code:
gametitle=Dark Cloud 2 USA
// Max Synth Points For The Last Item Slot
patch=1,EE,01e22740,short,000003e7
// Max Items Amount For The Slot Before Last Item Slot.
patch=1,EE,01E226A8,short,000003e7
// Max\Infinite Gilda
patch=1,EE,21E6384C,word,0098967F
// Item Modifier 0 - 428
patch=0,EE,01E2262E,short,000000xx

The slot codes aren't working but the Gilda is. Gameshark code list.
I just want the Synth Points for all the weapons, or something that works like that. Or if I'm doing something wrong (I haven't edited anything: saved that file in the cheats folder)
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