GameDB: Fixes to multiple games yet again

- Thrillville + Thrillville Off The Rails: Mad TFF / deinterlace 8 to stop shaking the whole game
- Forgotten Realm Demon Stone: Get rid of more blur
- ATV Offroad Fury 3: MTVU disabled which was an odd find to improve FPS
- Crimson Tears: Wild arms + Full Sprite for reducing bloom misalignment + note that Blending TFF might be better especialy when you use Software.
- Final Fantasy X: Texture in Rt for fixing endgame summons like Anima and The Magus Sisters
- No One Lives Forever: Mipmap full + trilinear + full blending needed to fix lighting
This commit is contained in:
RedDevilus 2022-11-23 19:47:42 +01:00 committed by refractionpcsx2
parent 0466114f67
commit 4d73147121
1 changed files with 66 additions and 7 deletions

View File

@ -1784,6 +1784,7 @@ SCED-50642:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCED-50675:
name: "Official PlayStation 2 Magazine Demo 16"
region: "PAL-M5"
@ -1853,6 +1854,7 @@ SCED-50907:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCED-50945:
name: "Official PlayStation 2 Magazine Demo 20"
region: "PAL-M5"
@ -2876,6 +2878,7 @@ SCES-50490:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCES-50491:
name: "Final Fantasy X"
region: "PAL-F"
@ -2883,6 +2886,7 @@ SCES-50491:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCES-50492:
name: "Final Fantasy X"
region: "PAL-G"
@ -2891,6 +2895,7 @@ SCES-50492:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters..
SCES-50493:
name: "Final Fantasy X"
region: "PAL-I"
@ -2898,6 +2903,7 @@ SCES-50493:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCES-50494:
name: "Final Fantasy X"
region: "PAL-S"
@ -2905,6 +2911,7 @@ SCES-50494:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SCES-50499:
name: "Ecco the Dolphin - Defender of the Future"
region: "PAL-M5"
@ -7845,6 +7852,8 @@ SCUS-97405:
name: "ATV Offroad Fury 3"
region: "NTSC-U"
compat: 5
speedHacks:
MTVUSpeedHack: 0 # Increases FPS drastically.
SCUS-97406:
name: "Jampack Demo Disc Vol.10 - Summer 2004 [M-Rated]"
region: "NTSC-U"
@ -7996,6 +8005,8 @@ SCUS-97436:
SCUS-97437:
name: "ATV Offroad Fury 3 [Demo]"
region: "NTSC-U"
speedHacks:
MTVUSpeedHack: 0 # Increases FPS drastically.
SCUS-97438:
name: "EyeToy - Antigrav [Demo]"
region: "NTSC-U"
@ -8358,6 +8369,8 @@ SCUS-97513:
SCUS-97514:
name: "ATV Offroad Fury 3 [Greatest Hits]"
region: "NTSC-U"
speedHacks:
MTVUSpeedHack: 0 # Increases FPS drastically.
SCUS-97515:
name: "Hot Shots Golf FORE! [Greatest Hits]"
region: "NTSC-U"
@ -9118,6 +9131,7 @@ SLED-52852:
vuClampMode: 3 # Removes occasional SPS where the head goes into nightmare fuel.
gsHWFixes:
halfPixelOffset: 1 # Reduces ghosting.
roundSprite: 1 # Reduces ghosting even more.
SLED-52875:
name: "Sega Superstars [Demo]"
region: "PAL-E"
@ -10543,6 +10557,9 @@ SLES-50591:
SLES-50592:
name: "No One Lives Forever"
region: "PAL-M5"
gsHWFixes:
mipmap: 2 # Fixes miptrick texture effects.
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
SLES-50606:
name: "State of Emergency"
region: "PAL-M4"
@ -14636,6 +14653,10 @@ SLES-52533:
SLES-52534:
name: "Crimson Tears"
region: "PAL-M3"
gsHWFixes:
wildArmsHack: 1 # Fixes blurriness.
roundSprite: 2 # Reduces misalignment bloom effects.
# deinterlace: 6 # Game requires blend tff deinterlacing when auto for 'fixing' shimmer on character models and more flickering or half weaved, though the game suffers from the field order.
SLES-52535:
name: "Rumble Roses"
region: "PAL-M5"
@ -15038,6 +15059,7 @@ SLES-52669:
vuClampMode: 3 # Removes occasional SPS where the head goes into nightmare fuel.
gsHWFixes:
halfPixelOffset: 1 # Reduces ghosting.
roundSprite: 1 # Reduces ghosting even more.
SLES-52670:
name: "Second Sight"
region: "PAL-M5"
@ -17760,6 +17782,8 @@ SLES-53753:
SLES-53754:
name: "ATV Offroad Fury 3"
region: "PAL-M6"
speedHacks:
MTVUSpeedHack: 0 # Increases FPS drastically.
SLES-53755:
name: "Castlevania - Curse of Darkness"
region: "PAL-M5"
@ -19386,8 +19410,9 @@ SLES-54455:
region: "PAL-E"
gsHWFixes:
halfPixelOffset: 1 # Fixes misaligned bloom effects.
mergeSprite: 1 # Fixes blurriness but removes bloom.
mergeSprite: 1 # Fixes blurriness but removes bloom + Recommended to use Shadeboost brightness 80.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54456:
name: "Beverly Hills Cop"
region: "PAL-M11"
@ -19553,6 +19578,7 @@ SLES-54516:
halfPixelOffset: 1 # Fixes misaligned bloom effects.
mergeSprite: 1 # Fixes blurriness but removes bloom + Recommended to use Shadeboost brightness 80.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54517:
name: "Thrillville"
region: "PAL-M3"
@ -19560,6 +19586,7 @@ SLES-54517:
halfPixelOffset: 1 # Fixes misaligned bloom effects.
mergeSprite: 1 # Fixes blurriness but removes bloom + Recommended to use Shadeboost brightness 80.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54518:
name: "Clumsy Shumsy"
region: "PAL-E"
@ -20279,12 +20306,14 @@ SLES-54806:
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54807:
name: "Thrillville - Off the Rails"
region: "PAL-F"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54809:
name: "Charlotte's Web"
region: "PAL-A"
@ -20495,8 +20524,9 @@ SLES-54887:
name: "Thrillville - Verrückte Achterbahn"
region: "PAL-G"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects.
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-54888:
name: "Pro Biker 2"
region: "PAL-E"
@ -20850,14 +20880,16 @@ SLES-55010:
name: "Thrillville - Fuori dai Binari"
region: "PAL-I"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects.
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-55011:
name: "Thrillville - Fuera de Control"
region: "PAL-S"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects.
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLES-55012:
name: "Golden Compass, The"
region: "PAL-M5"
@ -22046,7 +22078,7 @@ SLES-55579:
clampModes:
vuClampMode: 0
gsHWFixes:
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing when auto for the FMVs.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the FMVs.
SLES-55581:
name: "FIFA 10"
region: "PAL-M5"
@ -23154,6 +23186,7 @@ SLKA-25214:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLKA-25215:
name: "Shining Wind"
region: "NTSC-K"
@ -23254,6 +23287,7 @@ SLKA-25252:
vuClampMode: 3 # Removes occasional SPS where the head goes into nightmare fuel.
gsHWFixes:
halfPixelOffset: 1 # Reduces ghosting.
roundSprite: 1 # Reduces ghosting even more.
SLKA-25254:
name: "Digimon Rumble Arena 2"
region: "NTSC-K"
@ -27135,6 +27169,7 @@ SLPM-65115:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPM-65116:
name: "Lilie no Atelier Plus - Salburg no Renkinjutsushi 3"
region: "NTSC-J"
@ -28636,6 +28671,10 @@ SLPM-65575:
name: "Crimson Tears"
region: "NTSC-J"
compat: 5
gsHWFixes:
wildArmsHack: 1 # Fixes blurriness.
roundSprite: 2 # Reduces misalignment bloom effects.
# deinterlace: 6 # Game requires blend tff deinterlacing when auto for 'fixing' shimmer on character models and more flickering or half weaved, though the game suffers from the field order.
SLPM-65576:
name: "Tantei Jinguuji Saburou - Kind of Blue"
region: "NTSC-J"
@ -29814,6 +29853,7 @@ SLPM-65927:
vuClampMode: 3 # Removes occasional SPS where the head goes into nightmare fuel.
gsHWFixes:
halfPixelOffset: 1 # Reduces ghosting.
roundSprite: 1 # Reduces ghosting even more.
SLPM-65928:
name: "SuperLite 2000 Series - Memories Off Mix"
region: "NTSC-J"
@ -30516,6 +30556,7 @@ SLPM-66124:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPM-66125:
name: "Final Fantasy X-2 [Ultimate Hits]"
region: "NTSC-J"
@ -32617,6 +32658,7 @@ SLPM-66677:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPM-66678:
name: "Final Fantasy X-2 - International + Last Mission [Ultimate Hits]"
region: "NTSC-J"
@ -33816,6 +33858,7 @@ SLPM-67513:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPM-67514:
name: "Kessen"
region: "NTSC-K"
@ -35852,6 +35895,7 @@ SLPS-25050:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPS-25051:
name: "Missing Blue"
region: "NTSC-J"
@ -35978,6 +36022,7 @@ SLPS-25088:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPS-25094:
name: "Reveal Fantasia"
region: "NTSC-J"
@ -39037,6 +39082,7 @@ SLPS-72501:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLPS-72502:
name: "Tales of Destiny 2 [Mega Hits]"
region: "NTSC-J"
@ -39708,6 +39754,9 @@ SLUS-20028:
name: "No One Lives Forever"
region: "NTSC-U"
compat: 5
gsHWFixes:
mipmap: 2 # Fixes miptrick texture effects.
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
SLUS-20029:
name: "Top Gear Daredevil"
region: "NTSC-U"
@ -40823,9 +40872,10 @@ SLUS-20312:
region: "NTSC-U"
compat: 5
roundModes:
eeRoundMode: 1 # Fix reverse control and boss in some places.
eeRoundMode: 1 # Fixes reverse control and boss in some places.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes wrong visuals for the summon Anima and The (Triple) Magus Sisters.
SLUS-20313:
name: "Wave Rally"
region: "NTSC-U"
@ -43144,6 +43194,7 @@ SLUS-20804:
vuClampMode: 3 # Removes occasional SPS where the head goes into nightmare fuel.
gsHWFixes:
halfPixelOffset: 1 # Reduces ghosting.
roundSprite: 1 # Reduces ghosting even more.
SLUS-20805:
name: "Yu Yu Hakusho - Dark Tournament"
region: "NTSC-U"
@ -43842,6 +43893,10 @@ SLUS-20948:
name: "Crimson Tears"
region: "NTSC-U"
compat: 5
gsHWFixes:
wildArmsHack: 1 # Fixes blurriness.
roundSprite: 2 # Reduces misalignment bloom effects.
# deinterlace: 6 # Game requires blend tff deinterlacing when auto for 'fixing' shimmer on character models and more flickering or half weaved, though the game suffers from the field order.
SLUS-20949:
name: "Street Fighter Anniversary Collection"
region: "NTSC-U"
@ -46359,6 +46414,7 @@ SLUS-21413:
halfPixelOffset: 1 # Fixes misaligned bloom effects.
mergeSprite: 1 # Fixes blurriness but removes bloom + Recommended to use Shadeboost brightness 80.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLUS-21414:
name: "Delta Force - Black Hawk Down - Team Sabre"
region: "NTSC-U"
@ -47224,6 +47280,7 @@ SLUS-21611:
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned bloom effects, 1 is technically more correct compared to software but looks worse.
wrapGSMem: 1 # Fixes FMVs missing video pieces.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the whole game.
SLUS-21612:
name: "Legend of the Dragon"
region: "NTSC-U"
@ -48531,7 +48588,7 @@ SLUS-21902:
clampModes:
vuClampMode: 0
gsHWFixes:
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing when auto for the FMVs.
deinterlace: 8 # Game requires adaptive (or blend) tff deinterlacing instead of auto for the FMVs.
SLUS-21904:
name: "Teenage Mutant Ninja Turtles - Smash-Up"
region: "NTSC-U"
@ -49542,6 +49599,8 @@ SLUS-97133:
SLUS-97405:
name: "ATV Offroad Fury 3 [Greatest Hits]"
region: "NTSC-U"
speedHacks:
MTVUSpeedHack: 0 # Increases FPS drastically.
SLUS-97657:
name: "MLB 11 - The Show"
region: "NTSC-U"