Posts: 33
Threads: 8
Joined: Oct 2021
Reputation:
0
06-12-2022, 03:16 AM
(This post was last modified: 06-12-2022, 03:24 AM by sh121.)
I'm using the latest Qt build. Recently I learned that PCSX2 has automatic game fixes/settings applied to many games. I also learned that if you enable Manual hardware hacks, these automatic fixes will get disabled.
In some games, like the WWE games, there is an issue of image ghosting. This issue seems to be minimized when I enable Special(Texture) Half Pixel Offset.
Now the problem is that I don't have any clue if these games had any kind of automatic fixes that got disabled when I enabled Manual hardware hacks. This brings me to my question:
Is there any place where a list of each game's automatic fixes/settings are being maintained? I checked the wiki's for games but they don't have them.
Posts: 20.216
Threads: 405
Joined: Aug 2005
Reputation:
546
Location: England
We don't have any patches anymore, libretro might but their build is very far behind the main PCSX2 now.
You can enable manual hacks all you like for SYM, we have no gamedb fixes for it anymore.
if you know some good settings to fix the upscaling (not using skipdraw or TC Offsets) then let us know and we can add them to the gamedb so it's automatic.
Posts: 110
Threads: 6
Joined: May 2022
Reputation:
5
06-12-2022, 02:28 PM
(This post was last modified: 06-12-2022, 02:29 PM by IPlayWithHex.)
My bad, I didn't notice I was linking to the libretro page. I fixed it(I hope!)
So I went snooping around the GitHub page and I'm curious about something...
What's the difference between the gameindex.yaml and gameindex.dbf? Does one override the other? Actually, I don't see a gameindex.dbf file in any of PCSX2 folders(although, Spectabis has that file). Is it compiled into the .exe or something? Or is it depreciated and not used?
Posts: 20.216
Threads: 405
Joined: Aug 2005
Reputation:
546
Location: England
06-12-2022, 05:31 PM
(This post was last modified: 06-12-2022, 05:31 PM by refraction.)
gameindex.dbf is the old database, we replaced it with a YAML formatted file in the newer versions.
Posts: 110
Threads: 6
Joined: May 2022
Reputation:
5
06-12-2022, 07:27 PM
(This post was last modified: 06-12-2022, 07:30 PM by IPlayWithHex.)
I told you how already; look in the gameindex.yaml file. It's all there.
I think this my fault because I linked to the libretro page at first and not the PCSX2 page and you seem to have found some reference to an old patch or something. Sorry about that.