Dolphin, the GameCube and Wii emulator - Forums
THPS3 aliasing problem - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: THPS3 aliasing problem (/Thread-thps3-aliasing-problem)



THPS3 aliasing problem - Codiox - 01-26-2017

Hey,

i got a problem with Tony Hawks Pro Skater 3:

When i start the game with 3xIR, 2xMSAA and 16xAF the game has some serious aliasing. When i just open the graphics options in dolphin, it starts to go away immediately.

Then its all very crisp. no edges anymore.

any tips?

thank you!


RE: THPS3 aliasing problem - JosJuice - 01-26-2017

The default game INI for this game enables real XFB because the videos in the game won't show up otherwise. When using real XFB, the output resolution is always 1x IR. Opening the graphics settings resets everything that was set by game INIs.

If you never want real XFB to be turned on for this game, you can put this in a custom game INI for this game:

[Video_Settings]
UseXFB = False
UseRealXFB = False


RE: THPS3 aliasing problem - Codiox - 01-26-2017

ah, that makes sense. thank you very much!

one last question:

when i right click on a game and go to properties, here are some options like "dual core enable" etc.. These are settings for each specific game i can set up. In the general dolphin graphics settings i have a lot more options. Can i configure these settings specific for a game by the .ini?

For example force 16:9 only in THPS, but not in other games. Can i configure this in the .ini of THPS?


RE: THPS3 aliasing problem - JosJuice - 01-26-2017

Many of those settings can be set in game INIs, but not all. I think the aspect ratio is one of the settings you can set. There's more information here: https://forums.dolphin-emu.org/Thread-unofficial-howto-using-gameini-settings-per-game


RE: THPS3 aliasing problem - Codiox - 01-26-2017

Awesome! Thank you!