..:: PCSX2 Forums ::..

Full Version: Fixing unplayable games
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(05-14-2021, 10:39 AM)prafull Wrote: [ -> ]Try using ee timing hack.

Never messed with it before. Can you give me a run down of how to use this? or link a tutorial perhaps? (Also i just found out its multiple tracks it seems and not just that single one i showed off)
For Musashi 2, would you happen to know how to get rid of the lag/slowdown when defeating enemies? Also came across an issue that maxed out CPU when the cutscene showing the giant whale thing happened.
Patch for Major League Baseball 2K10 [SLUS 21929] (U)
Fix for white tires in Destruction Derby Arena NTSC-U
crc=82162759
This is patch to VU1 program so you need to load cheat while starting game, later it won't apply. 
Replacement for nearest VU rounding because that seems to produce other issues (randomly big wheels). 
Game still suffer from flickering cars textures. 
Code:
patch=1,EE,00279db8,word,4ebe0000
Patches for PAL Versions of NHL games (2K5, 2K6, 2K7, 2K8 & 2K9)
Patch for Musashi Samurai Legend [SLES 53521] (E)
All patches should be included at this point: Patches for 18 games (or 15 individual games): - Arctic Thunder - Evolution Snowboarding - From Software First Previews
- Growlanser Generations - ICO - Major League Baseball 2K5 - Major League Baseball 2K10 - Musashiden II - Blademaster - Musashi Samurai Legend - NHL 2K5 - NHL 2K6 - NHL 2K7 - NHL 2K8 - NHL 2K9 - Virtua Fighter 4
(as of 1.7 dev1549)
Patch for Moto GP 3 [SLUS 20625] (U) fixing hang while trying to show full screen unlocked images in Challenge mode.
(04-22-2021, 01:33 PM)kozarovv Wrote: [ -> ]Onimusha: Dawn of Dreams SLUS-21180 (should work for both discs)
CRC = FE44479E
Improve menus, and other 2D displays handled on IPU. Not full fix, but really better than what we had before.

Code:
// Set IPU_DATA IVF to Intra
patch=1,EE,003BFDD8,word,3C040020

// Set IPU_CMD to IDEC, and set QSC to 2
// Why 2? Because it seems to work best.
patch=1,EE,003BFDEC,word,3C021002

// Old patch by shadow lady (still needed)
patch=1,EE,00104170,word,00000000

// Disable print - we need that loop!
// Without loop ipu break itself.
patch=1,EE,0010FDC8,word,34190180
patch=1,EE,0010FDCC,word,1720FFFF
patch=1,EE,0010FDD0,word,2739FFFF
patch=1,EE,0010FDD4,word,03E00008
patch=1,EE,0010FDD8,word,00000000

Compare pics.
Before vs. After



 

Thank you for your contribution, I love this game and this patch makes it somewhat more enjoyable. *Bows*
Anyone have a fix for Hot Shots Tennis?