Metroid Prime (GC): Difference between revisions

Jump to navigation Jump to search
Line 31: Line 31:
https://www.reddit.com/r/Metroid/comments/35btmt/i_just_released_a_mod_for_metroid_prime_that/
https://www.reddit.com/r/Metroid/comments/35btmt/i_just_released_a_mod_for_metroid_prime_that/


=== 16:9 Aspect Ratio Culling Fix ===
=== NA 16:9 Aspect Ratio Culling Fix ===
Like many games, to optimize performance, objects outside view are not rendered (this is called "frustum culling"). In 16:9, you can see culling on the sides of the screen (because you see more than what you are supposed to). Here's an AR Code that fixes it. It simply makes the frustum larger. Make sure to turn on Widescreen Hack when using this. This code only works for the NTSC version 1.00 of the game. Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_research_1196.html
Like many games, to optimize performance, objects outside view are not rendered (this is called "frustum culling"). In 16:9, you can see culling on the sides of the screen (because you see more than what you are supposed to). Here's an AR Code that fixes it. It simply makes the frustum larger. Make sure to turn on Widescreen Hack when using this. This code only works for the NTSC version 1.00 of the game. Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_research_1196.html


Line 39: Line 39:


=== 16:9 Aspect Ratio Culling Fix Alternative ===
=== 16:9 Aspect Ratio Culling Fix Alternative ===
If you don't have the version 1.00 of the game, you can try this Gecko Code. Disable the Dolphin Widescreen Hack before using. This Code works for any region of the game but some users have had crashes using it.
If you don't have the version 1.00 of the game, you can try this Gecko Code. Disable the Dolphin Widescreen Hack before using. This Code works for any region of the game but some users experience crashes using it and the EU title.


<pre>$16:9 Widescreen Region Free
<pre>$16:9 Widescreen Region Free

Navigation menu