From 8fa6e0fd90491eaefe9cc6b34fcfcaca5fa69edd Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Wed, 26 Jun 2024 15:55:49 +0100 Subject: [PATCH] GameDB: Various fixes --- bin/resources/GameIndex.yaml | 107 +++++++++++++++++++++++++---------- 1 file changed, 76 insertions(+), 31 deletions(-) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 4cb688f70c522c..2a1ee9ecead188 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -1911,10 +1911,13 @@ SCAJ-20162: name: "Rogue Galaxy" region: "NTSC-Unk" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. SCAJ-20163: name: "Tales of the Abyss" region: "NTSC-Unk" @@ -5952,10 +5955,13 @@ SCES-54552: name: "Rogue Galaxy" region: "PAL-M5" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. patches: CBB4B383: content: |- @@ -8498,10 +8504,13 @@ SCPS-15102: name-en: "Rogue Galaxy" region: "NTSC-J" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. SCPS-15103: name: ガンパレード・オーケストラ 白の章 〜青森ペンギン伝説〜(限定版) name-sort: がんぱれーど おーけすとら しろのしょう あおもりぺんぎんでんせつ [げんていばん] @@ -8749,10 +8758,13 @@ SCPS-17013: name-en: "Rogue Galaxy [Director's Cut]" region: "NTSC-J" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. patches: CDEE4B19: content: |- @@ -8984,10 +8996,13 @@ SCPS-19254: name: "Rogue Galaxy [PlayStation 2 the Best]" region: "NTSC-J" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. SCPS-19301: name: みんなのGOLF 4 PlayStation 2 the Best name-sort: みんなのごるふ4 PlayStation 2 the Best @@ -11337,10 +11352,13 @@ SCUS-97490: region: "NTSC-U" compat: 5 gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. patches: 0643F90C: content: |- @@ -11651,10 +11669,13 @@ SCUS-97572: name: "Rogue Galaxy [Demo]" region: "NTSC-U" gsHWFixes: + recommendedBlendingLevel: 4 # Fixes text and menu color. autoFlush: 2 # Fix glow effects from lamps. roundSprite: 1 # Fix mini-map and field menu. preloadFrameData: 1 # Fixes corrupt textures especially on water. disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing. + halfPixelOffset: 4 # Aligns post bloom. + nativeScaling: 2 # Fixes doubled post and DOF effects. SCUS-97574: name: "Jak X - Combat Racing [Greatest Hits]" region: "NTSC-U" @@ -12149,8 +12170,7 @@ SLAJ-25078: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -12884,8 +12904,7 @@ SLED-53937: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -16109,7 +16128,7 @@ SLES-51284: name: "Contra - Shattered Soldier" region: "PAL-M3" SLES-51285: - name: "Spongebob SquarePants - Revenge of the Flying Dutchman" + name: "Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman" region: "PAL-E" compat: 5 SLES-51286: @@ -17667,10 +17686,10 @@ SLES-51967: halfPixelOffset: 2 # Fixes misaligned post-processing. PCRTCOverscan: 1 # Fixes image alignment. SLES-51968: - name: "SpongeBob SquarePants - Battle for Bikini Bottom" + name: "Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom" region: "PAL-E" SLES-51970: - name: "Spongebob Schwammkopf - Schlacht um Bikini Bottom" + name: "Nickelodeon SpongeBob Schwammkopf - Schlacht um Bikini Bottom" region: "PAL-G" compat: 5 SLES-51972: @@ -19995,7 +20014,7 @@ SLES-52895: nativeScaling: 2 # Fixes post effects. SLES-52896: name: "Nickelodeon SpongeBob SquarePants - The Movie" - region: "PAL-F-G" + region: "PAL-F-N" gsHWFixes: recommendedBlendingLevel: 3 # Fixes missing lights. halfPixelOffset: 4 # Aligns post processing. @@ -21654,15 +21673,27 @@ SLES-53492: halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 1 # Fixes post processing smoothness and position. SLES-53494: - name: "Spongebob SquarePants - Lights, Camera, PANTS!" + name: "Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants!" region: "PAL-E" compat: 5 + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53495: name: "Nickelodeon Bob L'éponge - Silence on Tourne!" region: "PAL-F" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53496: name: "Nickelodeon SpongeBob - Ciak si Gira!" region: "PAL-I" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53497: name: "Nickelodeon SpongeBob Schwammkopf - Film ab!" region: "PAL-G" @@ -21673,12 +21704,24 @@ SLES-53497: SLES-53498: name: "Nickelodeon Bob Esponja - ¡Luces, Cámara, Esponja!" region: "PAL-S" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53499: name: "Nickelodeon SpongeBob SquarePants - Licht uit, Camera aan!" region: "PAL-NL" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53500: name: "Nickelodeon Svampbob Fyrkant - Tystnad, Tagning, Tvättsvamp!" region: "PAL-SW" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLES-53501: name: "Star Wars - Battlefront II" region: "PAL-M3" @@ -22217,7 +22260,7 @@ SLES-53621: halfPixelOffset: 4 # Fixes post alignment. nativeScaling: 1 # Fixes post effect. SLES-53623: - name: "SpongeBob SquarePants - Battle for Bikini Bottom" + name: "Nickelodeon Bob L'éponge - Bataille pour Bikini Bottom" region: "PAL-F" SLES-53624: name: "Disney/Pixar Cars" @@ -23019,8 +23062,7 @@ SLES-53886: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -23441,8 +23483,7 @@ SLES-54030: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -27042,10 +27083,10 @@ SLES-55266: region: "PAL-M5" compat: 5 SLES-55271: - name: "Spongebob SquarePants Featuring Nicktoons - Globs of Doom" + name: "Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom" region: "PAL-E-F" SLES-55272: - name: "Spongebob SquarePants Featuring Nicktoons - Globs of Doom" + name: "Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom" region: "PAL-M3" SLES-55274: name: "Diabolik - The Original Sin" @@ -29666,8 +29707,13 @@ SLKA-25318: gsHWFixes: textureInsideRT: 1 # Fixes Hollywood Hulk Hogan's entrance and slow-mo finisher. SLKA-25319: + name-en: "Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants!" name: "보글보글 스폰지밥 - 레디, 액션!" region: "NTSC-K" + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLKA-25320: name: "Ikusa Gami" region: "NTSC-K" @@ -44073,8 +44119,7 @@ SLPM-66354: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -46337,8 +46382,7 @@ SLPM-66731: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -47619,8 +47663,7 @@ SLPM-66961: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -59499,7 +59542,7 @@ SLUS-20424: region: "NTSC-U" compat: 5 SLUS-20425: - name: "Spongebob SquarePants - Revenge of the Flying Dutchman" + name: "Nickelodeon SpongeBob SquarePants - Revenge of the Flying Dutchman" region: "NTSC-U" compat: 5 SLUS-20428: @@ -60814,7 +60857,7 @@ SLUS-20678: region: "NTSC-U" compat: 5 SLUS-20680: - name: "SpongeBob SquarePants - Battle for Bikini Bottom" + name: "Nickelodeon SpongeBob SquarePants - Battle for Bikini Bottom" region: "NTSC-U" compat: 5 SLUS-20681: @@ -62010,7 +62053,7 @@ SLUS-20903: clampModes: vu1ClampMode: 3 # Fixes the trophies. SLUS-20904: - name: "SpongeBob SquarePants - The Movie" + name: "Nickelodeon SpongeBob SquarePants - The Movie" region: "NTSC-U" compat: 5 gsHWFixes: @@ -64099,9 +64142,13 @@ SLUS-21251: gsHWFixes: halfPixelOffset: 2 # Corrects most vertical lines. SLUS-21252: - name: "SpongeBob SquarePants - Lights, Camera, PANTS!" + name: "Nickelodeon SpongeBob SquarePants - Lights, Camera, Pants!" region: "NTSC-U" compat: 4 + gsHWFixes: + recommendedBlendingLevel: 3 # Fixes missing lights. + halfPixelOffset: 4 # Aligns post processing. + nativeScaling: 2 # Fixes post effects. SLUS-21253: name: "TY the Tasmanian Tiger 3 - Night of the Quinkan" region: "NTSC-U" @@ -64970,8 +65017,7 @@ SLUS-21376: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames" @@ -67290,7 +67336,7 @@ SLUS-21817: region: "NTSC-U" compat: 5 SLUS-21818: - name: "Spongebob SquarePants Featuring Nicktoons - Globs of Doom" + name: "Nickelodeon SpongeBob SquarePants featuring Nicktoons - Globs of Doom" region: "NTSC-U" compat: 5 SLUS-21819: @@ -68787,8 +68833,7 @@ SLUS-29180: gsHWFixes: recommendedBlendingLevel: 4 # Improves lighting on buildings and objects. autoFlush: 2 # Properly diffuses light instead of strips of light. - roundSprite: 1 # Fixes lighting misalignment such as the street poles and the sun. - halfPixelOffset: 2 # Mostly aligns post processing. + halfPixelOffset: 4 # Mostly aligns post processing. nativeScaling: 2 # Improves post processing smoothness. getSkipCount: "GSC_BlackAndBurnoutSky" beforeDraw: "OI_BurnoutGames"