PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.83k stars 1.63k forks source link

[BUG]: Go Go Golf (SLPS-20037 NTSC-J), several textures are dark in HW renderer. #9687

Closed SeruranBlue closed 1 year ago

SeruranBlue commented 1 year ago

Describe the Bug

Several texture are dark in HW renderer. Magical Sports - Go Go Golf_SLPS-20037_20230731171542

SW renderer: Magical Sports - Go Go Golf_SLPS-20037_20230731171540

Reproduction Steps

boot the game and start any cources.

Expected Behavior

from (https://www.youtube.com/watch?v=1B-wURL673A&t=106s) asassasasasa

PCSX2 Revision

Nightly - v1.7.4849

Operating System

Windows 10 (64bit)

If Linux - Specify Distro

No response

CPU

Core i5-8500

GPU

GeForce GTX 1050 Ti

GS Settings

No response

Emulation Settings

No response

GS Window Screenshots

No response

Logs & Dumps

MSGGG_texture_dump.zip

stenzek commented 1 year ago

Try mipmapping.

Edit: Nevermind, needs high blending, but that causes 4,000 barriers per frame, so we don't want to force that.

stenzek commented 1 year ago

For documentation's sake:

Grass draw is here: image

Ad contains whether it's shadowed or not, but 128 is 1.0 in GS terms, but 0.5 in HW terms.

SeruranBlue commented 1 year ago

I rerun my GS dump, but still glitched (?) (1.7.4852) image

Mrlinkwii commented 1 year ago

@SeruranBlue what was added was the prompt image

SeruranBlue commented 1 year ago

oops, it works now.