Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDB: GS HW renderer fixes for Tales of the Abyss #5652

Merged
merged 1 commit into from Mar 15, 2022
Merged

GameDB: GS HW renderer fixes for Tales of the Abyss #5652

merged 1 commit into from Mar 15, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2022

Description of Changes

Added Half-Pixel Offset: Special (Texture) to fix ghosting when you're upscaling. The wiki mentions black boxes as an issue too and suggests Workarounds (Trilinear + Mipmapping Full). However I can't reproduce the issue when Half-Pixel Offset is set to Special (Texture).

Rationale behind Changes

Upscaling goodness & helping out the GameDB

Suggested Testing Steps

Test Abyss. Bad ghosting shouldn't occur.

@ghost
Copy link
Author

ghost commented Mar 14, 2022

If you don't succeed at first....

Hopefully this will be ok.

@RedDevilus
Copy link
Contributor

I know there is an area (docking city iirc) much later in the game that is a pain for upscaling. But better than nothing. Normal (Vertex) is fine for start but yeah you can't forget about those other areas. Normally one game is fine with it set to one mode.

@ghost
Copy link
Author

ghost commented Mar 15, 2022

Normal (Vertex) is actually not fine. Produces the black box issue and leads to flicker on the side of the screen.

I halfway (but maybe misremember) it being fine in the past too, but its not now. Tested on latest master.

@RedDevilus
Copy link
Contributor

No idea why but Normal (Vertex) exposes the texture cache issues (mainly the sides as a rainbow mess) but the others don't in the latest builds.

Description of Changes
Add Half-Pixel Offset: Special (Texture) to Tales of the Abyss.
@refractionpcsx2
Copy link
Member

So Special Texture is fine?

@ghost
Copy link
Author

ghost commented Mar 15, 2022

Yes. Game and title screen looks the best with it on. Normally there would be strong ghosting on both + black boxes.

2022-03-15 (9)
2022-03-15

@refractionpcsx2
Copy link
Member

Cool, thanks

@refractionpcsx2 refractionpcsx2 merged commit 7f5901f into PCSX2:master Mar 15, 2022
@Illynir
Copy link

Illynir commented Mar 15, 2022

With these settings you can't see the grid problems etc. at the beginning of the game. But you can see them easily by continuing the intro (until the teleportation with the girl).

To my knowledge I have never found an effective solution with the options to solve this problem permanently. Except to remove the bloom completely with cheats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants