..:: 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
okay, i used what was given me and I no longer get no cheats found ..Angry.. now i get an endless loop (took a screenshot because i don't understand the message)...what am I doing wrong now?

*edit : I attached a second screenshot of the error message, this one is the beginning of the loop before the constant green message*
There are codes that pcsx2 don't like.
Try disabling some of the(add // infront of patch=1 and save)and try the game again(it's best to restart the emulator)

I'm betting on the this code(it probably needs condition checker)
Always Get 300 Skill Points For Level Up
(06-10-2013, 10:27 AM)vsub Wrote: [ -> ]There are codes that pcsx2 don't like.
Try disabling some of the(add // infront of patch=1 and save)and try the game again(it's best to restart the emulator)

I'm betting on the this code(it probably needs condition checker)
Always Get 300 Skill Points For Level Up

After disabling the All Item code I got the game to run properly ... just the Max Money and 300 Skill Point codes didn't work, they were found by the emulator and loaded but the game itself had no change to it, I'm just going to give up on trying to cheat with this one and beat it the old fashioned way. Thanks for the assistance.
You may try lowering this value
//All Items
patch=1,EE,40F80F68,extended,00DE0001
patch=1,EE,00090009,extended,00000000

This modifies 222 addresses and sometimes code from gametwink for something like this(have all using condensed codes)are modifying more addresses than the addresses used for items only.

For example if addresses from 20F80F68 to 20F81044 are used for items only and the addresses for something else are 20F81045 and 20F81046,the condensed code will also modify those addresses(which can lead to problems)because the code above modifies addresses from 20F80F68 to 20F81046

patch=1,EE,40F80F68,extended,00DE0001
patch=1,EE,00090009,extended,00000000

Red - Starting address
Orange - how many addresses to modify
Green - the next address to be modified will be +1 of the current address...this is actually wrong here.For this kind of codes,the minimum value here should be 4
Blue - The values to be set on the next 4 addresses(including the current)
Pink - by how much the value will be increase on every address

Try like this
patch=1,EE,40F80F68,extended,00DE0004
patch=1,EE,00090009,extended,00000000

or like this
patch=1,EE,40F80F68,extended,00DE0004
patch=1,EE,09090909,extended,00000000
Small correction. In what you wrote the green doesn't mean +1(byte) of curent adress but rather next 32bit adress hence 4 bytes further, it's not wrong and doesn't need to be multiplied by 4.
There are save game editors for that game here,you can use them for that rather than using cheats
can anyone change these to where the hp is at the games max hp allowable for player in ms saga a new dawn? cause currently all the show is 15 and they dont stay infinite cause i still end up being kille by blue leos ans a tallgeese



In-Battle Codes
Character 1 Codes
416 Infinite EN 0BB10EEA 00000063
417 Infinite TP 1BCBE8FB 000003E7
418 Infinite HP 1BCDE8FB 0000270F
Character 2 Codes
419 Infinite EN 0BCD0EEA 00000063
420 Infinite TP 1BD7E8FB 000003E7
421 Infinite HP 1BD9E8FB 0000270F
Character 3 Codes
422 Infinite EN 0BD90EEA 00000063
423 Infinite TP 1BE3E8FB 000003E7
424 Infinite HP 1BE5E8FB 0000270F
Character 4 Codes
425 Infinite EN 0BD50EEA 00000063
426 Infinite TP 1BEFE8FB 000003E7
427 Infinite HP 1BF1E8FB 0000270F
Character 5 Codes
428 Infinite EN 0BE10EEA 00000063
429 Infinite TP 1BFBE8FB 000003E7
430 Infinite HP 1BFDE8FB 0000270F
Character 6 Codes
431 Infinite EN 0BFD0EEA 00000063
432 Infinite TP 1B07E8FB 000003E7
433 Infinite HP 1B09E8FB 0000270F
(04-02-2011, 07:48 AM)bagus Wrote: [ -> ]GamerX51,here's the codes.

Code:
Mobile Suit 1 Codes
//Max Mod Lvl
patch=1,EE,01FDEDBC,extended,00000063
//Max EN
patch=1,EE,01FDEDBD,extended,00000063
//Max HP
patch=1,EE,01FDEDBE,extended,0000270F
//Max MEL
patch=1,EE,01FDEDC0,extended,000003E7
//Max RNG
patch=1,EE,01FDEDC2,extended,000003E7
//Max AMR
patch=1,EE,01FDEDC4,extended,000003E7
//Max SPD
patch=1,EE,01FDEDC6,extended,000003E7

Mobile Suit 2 Codes
//Max Mod Lvl
patch=1,EE,01FDEE38,extended,00000063
//Max EN
patch=1,EE,01FDEE39,extended,00000063
//Max HP
patch=1,EE,01FDEE3A,extended,0000270F
//Max MEL
patch=1,EE,01FDEE3C,extended,000003E7
//Max RNG
patch=1,EE,01FDEE3E,extended,000003E7
//Max AMR
patch=1,EE,01FDEE40,extended,000003E7
//Max SPD
patch=1,EE,01FDEE42,extended,000003E7

Mobile Suit 3 Codes
//Max Mod Lvl
patch=1,EE,01FDEEB4,extended,00000063
//Max EN
patch=1,EE,01FDEEB5,extended,00000063
//Max HP
patch=1,EE,01FDEEB6,extended,0000270F
//Max MEL
patch=1,EE,01FDEEB8,extended,000003E7
//Max RNG
patch=1,EE,01FDEEBA,extended,000003E7
//Max AMR
patch=1,EE,01FDEEBC,extended,000003E7
//Max SPD
patch=1,EE,01FDEEBE,extended,000003E7

Mobile Suit 4 Codes
//Max Mod Lvl
patch=1,EE,01FDEF30,extended,00000063
//Max EN
patch=1,EE,01FDEF31,extended,00000063
//Max HP
patch=1,EE,01FDEF32,extended,0000270F
//Max MEL
patch=1,EE,01FDEF34,extended,000003E7
//Max RNG
patch=1,EE,01FDEF36,extended,000003E7
//Max AMR
patch=1,EE,01FDEF38,extended,000003E7
//Max SPD
patch=1,EE,01FDEF3A,extended,000003E7

Mobile Suit 5 Codes
//Max Mod Lvl
patch=1,EE,01FDEFAC,extended,00000063
//Max EN
patch=1,EE,01FDEFAD,extended,00000063
//Max HP
patch=1,EE,01FDEFAE,extended,0000270F
//Max MEL
patch=1,EE,01FDEFB0,extended,000003E7
//Max RNG
patch=1,EE,01FDEFB2,extended,000003E7
//Max AMR
patch=1,EE,01FDEFB4,extended,000003E7
//Max SPD
patch=1,EE,01FDEFB6,extended,000003E7

Mobile Suit 6 Codes
//Max Mod Lvl
patch=1,EE,01FDF028,extended,00000063
//Max EN
patch=1,EE,01FDF029,extended,00000063
//Max HP
patch=1,EE,01FDF02A,extended,0000270F
//Max MEL
patch=1,EE,01FDF02C,extended,000003E7
//Max RNG
patch=1,EE,01FDF02E,extended,000003E7
//Max AMR
patch=1,EE,01FDF030,extended,000003E7
//Max SPD
patch=1,EE,01FDF032,extended,000003E7

Mobile Suit 7 Codes
//Max Mod Lvl
patch=1,EE,01FDF0A4,extended,00000063
//Max EN
patch=1,EE,01FDF0A5,extended,00000063
//Max HP
patch=1,EE,01FDF0A6,extended,0000270F
//Max MEL
patch=1,EE,01FDF0A8,extended,000003E7
//Max RNG
patch=1,EE,01FDF0AA,extended,000003E7
//Max AMR
patch=1,EE,01FDF0AC,extended,000003E7
//Max SPD
patch=1,EE,01FDF0AE,extended,000003E7

Mobile Suit 8 Codes
//Max Mod Lvl
patch=1,EE,01FDF120,extended,00000063
//Max EN
patch=1,EE,01FDF121,extended,00000063
//Max HP
patch=1,EE,01FDF122,extended,0000270F
//Max MEL
patch=1,EE,01FDF124,extended,000003E7
//Max RNG
patch=1,EE,01FDF126,extended,000003E7
//Max AMR
patch=1,EE,01FDF128,extended,000003E7
//Max SPD
patch=1,EE,01FDF12A,extended,000003E7

Mobile Suit 9 Codes
//Max Mod Lvl
patch=1,EE,01FDF19C,extended,00000063
//Max EN
patch=1,EE,01FDF19D,extended,00000063
//Max HP
patch=1,EE,01FDF19E,extended,0000270F
//Max MEL
patch=1,EE,01FDF1A0,extended,000003E7
//Max RNG
patch=1,EE,01FDF1A2,extended,000003E7
//Max AMR
patch=1,EE,01FDF1A4,extended,000003E7
//Max SPD
patch=1,EE,01FDF1A6,extended,000003E7

Mobile Suit 10 Codes
//Max Mod Lvl
patch=1,EE,01FDF218,extended,00000063
//Max EN
patch=1,EE,01FDF219,extended,00000063
//Max HP
patch=1,EE,01FDF21A,extended,0000270F
//Max MEL
patch=1,EE,01FDF21C,extended,000003E7
//Max RNG
patch=1,EE,01FDF21E,extended,000003E7
//Max AMR
patch=1,EE,01FDF220,extended,000003E7
//Max SPD
patch=1,EE,01FDF222,extended,000003E7

Mobile Suit 11 Codes
//Max Mod Lvl
patch=1,EE,01FDF294,extended,00000063
//Max EN
patch=1,EE,01FDF295,extended,00000063
//Max HP
patch=1,EE,01FDF296,extended,0000270F
//Max MEL
patch=1,EE,01FDF298,extended,000003E7
//Max RNG
patch=1,EE,01FDF29A,extended,000003E7
//Max AMR
patch=1,EE,01FDF29C,extended,000003E7
//Max SPD
patch=1,EE,01FDF29E,extended,000003E7

these codes are bogus they dont even work the way they are meant to and they make your hp stay at 15 hp
Xenosaga Episode I (US) Max Money Cheat
gametitle= Kingdom Hearts 2 [SLUS 21005] (U)
comment= good cheats
pnach file (Devilswarchild with credit going to everyone who posted cheats that are contained within this file)
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