Mario Party 5: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Issues related to Enhancements does not belong in problems section)
Line 15: Line 15:
== Problems ==
== Problems ==
{{Problems|{{#vardefineecho:problems|
{{Problems|{{#vardefineecho:problems|
=== Sprite Alignment Issues ===
Minor sprite alignment issues occur if either Force Texture Filtering or Anisotropic Filtering are enabled without Vertex Rounding enabled as well. OpenGL at 1x Native Internal Resolution can also exhibit similar problems, but even more minor. Avoid these and it will be fine.


===  Pushy Penguins Flicker ===
===  Pushy Penguins Flicker ===
Line 28: Line 25:


== Enhancements ==
== Enhancements ==
=== Sprite Alignment Issues ===
Minor sprite alignment issues occur if either Force Texture Filtering or Anisotropic Filtering are enabled without Vertex Rounding enabled as well. OpenGL at 1x Native Internal Resolution can also exhibit similar problems, but even more minor.
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes board clipping and buggy reflections. The following Gecko code works as a replacement, causing less issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code.
The built-in Widescreen Hack causes board clipping and buggy reflections. The following Gecko code works as a replacement, causing less issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code.