..:: 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
Ape Escape 2 - SCES-50885 only!
CRC = 09B3AD4D
Mipmapping removal patch. Greatly improve game quality. Not fully tested so feedback is welcome.
PS. This game need skipMpeg hack to get into main menu.
EDIT: I forgot to mention that you need to set mipmapping in GSDX settings to NONE to get best effect.

Code:
patch=1,EE,0034E0E0,word,00000000


Before vs. After

[attachment=71931][attachment=71932]
[attachment=71933][attachment=71934]
(09-26-2020, 08:46 AM)Red-tv Wrote: [ -> ]Request - Baroque NTSC

CRC - 4566213C

Half the distance of enemies walking

I Recently made a 60fps patch for this game
You can find it In 60 fps thread
I made a modifer to everything that is tied to the frame rate except the distance of enemies walking
So Big Thanks for helping

I will later create a Patch for this Game too but cannot continue my Work on this Game right now
BUT i already found Codes for

1) No black Borders
2) Disable Noise Effect
3) Disable Blur Effect

If you are interested in these Codes i can upload them.
(09-27-2020, 05:47 PM)Maori-Jigglypuff Wrote: [ -> ]I will later create a Patch for this Game too but cannot continue my Work on this Game right now
BUT i already found Codes for

1) No black Borders
2) Disable Noise Effect
3) Disable Blur Effect

If you are interested in these Codes i can upload them.

I think pcsx2 widescreen hack already comes with 
Disable Noise Effect and disable blur Effect 

00237914 3c014500
0010fc60 3c023e80


The No black borders will be a welcome change
But the most important thing to me is the the reduce distance enemy is walking
Since this is the only thing preventing from me to Complete my 60 fps hack
(09-28-2020, 06:56 PM)Red-tv Wrote: [ -> ]I think pcsx2 widescreen hack already comes with 
Disable Noise Effect and disable blur Effect 

00237914 3c014500
0010fc60 3c023e80


The No black borders will be a welcome change
But the most important thing to me is the the reduce distance enemy is walking
Since this is the only thing preventing from me to Complete my 60 fps hack

Some Codes i created for Baroque, SLUS-21714

Game CRC: 4566213C

// No black Borders
patch=1,EE,00103c80,word,24070000

// Noise Filter Off
patch=1,EE,0010fb9c,word,24030000

// Disable Blur Effect
patch=1,EE,0010ee18,word,24030000
(09-28-2020, 07:10 PM)Maori-Jigglypuff Wrote: [ -> ]Some Codes i created for Baroque, SLUS-21714

Game CRC: 4566213C

// No black Borders
patch=1,EE,00103c80,word,24070000

// Noise Filter Off
patch=1,EE,0010fb9c,word,24030000

// Disable Blur Effect
patch=1,EE,0010ee18,word,24030000

Great code but It's making the map in gameplay + the Background in the first screen to disappear
I used my revert to 30 fps in cutscenes and FMV code to make a fix to the map 


//Fix Map
patch=1,EE,e0010001,extended,005179C0
patch=1,EE,20103c80,extended,8D27000C
(09-29-2020, 12:47 AM)Red-tv Wrote: [ -> ]Great code but It's making the map in gameplay + the Background in the first screen to disappear
I used my revert to 30 fps in cutscenes and FMV code to make a fix to the map 


//Fix Map
patch=1,EE,e0010001,extended,005179C0
patch=1,EE,20103c80,extended,8D27000C

I was all Night long busy to create another No Black Borders Code.Does this Work correctly without causing bad Side Effects ?

// No black Borders (ver.2)
patch=1,EE,00103d78,word,ad600000
(09-29-2020, 05:56 AM)Maori-Jigglypuff Wrote: [ -> ]I was all Night long busy to create another No Black Borders Code.Does this Work correctly without causing bad Side Effects ?

// No black Borders (ver.2)
patch=1,EE,00103d78,word,ad600000

No, Same sides Effect

Here is my Fix

//Check If Texture on characters are being rendered (Basically check if you are in the game and not title screen)
//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//If the conditions above are true active No black Borders + No Background when saving
//No black Borders + No Background when saving
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,10C11AFC
patch=1,EE,e0010000,extended,005179C0
patch=1,EE,20103c80,extended,24070000

This will Fix everything except the background when saving Which I kinda like, but I still made one with no problems

//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//Check If game doesn't need to render the environment (Basically check if Backgroung needs to be shown)
//If the conditions above are true active No black Borders
//No black Borders
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,005179C0
patch=1,EE,e0010000,extended,0051B5AC
patch=1,EE,20103c80,extended,24070000
(09-29-2020, 06:07 AM)Red-tv Wrote: [ -> ]No, Same sides Effect

OK.I will try a different approach sometime.
(09-29-2020, 06:07 AM)Red-tv Wrote: [ -> ]No, Same sides Effect

Here is my Fix

//Check If Texture on characters are being rendered (Basically check if you are in the game and not title screen)
//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//If the condition above are true active No black Borders + No Background when saving
//No black Borders + No Background when saving
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,10C11AFC
patch=1,EE,e0010000,extended,005179C0
patch=1,EE,20103c80,extended,24070000

This will Fix everything except the background when saving Which I kinda like, but I still made one with no problems

//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//Check If game doesn't need to render the environment (Basically check if Backgroung needs to be shown)
//If the condition above are true active No black Borders
//No black Borders
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,005179C0
patch=1,EE,e0010000,extended,0051B5AC
patch=1,EE,20103c80,extended,24070000

Ah, OK.I will try these.
(09-29-2020, 06:07 AM)Red-tv Wrote: [ -> ]No, Same sides Effect

Here is my Fix

//Check If Texture on characters are being rendered (Basically check if you are in the game and not title screen)
//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//If the conditions above are true active No black Borders + No Background when saving
//No black Borders + No Background when saving
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,10C11AFC
patch=1,EE,e0010000,extended,005179C0
patch=1,EE,20103c80,extended,24070000

This will Fix everything except the background when saving Which I kinda like, but I still made one with no problems

//Check If Player's Data doesn't need to be shown (Basically Check If game is playing Cutscenes)
//Check If game doesn't need to render the environment (Basically check if Backgroung needs to be shown)
//If the conditions above are true active No black Borders
//No black Borders
patch=1,EE,00103c80,word,8D27000C
patch=1,EE,e0020000,extended,005179C0
patch=1,EE,e0010000,extended,0051B5AC
patch=1,EE,20103c80,extended,24070000

Third Attempt:

// No black Borders (ver.3)
patch=1,EE,00173f98,word,64030001
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