..:: 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
(06-16-2013, 03:11 AM)vsub Wrote: [ -> ]Those are v1 encryption
Code:
Never Reload
D028DF86 0000AC62
2028DF84 00000000

Infinite Health
E0020782 0026B660
2026B664 24020096
2026B668 A6020782

1st Pullup For Grip Level 2
D01E6DBE 00200063
101E6DBE 00000063

2nd Pullup For Grip Level 3
D01E6DBE 00300063
D01E6DBE 002000C7
101E6DBE 000000C7

Infinite Ammo Codes
M9
101E6DEE 0000270F

USP
101E6DF0 0000270F

Chaff Grenades
101E6E00 0000270F

Stun Grenades
101E6E02 0000270F

Magazines
101E6E0C 0000270F

Frag Grenades
101E6E0E 0000270F

Stealth
101E6E8C 00000001

SOCOM Suppressor
101E6EB6 00000001

AK Suppressor
101E6EB8 00000001

1st Pullup For Grip Level 2
D01E6DC0 00200063
101E6DC0 00000063

2nd Pullup For Grip Level 3
D01E6DC0 00300063
D01E6DC0 002000C7
101E6DC0 000000C7

M9
101E6F3E 0000270F

USP
101E6F40 0000270F

SOCOM
101E6F42 0000270F

PSG1
101E6F44 0000270F

RGB6
101E6F46 0000270F

NIKITA
101E6F48 0000270F

Stinger
101E6F4A 0000270F

Claymores
101E6F4C 0000270F

C4
101E6F4E 0000270F

Chaff Grenades
101E6F50 0000270F

Stun Grenades
101E6F52 0000270F

AKS-74u
101E6F5A 0000270F

Magazines
101E6F5C 0000270F

Frag Grenades
101E6F5E 0000270F

M4
101E6F60 0000270F

PSG1-T
101E6F62 0000270F

Stealth

SOCOM Suppressor
101E7006 00000001

AK Suppressor
101E7008 00000001
101E6FDC 00000001

@Vsub
OK I so I took the raw code you provided and made my .pnach file but when I load it...it says 0 codes loaded....

Code:
//gametitle= Metal Gear Solid 2: Sons of Liberty (NTSC-U) [SLUS-20144]
comment= Metal Gear Solid 2: Sons of Liberty

//Never Reload
patch=1,EE,D028DF86,extended,0000AC62
patch=1,EE,2028DF84,extended,00000000

//Infinite Health
patch=1,EE,E0020782,extended,0026B660
patch=1,EE,2026B664,extended,24020096
patch=1,EE,2026B668,extended,A6020782

//1st Pullup For Grip Level 2
patch=1,EE,D01E6DBE,extended,00200063
patch=1,EE,101E6DBE,extended,00000063

//2nd Pullup For Grip Level 3
patch=1,EE,D01E6DBE,extended,00300063
patch=1,EE,D01E6DBE,extended,002000C7
patch=1,EE,101E6DBE,extended,000000C7

//Infinite Ammo Codes
//M9
patch=1,EE,101E6DEE,extended,0000270F

//USP
patch=1,EE,101E6DF0,extended,0000270F

//Chaff Grenades
patch=1,EE,101E6E00,extended,0000270F

//Stun Grenades
patch=1,EE,101E6E02,extended,0000270F

//Magazines
patch=1,EE,101E6E0C,extended,0000270F

//Frag Grenades
patch=1,EE,101E6E0E,extended,0000270F

//Stealth
patch=1,EE,101E6E8C,extended,00000001

//SOCOM Suppressor
patch=1,EE,101E6EB6,extended,00000001

//AK Suppressor
patch=1,EE,101E6EB8,extended,00000001

//1st Pullup For Grip Level 2
patch=1,EE,D01E6DC0,extended,00200063
patch=1,EE,101E6DC0,extended,00000063

//2nd Pullup For Grip Level 3
patch=1,EE,D01E6DC0,extended,00300063
patch=1,EE,D01E6DC0,extended,002000C7
patch=1,EE,101E6DC0,extended,000000C7

//M9
patch=1,EE,101E6F3E,extended,0000270F

//USP
patch=1,EE,101E6F40,extended,0000270F

//SOCOM
patch=1,EE,101E6F42,extended,0000270F

//PSG1
patch=1,EE,101E6F44,extended,0000270F

//RGB6
patch=1,EE,101E6F46,extended,0000270F

//NIKITA
patch=1,EE,101E6F48,extended,0000270F

//Stinger
patch=1,EE,101E6F4A,extended,0000270F

//Claymores
patch=1,EE,101E6F4C,extended,0000270F

//C4
patch=1,EE,101E6F4E,extended,0000270F

//Chaff Grenades
patch=1,EE,101E6F50,extended,0000270F

//Stun Grenades
patch=1,EE,101E6F52,extended,0000270F

//AKS-74u
patch=1,EE,101E6F5A,extended,0000270F

//Magazines
patch=1,EE,101E6F5C,extended,0000270F

//Frag Grenades
patch=1,EE,101E6F5E,extended,0000270F

//M4
patch=1,EE,101E6F60,extended,0000270F

//PSG1-T
patch=1,EE,101E6F62,extended,0000270F

//Stealth

//SOCOM Suppressor
patch=1,EE,101E7006,extended,00000001

//AK Suppressor
patch=1,EE,101E7008,extended,00000001
patch=1,EE,101E6FDC,extended,00000001

^ that is what it gave me when I used the raw code in the PCSX2CE but now that I look at it....something seems...."off" could you help me out here just a little bit pretty please?
(05-20-2017, 01:07 PM)lzzy Wrote: [ -> ]Hi guys, kindly please help me here. I've been looking for Dynasty Tactics 2(SLUS_207.61) Codes but i got no luck and the codes i found from the sites are not working for me.


I only want the code for Max/Infinite Craft Points, 
here is the code that i found:
Code:
(M)
0E3C7DF2 1853E59E
EE8DA862 BCBAE9F2
 
Infinite Craft
DE176E5E C1A34B83

And here's another:
Code:
(M)
4KAU-8QAT-6FCA1
TZ6V-5PQK-X6GZV

In Game Codes
MB68-3561-GJKV4

Infinite Troops
8JAR-1YD2-ZW571
869K-M9JH-EVG6A
11P7-G9C3-R92M0
QT1Z-XR4C-1HAWH
C12Q-G1BJ-YH3FE
U8MM-UZ8Y-UEJYN
1N76-6XP2-DHRKW
6PA5-47BR-F7WAJ

Low Enemy Troops
ANR2-K7DT-XH7BM
2382-MHFP-0B81T
M4HZ-NYVK-MBVRZ
004W-7HMQ-2M36H
6UEJ-6FC6-H3ETA
GAXJ-BMAU-X4WE6
DTND-N6Q0-UNN11

Infinite Craft
TX7P-2939-6M18C
VWRP-9PE9-RH3JV

I tried to convert them to RAW with Omniconverter and convert them again to pnach with Multi converter but its not working. It's probably that the codes is for the PAL version and i own the NTSC version. If anyone have the codes for this game please help me. thank you.

you can try and look through here http://www.codetwink.com/view-cheats-464...ics+2.html but if you cant find it there...then for a code that specific you might want to try cheat engine.... maybe someone else knows a code that I dont.
Hi, I was wondering if it would be possible to get a code for Phantasy Star Universe [SLUS 21194] (U) CRC: 29B44F89.

I am specifically looking for a code for quickly leveling Photon Arts. However I can't seem to find a code online myself no matter how hard I look, and while I have tried with Cheat Engine, I am not good enough with it to find what I need.

Thank you for any help that can be given on this.
Hello~ any way someone can please help invert the analog stick function in Fatal Frame (1) during camera\"fighting" mode so it controls like contemporary games?
Currently it's [Left Stick] to aim the camera and [Right Stick] to move your character, with no menu option to fix that.

Fatal Frame 3 with "Analog Stick" set to "Reverse", and Fatal Frame 2 with "Switch L/R analog stick" set to "L/Move R/Look" work like the way I've described above, and would like to achieve for the first game to make it more approachable.
Thank you in advance.
(05-27-2017, 12:52 AM)foxy Wrote: [ -> ]Hello~ any way someone can please help invert the analog stick function in Fatal Frame (1) during camera\"fighting" mode so it controls like contemporary games?
Currently it's [Left Stick] to aim the camera and [Right Stick] to move your character, with no menu option to fix that.

Fatal Frame 3 with "Analog Stick" set to "Reverse", and Fatal Frame 2 with "Switch L/R analog stick" set to "L/Move R/Look" work like the way I've described above, and would like to achieve for the first game to make it more approachable.
Thank you in advance.

you do realize this is a thread for cheat files right?
(05-27-2017, 03:13 AM)Devilswarchild Wrote: [ -> ]you do realize this is a thread for cheat files right?

The main topic says that we can post requests, and the post before mine was a request as well.

This will be my only reply to this, since the topic states that discussions are not allow, this is a bit too much on that grey area, and fully understand if this one reply is deleted in the near future. (Sorry for the trouble mods.)
A cheat is exactly what I'm looking for, I don't believe there is any other way to change the partial behavior of a game through any other methods.
This is not something that can be changed with a simple button remapping, as it only affects specific parts of the game.

Cheats like the one I politely asked if anyone could help me with, exist for other games; like TLoZ Wind Waker. But sadly Fatal Frame (1) is not popular enough for anyone to just spontaneously make Game Shark codes for it.
(05-27-2017, 04:43 AM)foxy Wrote: [ -> ]The main topic says that we can post requests, and the post before mine was a request as well.

This will be my only reply to this, since the topic states that discussions are not allow, this is a bit too much on that grey area, and fully understand if this one reply is deleted in the near future. (Sorry for the trouble mods.)
A cheat is exactly what I'm looking for, I don't believe there is any other way to change the partial behavior of a game through any other methods.
This is not something that can be changed with a simple button remapping, as it only affects a specific part of the game.

Cheats like the one I politely asked if anyone could help me with, exist for other games; like TLoZ Wind Waker. But sadly Fatal Frame (1) is not popular enough for anyone to just spontaneously make Game Shark codes for it.

Try looking through this http://codetwink.com/view-cheats-3527-ti...frame.html
(05-27-2017, 05:04 AM)Devilswarchild Wrote: [ -> ]Try looking through this http://codetwink.com/view-cheats-3527-ti...frame.html

Thanks. But sadly I have spend a large numbers of hours going through every cheat website I could find on the internet including that one. The cheats that say "Camera Controls" on that one are only referring to the readable tutorial files from the "scraps" section unfortunately.
Asking here was really a last resort.
(05-27-2017, 03:05 PM)foxy Wrote: [ -> ]Thanks. But sadly I have spend a large numbers of hours going through every cheat website I could find on the internet including that one. The cheats that say "Camera Controls" on that one are only referring to the readable tutorial files from the "scraps" section unfortunately.
Asking here was really a last resort.

I don't know the details of the game but unless this switch is only for certain sections of the game couldn't you simply use the the gamepad configuration in PCSX2 to re-map the controls the way you want. As in map the left stick to do right stick functions and right stick to do left stick. Then just save the config as a separate file just for that game and load it when you play that game. I don't know how or if this would effect menus or other sections of the game but at least with menus most PS2 games allow the use of the D-Pad.
(05-27-2017, 03:49 PM)shadowblade016 Wrote: [ -> ]I don't know the details of the game but unless this switch is only for certain sections of the game couldn't you simply use the the gamepad configuration in PCSX2 to re-map the controls the way you want. As in map the left stick to do right stick functions and right stick to do left stick. Then just save the config as a separate file just for that game and load it when you play that game. I don't know how or if this would effect menus or other sections of the game but at least with menus most PS2 games allow the use of the D-Pad.

No, it's not something that can be done with remapping sadly like I mentioned before, since you're constantly swapping between the 2 modes during normal gameplay.

The D-Pad is attached to the left analog stick function, so it always mimics what the left analog is doing at that time. When you're moving around with the Left analog, it allows you to move around too. But when you tap Circle and go into Camera\"fighting" mode, it swaps to "aim mode" along with Left stick, giving the right stick the move function instead during that.
(And this is only if you activate the D-Pad by selecting another control setup, as it's disabled during gameplay by default.)

To put it simple to anyone unfamiliar with the game, every time you tap Circle, the analog stick used to move and the one used to aim will swap positions, and you do it very, VERY often.
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